Skip to content

Commit a4d83b2

Browse files
authored
C164886: Escaping mock URLs
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: All hyperlinks are mock hyperlinks and should not be rendered. Please consider adding a backslash on all hyperlinks to prevent link rendering
1 parent 4818938 commit a4d83b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/managed-applications/publish-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ billingDetails | *Specified only for Azure Marketplace managed applications.* Th
183183

184184
## Endpoint authentication
185185
To secure the webhook endpoint and ensure the authenticity of the notification:
186-
1. Provide a query parameter on top of the webhook URI, like this: https://your-endpoint.com?sig=Guid. With each notification, check that the query parameter `sig` has the expected value `Guid`.
186+
1. Provide a query parameter on top of the webhook URI, like this: https\://your-endpoint.com?sig=Guid. With each notification, check that the query parameter `sig` has the expected value `Guid`.
187187
2. Issue a GET on the managed application instance by using applicationId. Validate that the provisioningState matches the provisioningState of the notification to ensure consistency.
188188

189189
## Notification retries

0 commit comments

Comments
 (0)