Skip to content

Commit

Permalink
Fixed Typo (Azure#35590)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm9084 authored Jun 23, 2023
1 parent bb3e409 commit 4c48960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ In addition a required query parameter has been added for security. No token nam
/application/spring.cloud.appconfiguration.stores[0].monitoring.push-notification.secondary-token.secret=[secondary-token-secret]
```

To setup the webhook open your app store and open the events tab. Select "+ Event Subscription". Set the name of your Event and select the Endpoint type of Web Hook. Select "Select an endpoint". You endpoint will be your look as following:
To setup the webhook open your app store and open the events tab. Select "+ Event Subscription". Set the name of your Event and select the Endpoint type of Web Hook. Select "Select an endpoint". Enter your endpoint and connection information, it should look like:

`http://myApplication.azurewebsites.net/actuator/appconfiguration-refresh?myTokenName=mySecret`

Expand Down

0 comments on commit 4c48960

Please sign in to comment.