Skip to content

Commit c7b271f

Browse files
committed
Add review suggestions
1 parent f26e3aa commit c7b271f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/howto-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you're using Azure role-based access control as Key Vault permission model:
115115

116116
:::image type="content" alt-text="Screenshot of adding a custom certificate." source="media\howto-custom-domain\portal-custom-certificate-add.png" :::
117117

118-
Azure Web PubSub Service fetches the certificate and validates its contents. the validation succeeds, the **Provisioning State** is **Succeeded**.
118+
Azure Web PubSub Service fetches the certificate and validates its contents. When it succeeds, the certificate's **Provisioning State** will be **Succeeded**.
119119

120120
:::image type="content" alt-text="Screenshot of an added custom certificate." source="media\howto-custom-domain\portal-custom-certificate-added.png" :::
121121

articles/azure-web-pubsub/howto-secure-shared-private-endpoints-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can poll this URI periodically to obtain the status of the operation. Wait f
8585

8686
You can poll for the status by manually querying the `Azure-AsyncOperationHeader` value:
8787

88-
```azxurecli
88+
```azurecli
8989
az rest --method get --uri https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.SignalRService/webpubsub/contoso-webpubsub/operationStatuses/c0786383-8d5f-4554-8d17-f16fcf482fb2?api-version=2022-08-01-preview
9090
```
9191

0 commit comments

Comments
 (0)