Update key-storage-providers.md (#28768)

Co-authored-by: Robin Norberg <robin.norberg@biometria.se>
pull/28762/head
Robin Norberg 2023-03-24 22:10:21 +01:00 committed by GitHub
parent f4ee27ff74
commit 9776427e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ If the web app is running as an Azure service, connection string can be used to
```csharp
string connectionString = "<connection_string>";
string containerName = "my-key-container";
string blobName = "keys.xml"
string blobName = "keys.xml";
BlobContainerClient container = new BlobContainerClient(connectionString, containerName);
// optional - provision the container automatically