Skip to content

Commit 575181e

Browse files
committed
Fixed merge conflicts.
2 parents abaf1b7 + d5d5159 commit 575181e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

BlobStorage/App.config

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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">
@@ -33,4 +33,8 @@
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

0 commit comments

Comments
 (0)