Skip to content

Commit 0d15b2d

Browse files
authored
Merge pull request #185427 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 0c96789 + e3de93b commit 0d15b2d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

articles/app-service/tutorial-auth-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ In the Cloud Shell, run the following commands on the front-end app to add the `
298298

299299
```azurecli-interactive
300300
authSettings=$(az webapp auth show -g myAuthResourceGroup -n <front-end-app-name>)
301-
authSettings=$(echo "$authSettings | jq '.properties' | jq '.identityProviders.azureActiveDirectory.login += {"loginParameters":["scope=openid profile email offline_access api://<back-end-client-id>/user_impersonation"]}')
301+
authSettings=$(echo "$authSettings" | jq '.properties' | jq '.identityProviders.azureActiveDirectory.login += {"loginParameters":["scope=openid profile email offline_access api://<back-end-client-id>/user_impersonation"]}')
302302
az webapp auth set --resource-group myAuthResourceGroup --name <front-end-app-name> --body "$authSettings"
303303
```
304304

articles/application-gateway/application-gateway-backend-health-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ request contains the string **unauthorized**, it will be marked as Healthy. Othe
264264
265265
1. Verify that the response body in the Application Gateway custom probe configuration matches what's configured.
266266
267-
1. If they don't match, change the probe configuration so that is has the correct string value to accept.
267+
1. If they don't match, change the probe configuration so that it has the correct string value to accept.
268268
269269
Learn more about [Application Gateway probe matching](./application-gateway-probe-overview.md#probe-matching).
270270

articles/azure-app-configuration/howto-app-configuration-event.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ You've triggered the event, and Event Grid sent the message to the endpoint you
111111
"subject": "https://{appconfig-name}.azconfig.io/kv/Foo",
112112
"data": {
113113
"key": "Foo",
114-
"etag": "a1LIDdNEIV6wCnfv3xaip7fMXD3"
114+
"etag": "a1LIDdNEIV6wCnfv3xaip7fMXD3",
115+
"syncToken":"zAJw6V16=Njo1IzMzMjE3MzA=;sn=3321730"
115116
},
116117
"eventType": "Microsoft.AppConfiguration.KeyValueModified",
117118
"eventTime": "2019-05-31T18:59:54Z",

0 commit comments

Comments
 (0)