Skip to content

Commit a8ebfbf

Browse files
Edits
1 parent 9a47032 commit a8ebfbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ While Microsoft recommends using the Azure Identity client library when possible
5959

6060
When you use MSAL to acquire an OAuth token for access to Azure Storage, you need to provide an Azure AD resource ID. The Azure AD resource ID indicates the audience for which a token that is issued can be used to provide access to an Azure resource. In the case of Azure Storage, the resource ID may be specific to a single storage account, or it may apply to any storage account.
6161

62-
##### Resource ID value for a specific storage account
63-
6462
When you provide a resource ID that is specific to a single storage account and service, the resource ID is used to acquire a token for authorizing requests to the specified account and service only. The following table lists the value to use for the resource ID, based on the cloud you're working with. Replace `<account-name>` with the name of your storage account.
6563

6664
| Cloud | Resource ID |
@@ -70,8 +68,6 @@ When you provide a resource ID that is specific to a single storage account and
7068
| Azure Germany | `https://<account-name>.blob.core.cloudapi.de` |
7169
| Azure China | `https://<account-name>.blob.core.chinacloudapi.cn` |
7270

73-
##### Resource ID value for any storage account
74-
7571
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.
7672

7773
Resource ID | Description |

0 commit comments

Comments
 (0)