Skip to content

Commit 4973b5d

Browse files
Merge pull request #220939 from tamram/tamram22-1201
add Azure DNS Zone endpoints to feature support table
2 parents c62781f + c3baac2 commit 4973b5d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/storage/blobs/storage-feature-support-in-storage-accounts.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 09/20/2022
8+
ms.date: 12/08/2022
99
ms.author: normesta
1010
---
1111

@@ -17,7 +17,7 @@ Feature support is impacted by the type of account that you create and the setti
1717

1818
Each table uses the following icons to indicate support level:
1919

20-
| Icon | Description |
20+
| Icon | Description |
2121
|---------------|-------------------|
2222
| ✅ | Fully supported |
2323
| 🟦 | Supported at the preview level |
@@ -46,6 +46,7 @@ The following table describes whether a feature is supported in a standard gener
4646
| [Access tier - cool](access-tiers-overview.md) | ✅ | ✅ | ✅| ✅ |
4747
| [Access tier - hot](access-tiers-overview.md) | ✅ | ✅ | ✅ | ✅ |
4848
| [Azure Active Directory security](authorize-access-azure-active-directory.md) | &#x2705; | &#x2705; | &#x2705;<sup>1</sup> | &#x2705;<sup>1</sup> |
49+
| [Azure DNS Zone endpoints (preview)](/common/storage-account-overview.md#storage-account-endpoints) | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4950
| [Blob inventory](blob-inventory.md) | &#x2705; | &#x1F7E6; | &#x1F7E6; | &#x1F7E6; |
5051
| [Blob index tags](storage-manage-find-blobs.md) | &#x2705; | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; |
5152
| [Blob snapshots](snapshots-overview.md) | &#x2705; | &#x1F7E6; | &nbsp;&#x2B24; | &#x1F7E6; |
@@ -95,6 +96,7 @@ The following table describes whether a feature is supported in a premium block
9596
| [Access tier - cool](access-tiers-overview.md) | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; |
9697
| [Access tier - hot](access-tiers-overview.md) | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; |
9798
| [Azure Active Directory security](authorize-access-azure-active-directory.md) | &#x2705; | &#x2705; | &#x2705;<sup>1</sup> | &#x2705;<sup>1</sup> |
99+
| [Azure DNS Zone endpoints (preview)](/common/storage-account-overview.md#storage-account-endpoints) | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
98100
| [Blob inventory](blob-inventory.md) | &#x2705; | &#x1F7E6; | &#x1F7E6; | &#x1F7E6; |
99101
| [Blob index tags](storage-manage-find-blobs.md) | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; | &nbsp;&#x2B24; |
100102
| [Blob snapshots](snapshots-overview.md) | &#x2705; | &#x1F7E6; | &nbsp;&#x2B24; | &#x1F7E6; |

includes/storage-account-key-note-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ ms.custom: "include file"
1515
Your storage account access keys are similar to a root password for your storage account. Always be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely. Avoid distributing access keys to other users, hard-coding them, or saving them anywhere in plain text that is accessible to others. Rotate your keys if you believe they may have been compromised.
1616

1717
> [!IMPORTANT]
18-
> Microsoft recommends using Azure Active Directory (Azure AD) to authorize requests against blob and queue data if possible, rather than using the account keys (Shared Key authorization). Authorization with Azure AD provides superior security and ease of use over Shared Key authorization.
18+
> Microsoft recommends using Azure Active Directory (Azure AD) to authorize requests against blob, queue, and table data if possible, rather than using the account keys (Shared Key authorization). Authorization with Azure AD provides superior security and ease of use over Shared Key authorization.
1919
>
2020
> To protect an Azure Storage account with Azure AD Conditional Access policies, you must disallow Shared Key authorization for the storage account. For more information about how to disallow Shared Key authorization, see [Prevent Shared Key authorization for an Azure Storage account](../articles/storage/common/shared-key-authorization-prevent.md).

0 commit comments

Comments
 (0)