Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created April 13, 2015 00:24
Show Gist options
  • Save gbellmann/0e5a338ca5f55ff80baa to your computer and use it in GitHub Desktop.
Save gbellmann/0e5a338ca5f55ff80baa to your computer and use it in GitHub Desktop.
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