Skip to content

Commit eb12ddd

Browse files
fix tables links (#41191)
1 parent 0c2e8cb commit eb12ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/tables/azure-data-tables/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ When TokenCredential authentication is used, all clients are configured to use t
153153

154154
| Cloud | Audience |
155155
|-------|----------|
156-
| Azure Public | https://storage.azure.com / https://cosmos.azure.com |
157-
| Azure US Government | https://storage.azure.us / https://cosmos.azure.us |
158-
| Azure China | https://storage.chinacloudapi.cn / https://cosmos.chinacloudapi.cn |
156+
| Azure Public | "https://storage.azure.com" / "https://cosmos.azure.com" |
157+
| Azure US Government | "https://storage.azure.us" / "https://cosmos.azure.us" |
158+
| Azure China | "https://storage.chinacloudapi.cn" / "https://cosmos.chinacloudapi.cn" |
159159

160160
The following example shows how to configure the `TableServiceClient` to connect to Azure US Government:
161161

0 commit comments

Comments
 (0)