Skip to content

Commit 9b3b652

Browse files
Edits
1 parent ecac352 commit 9b3b652

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/storage/blobs/authorize-access-azure-active-directory.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ When you provide a resource ID that is specific to a single storage account and
6666
| Azure Global | `https://<account-name>.blob.core.windows.net` |
6767
| Azure Government | `https://<account-name>.blob.core.usgovcloudapi.net` |
6868
| Azure Germany | `https://<account-name>.blob.core.cloudapi.de` |
69-
| Azure China | `https://<account-name>.blob.core.chinacloudapi.cn` |
69+
| Azure China 21Vianet | `https://<account-name>.blob.core.chinacloudapi.cn` |
7070

71-
You can also provide a resource ID that applies to any storage account, as described in the table below. This resource ID is the same for all public and sovereign clouds.
71+
You can also provide a resource ID that applies to any storage account, as shown in the following table. This resource ID is the same for all public and sovereign clouds, and is used to acquire a token for authorizing requests to any storage account.
7272

73-
Resource ID | Description |
74-
| --- | --- | --- |
75-
| `https://storage.azure.com/` | Use this resource ID to acquire a token for authorizing requests to any Azure Storage account. |
73+
| Cloud | Resource ID |
74+
| --- | --- |
75+
| Azure Global</br>Azure Government</br>Azure Germany</br>Azure China 21Vianet</br> | `https://storage.azure.com/` |
7676

7777
## Assign Azure roles for access rights
7878

articles/storage/queues/authorize-access-azure-active-directory.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ When you provide a resource ID that is specific to a single storage account and
6565
| Azure Global | `https://<account-name>.queue.core.windows.net` |
6666
| Azure Government | `https://<account-name>.queue.core.usgovcloudapi.net` |
6767
| Azure Germany | `https://<account-name>.queue.core.cloudapi.de` |
68-
| Azure China | `https://<account-name>.queue.core.chinacloudapi.cn` |
68+
| Azure China 21Vianet | `https://<account-name>.queue.core.chinacloudapi.cn` |
6969

70-
You can also provide a resource ID that applies to any storage account, as described in the table below. This resource ID is the same for all public and sovereign clouds.
70+
You can also provide a resource ID that applies to any storage account, as shown in the following table. This resource ID is the same for all public and sovereign clouds, and is used to acquire a token for authorizing requests to any storage account.
7171

72-
Resource ID | Description |
73-
| --- | --- | --- |
74-
| `https://storage.azure.com/` | Use this resource ID to acquire a token for authorizing requests to any Azure Storage account. |
72+
| Cloud | Resource ID |
73+
| --- | --- |
74+
| Azure Global</br>Azure Government</br>Azure Germany</br>Azure China 21Vianet</br> | `https://storage.azure.com/` |
7575

7676
## Assign Azure roles for access rights
7777

0 commit comments

Comments
 (0)