Skip to content

Commit 68ab319

Browse files
authored
Replaced wrong image
1 parent 50cdae4 commit 68ab319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ az webapp up \
340340
> To switch subscription, follow the command mentioned in [this documentation article](https://learn.microsoft.com/cli/azure/manage-azure-subscriptions-azure-cli?tabs=bash#change-the-active-subscription).
341341
342342
#### Set environment variable
343-
When the "publish.js" program starts, App Service makes the environment variables available for your program to consume.
343+
When the `publish.js` program starts, App Service makes the environment variables available for your program to consume.
344344
345345
There are two environment variables we need to set and make available to `publish.js`.
346346
@@ -379,7 +379,7 @@ Now, open your web browser and enter the domain name of your Web App. If you ins
379379
:::image type="content" source="media/howto-integrate-app-gateway/connect-with-webpubsub-indirect-azure.jpg" alt-text="Screenshot of successfully establishing a WebSocket connection through Application Gateway":::
380380
381381
If you have the Console panel open, you see the broadcasted messages, as well.
382-
:::image type="content" source="media/howto-integrate-app-gateway/connect-with-webpubsub-indirect-azure.jpg" alt-text="Screenshot of getting messages from Application Gateway, which proxies traffic for Web PubSub":::
382+
:::image type="content" source="media/howto-integrate-app-gateway/connect-with-webpubsub-indirect-azure-messages.jpg" alt-text="Screenshot of getting messages from Application Gateway, which proxies traffic for Web PubSub":::
383383
384384
385385
## Note about using service SDK
163 KB
Loading

0 commit comments

Comments
 (0)