Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

Access storage account using connection string #83

Closed bampakoa closed 2 months ago

bampakoa commented 4 years ago

Description

It would be nice if we had the option to connect to an existing storage account using a connection string. Sometimes, front end developers do not have direct access to the Azure subscription (e.g. the subscription is managed from another person's email in the organization) and are not able to specify it during the ng-deploy configuration process. Instead, the person that has the subscription under control (e.g. the backend developer or the devops engineer) issues a Shared Access Signature connection string and provides it in order to connect to the storage account.

Type of change

image