Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed reference to connection name in `connection.json`.
  • Loading branch information
rabryst authored Mar 28, 2019
1 parent ab5e0e6 commit 6861eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The AzureBlobStorageSync and Restore requires:
The FileStorageSync and Restore requires:
- .NET Framework 4.7.2

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*.
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*.

### Connection Configuration File

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

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

[1]: https://ola.hallengren.com/
[2]: https://portal.azure.com
[2]: https://portal.azure.com

0 comments on commit 6861eae

Please sign in to comment.