Skip to content

Commit d369271

Browse files
authored
Merge pull request #110174 from naveedkharadi/patch-11
Update concept-upstream.md
2 parents 672e855 + 68fa9e6 commit d369271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/concept-upstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To enable managed identity in your SignalR service instance and grant it Key Vau
6060
3. Replace your sensitive text with the below syntax in the upstream endpoint URL Pattern:
6161
```
6262
{@Microsoft.KeyVault(SecretUri=<secret-identity>)}
63-
``
63+
```
6464
`<secret-identity>` is the full data-plane URI of a secret in Key Vault, optionally including a version, e.g., https://myvault.vault.azure.net/secrets/mysecret/ or https://myvault.vault.azure.net/secrets/mysecret/ec96f02080254f109c51a1f14cdb1931
6565

6666
For example, a complete reference would look like the following:

0 commit comments

Comments
 (0)