We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287a7ac commit d5d5159Copy full SHA for d5d5159
BlobStorage/App.config
@@ -7,7 +7,7 @@
7
second connection string. Insert your storage account name and key in the placeholders in the line below.
8
We recommend creating a new storage account for testing purposes, rather than using a production account for running the samples.-->
9
<add key="StorageConnectionString" value="UseDevelopmentStorage=true;" />
10
- <!-- <add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=[AccountName];AccountKey=[AccountKey]" /> -->
+ <!--<add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=[AccountName];AccountKey=[AccountKey]" />-->
11
</appSettings>
12
<runtime>
13
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
0 commit comments