Skip to content

Commit 2b29bf6

Browse files
committed
tweaks
1 parent 713c928 commit 2b29bf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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
@@ -6,7 +6,7 @@ author: jimmart-dev
66

77
ms.service: storage
88
ms.topic: conceptual
9-
ms.date: 02/09/2023
9+
ms.date: 03/17/2023
1010
ms.author: jammart
1111
ms.subservice: common
1212
---
@@ -62,10 +62,10 @@ When you use MSAL to acquire an OAuth token for access to Azure Storage, you nee
6262

6363
The following table describes the values that you can provide for the resource ID. The resource ID for Azure Storage is the same for all public and sovereign clouds:
6464

65-
|Resource ID |Description |
66-
|---------|---------|
67-
|`https://<account>.blob.core.windows.net` <br /><br /> `https://<account>.queue.core.windows.net` | The service endpoint for a given storage account. Use this value to acquire a token for authorizing requests to that specific Azure Storage account and service only. Replace the value in brackets with the name of your storage account. |
68-
|`https://storage.azure.com/` | Use to acquire a token for authorizing requests to any Azure Storage account. |
65+
| Resource ID | Description |
66+
|---|---|
67+
| `https://<account>.blob.core.windows.net` <br /><br /> `https://<account>.queue.core.windows.net` | The service endpoint for a given storage account. Use this value to acquire a token for authorizing requests to that specific Azure Storage account and service only. Replace the value in brackets with the name of your storage account. |
68+
| `https://storage.azure.com/` | Use to acquire a token for authorizing requests to any Azure Storage account. |
6969

7070
## Assign Azure roles for access rights
7171

0 commit comments

Comments
 (0)