Skip to content

Commit 1a0ceaf

Browse files
Merge pull request #210706 from v-rajagt/lianwei
Link fixed.
2 parents 5d77060 + 0e7ccda commit 1a0ceaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ When **_AG1_** is created, go to **Health probes** tab under **Settings** sectio
9898

9999
### Quick test
100100

101-
* Try with an invalid client request https://asrs1.service.signalr.net/client and it returns *400* with error message *'hub' query parameter is required.* It means the request arrived at the SignalR Service and did the request validation.
101+
* Try with an invalid client request `https://asrs1.service.signalr.net/client` and it returns *400* with error message *'hub' query parameter is required.* It means the request arrived at the SignalR Service and did the request validation.
102102
```bash
103103
curl -v https://asrs1.service.signalr.net/client
104104
```
@@ -196,7 +196,7 @@ Go to the **Backend pools** tab for **_AG1_**, and select **signalr**:
196196

197197
### Quick test
198198

199-
* Now let's visit https://asrs1.service.signalr.net/client again. With public access disabled, it returns *403* instead.
199+
* Now let's visit `https://asrs1.service.signalr.net/client` again. With public access disabled, it returns *403* instead.
200200
```bash
201201
curl -v https://asrs1.service.signalr.net/client
202202
```
@@ -287,4 +287,4 @@ Now the web app is deployed, let's go to the portal for **_WA1_** and make the f
287287
288288
## Next steps
289289
290-
Now, you have successfully built a real-time chat application with SignalR Service and used Application Gateway to protect your applications and set up end-to-end security. [Learn more about SignalR Service](./signalr-overview.md).
290+
Now, you have successfully built a real-time chat application with SignalR Service and used Application Gateway to protect your applications and set up end-to-end security. [Learn more about SignalR Service](./signalr-overview.md).

0 commit comments

Comments
 (0)