Skip to content

Commit 8b7b45f

Browse files
authored
Merge pull request #53113 from isra-fel/patch-1
[KeyVault] Update code sample in "Add Key Vault to your web application by using Visual Studio Connected Services"
2 parents d1cbacf + 8b9f91d commit 8b7b45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/vs-key-vault-add-connected-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Now, you can access your secrets in code. The next steps are different depending
120120
1. Add the configuration variable.
121121

122122
```csharp
123-
private static readonly IConfiguration _configuration;
123+
private static IConfiguration _configuration;
124124
```
125125

126126
1. Add this constructor or replace the existing constructor with this:

0 commit comments

Comments
 (0)