Skip to content

Commit b223e0a

Browse files
Merge pull request #293116 from vicancy/patch-22
Update howto-integrate-app-gateway.md
2 parents 7cf153d + d135417 commit b223e0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-web-pubsub/howto-integrate-app-gateway.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ When the three components are configured, you should see something like the scre
7070

7171
One thing that is worth highlighting is that you configure **non-WebSocket** connections exactly the same way. You can learn more about [Application Gateway's native support for proxying WebSocket connections](../application-gateway/features.md)
7272

73+
The last thing to update is the backend **health probe**. Select **Settings** -> **Health probes** and select the generated health probe settings, update the **Path** to `/api/health` and keep others unchanged.
7374

7475
### Test and verify Application Gateway is configured properly
7576
#### Verify that your Web PubSub resource is healthy
@@ -378,4 +379,4 @@ Now, open your web browser and enter the domain name of your Web App. If you ins
378379
:::image type="content" source="media/howto-integrate-app-gateway/connect-with-web-pubsub-indirect-azure.jpg" alt-text="Screenshot showing successfully established a WebSocket connection through Application Gateway.":::
379380
380381
If you have the Console panel open, you see the broadcasted messages, as well.
381-
:::image type="content" source="media/howto-integrate-app-gateway/connect-with-web-pubsub-indirect-azure-messages.jpg" alt-text="Screenshot showing getting messages from Application Gateway, which proxies traffic for Web PubSub.":::
382+
:::image type="content" source="media/howto-integrate-app-gateway/connect-with-web-pubsub-indirect-azure-messages.jpg" alt-text="Screenshot showing getting messages from Application Gateway, which proxies traffic for Web PubSub.":::

0 commit comments

Comments
 (0)