Skip to content

Commit 0d125c6

Browse files
committed
Update reference
1 parent 1052c75 commit 0d125c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/concept-service-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ For now, we do not support [WebHook-Request-Rate](https://github.com/cloudevents
244244
#### Authentication between service and webhook
245245
- Anonymous mode
246246
- Simple Auth that `code` is provided through the configured Webhook URL.
247-
- Use AAD Auth:
247+
- Use AAD Auth, check [here](howto-use-managed-identity.md) for details.
248248
- Step1: Enable Identity for the Web PubSub service
249249
- Step2: Select from existing AAD application that stands for your webhook web app
250250

articles/azure-web-pubsub/howto-develop-eventhandler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For now, we do not support [WebHook-Request-Rate](https://github.com/cloudevents
3434

3535
- Anonymous mode
3636
- Simple Auth with `?code=<code>` is provided through the configured Webhook URL as query parameter.
37-
- Use AAD Auth:
37+
- Use AAD Auth, check [here](howto-use-managed-identity.md) for details.
3838
- Step1: Enable Identity for the Web PubSub service
3939
- Step2: Select from existing AAD application that stands for your webhook web app
4040

0 commit comments

Comments
 (0)