Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created April 13, 2015 00:24
Embed
What would you like to do?
Configuration element in app.config for the Azure Storage account settings
<configuration>
<appSettings>
<add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=<your account name>;AccountKey=<your account key>" />
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment