Skip to content

Commit 6861eae

Browse files
authored
Update README.md
Fixed reference to connection name in `connection.json`.
1 parent ab5e0e6 commit 6861eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The AzureBlobStorageSync and Restore requires:
2424
The FileStorageSync and Restore requires:
2525
- .NET Framework 4.7.2
2626

27-
The Sync and Restore components have a dependency on the *Microsoft.WindowsAzure.Storage* NuGet package. However, this package has its own associated packages, which are downloaded but never used. These can usually be safely deleted, except for *Microsoft.Azure.KeyVault.Core.dll*.
27+
The Sync and Restore components have a dependency on the *Microsoft.WindowsAzure.Storage* NuGet package, which has its own associated packages, which are downloaded but never used. If you want to delete any of them, remember to keep *Microsoft.Azure.KeyVault.Core.dll*.
2828

2929
### Connection Configuration File
3030

@@ -33,7 +33,7 @@ For the **AzureBlobStorageSync** `connections.config` file, you can add your cre
3333
<?xml version="1.0" encoding="utf-8"?>
3434
<connectionStrings>
3535
<clear /> // Clears any other connectionStrings in the app.config file
36-
<add name="AzureConnectionString" connectionString="DefaultEndpointsProtocol=https;AccountName=<storageAccount>;AccountKey=<redacted>" />
36+
<add name="RemoteStorageConnectionString" connectionString="DefaultEndpointsProtocol=https;AccountName=<storageAccount>;AccountKey=<redacted>" />
3737
</connectionStrings>
3838

3939
This connection string can be copied and pasted from the [Azure Portal][2], from the **Primary Connection String** for your storage account.
@@ -48,4 +48,4 @@ For the **FileStorageSync** `connections.config` file, the format is as follows:
4848
</connectionStrings\>
4949

5050
[1]: https://ola.hallengren.com/
51-
[2]: https://portal.azure.com
51+
[2]: https://portal.azure.com

0 commit comments

Comments
 (0)