Skip to content

Commit a0d351b

Browse files
authored
Merge pull request #201499 from pritamso/Broken-link-fix-chanuengg
Broken link fix
2 parents 7257cf1 + 0463df0 commit a0d351b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-signalr/concept-connection-string.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The following table lists all the valid names for key/value pairs in the connect
4040

4141
| key | Description | Required | Default value | Example value |
4242
| -------------- | ----------------------------------------------------------------------------------------- | -------- | -------------------------------------- | --------------------------------------------- |
43-
| Endpoint | The URI of your ASRS instance. | Y | N/A | https://foo.service.signalr.net |
43+
| Endpoint | The URI of your ASRS instance. | Y | N/A | `https://foo.service.signalr.net` |
4444
| Port | The port that your ASRS instance is listening on. | N | 80/443, depends on endpoint uri schema | 8080 |
4545
| Version | The version of given connection string. | N | 1.0 | 1.0 |
46-
| ClientEndpoint | The URI of your reverse proxy, like App Gateway or API Management | N | null | https://foo.bar |
46+
| ClientEndpoint | The URI of your reverse proxy, like App Gateway or API Management | N | null | `https://foo.bar` |
4747
| AuthType | The auth type, we'll use AccessKey to authorize requests by default. **Case insensitive** | N | null | azure, azure.msi, azure.app |
4848

4949
### Use AccessKey

0 commit comments

Comments
 (0)