

- #Connection string to azure storage emulator blob how to
- #Connection string to azure storage emulator blob update
Configure a connection string for an Azure storage account Configure a connection string for Azuriteįor more information about Azurite, see Use the Azurite emulator for local Azure Storage development. You can use the Microsoft Azure Configuration Manager to access your connection string at runtime regardless of where your application is running. You only need to edit the connection string to point to your target environment.
#Connection string to azure storage emulator blob update
Storing your connection string in a configuration file makes it easy to update the connection string to switch between the Azurite storage emulator and an Azure storage account in the cloud. Add the connection string to the ConfigurationSettings section of the service configuration file.

An application running in an Azure cloud service can store the connection string in the Azure service configuration schema (.cscfg) file.

Add the connection string to the AppSettings section in these files.
#Connection string to azure storage emulator blob how to
To learn how to view your account access keys and copy a connection string, see Manage storage account access keys.
