Update key-storage-providers.md (#28768)
Co-authored-by: Robin Norberg <robin.norberg@biometria.se>pull/28762/head
parent
f4ee27ff74
commit
9776427e5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue