File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 you can create a storage account and run against Azure Storage. Comment out the connection string below and use the
77 second connection string. Insert your storage account name and key in the placeholders in the line below.
88 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=[Account Name ];AccountKey=[Account Key ]" />-->
9+ <add key =" StorageConnectionString" value =" UseDevelopmentStorage=true;" />
10+ <!-- <add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=[AccountName ];AccountKey=[AccountKey ]" />-->
1111 </appSettings >
1212 <runtime >
1313 <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
3333 </dependentAssembly >
3434 </assemblyBinding >
3535 </runtime >
36+ <<<<<<< HEAD
3637<startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.2" /></startup ></configuration >
38+ =======
39+ </configuration >
40+ >>>>>>> d5d51592cb6f16e63c719ebcc68f3fc5a88e6b04
You can’t perform that action at this time.
0 commit comments