Skip to content

Commit 5499f28

Browse files
authored
Link fixed.
1 parent 168b24b commit 5499f28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ 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
103-
curl -v https://asrs1.service.signalr.net/client
103+
curl -v `https://asrs1.service.signalr.net/client`
104104
```
105105
returns
106106
```
@@ -196,9 +196,9 @@ 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
201-
curl -v https://asrs1.service.signalr.net/client
201+
curl -v `https://asrs1.service.signalr.net/client`
202202
```
203203
returns
204204
```
@@ -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)