ng-deploy-azure
ng-deploy-azure copied to clipboard
Access storage account using connection string
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
- [x] New feature (non-breaking change which adds functionality)