Skip to content

Commit c3aba29

Browse files
committed
Fix typo
HTTPs -> HTTPS
1 parent 925fe3b commit c3aba29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/signalr-howto-work-with-app-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Create from the portal an Application Gateway instance **_AG1_**:
7676
- **Listener name**: Enter _myListener_ for the name of the listener.
7777
- **Frontend IP**: Select **Public** to choose the public IP you created for the frontend.
7878
- **Protocol**: HTTP
79-
- We use the HTTP frontend protocol on Application Gateway in this article to simplify the demo and help you get started easier. But in reality, you may need to enable HTTPs and Customer Domain on it with production scenario.
79+
- We use the HTTP frontend protocol on Application Gateway in this article to simplify the demo and help you get started easier. But in reality, you may need to enable HTTPS and Customer Domain on it with production scenario.
8080
- Accept the default values for the other settings on the **Listener** tab
8181
:::image type="content" source="./media/signalr-howto-work-with-app-gateway/application-gateway-create-rule-listener.png" alt-text="Screenshot of setting up the application gateway routing rule listener tab for the SignalR Service.":::
8282
- On the **Backend targets** tab, use the following values:
@@ -297,7 +297,7 @@ Now the web app is deployed, let's go to the portal for **_WA1_** and make the f
297297

298298
- On the **TLS/SSL settings** tab:
299299

300-
- **HTTPS Only**: **Off**. To Simplify the demo, we used the HTTP frontend protocol on Application Gateway. Therefore, we need to turn off this option to avoid changing the HTTP URL to HTTPs automatically.
300+
- **HTTPS Only**: **Off**. To Simplify the demo, we used the HTTP frontend protocol on Application Gateway. Therefore, we need to turn off this option to avoid changing the HTTP URL to HTTPS automatically.
301301

302302
- Go to the **Overview** tab and get the URL of **_WA1_**.
303303
- Get the URL, and replace scheme https with http, for example, `http://wa1.azurewebsites.net`, open the URL in the browser, now you can start chatting! Use F12 to open network traces, and you can see the SignalR connection is established through **_AG1_**.

0 commit comments

Comments
 (0)