Skip to content

Commit b9d5f78

Browse files
authored
Merge pull request #229284 from b-ahibbard/anf-minor-edits-3223
cmk diagram. large volume update
2 parents 35e9c39 + 691d1b9 commit b9d5f78

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ ms.author: anfdocs
2121

2222
Customer-managed keys in Azure NetApp Files volume encryption enable you to use your own keys rather than a Microsoft-managed key when creating a new volume. With customer-managed keys, you can fully manage the relationship between a key's life cycle, key usage permissions, and auditing operations on keys.
2323

24+
The following diagram demonstrates how customer-managed keys work with Azure NetApp Files:
25+
26+
:::image type="content" source="../media/azure-netapp-files/customer-managed-keys-diagram.png" alt-text="Conceptual diagram of customer-managed keys." lightbox="../media/azure-netapp-files/customer-managed-keys-diagram.png":::
27+
28+
1. Azure NetApp Files grants permissions to encryption keys to a managed identity. The managed identity is either a user-assigned managed identity that you create and manage or a system-assigned managed identity associated with the NetApp account.
29+
2. You configure encryption with a customer-managed key for the NetApp account.
30+
3. You use the managed identity to which the Azure Key Vault admin granted permissions in step one to authenticate access to Azure Key Vault via Azure Active Directory.
31+
4. Azure NetApp Files wraps the account encryption key with the customer-managed key in Azure Key Vault.
32+
5. For read/write operations, Azure NetApp Files sends requests to Azure Key Vault to unwrap the account encryption key to perform encryption and decryption operations.
33+
2434
## Considerations
2535

2636
> [!IMPORTANT]

articles/azure-netapp-files/large-volumes-requirements-considerations.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.custom: references_regions
1414
ms.tgt_pltfrm: na
1515
ms.topic: conceptual
16-
ms.date: 02/23/2023
16+
ms.date: 03/02/2023
1717
ms.author: anfdocs
1818
---
1919
# Requirements and considerations for large volumes (preview)
@@ -28,15 +28,17 @@ To enroll in the preview for large volumes, use the [large volumes preview sign-
2828

2929
## Requirements and considerations
3030

31-
* Existing regular volumes can't be resized over 100 TiB. You can't convert regular Azure NetApp Files volumes to large volumes.
31+
* Existing regular volumes can't be resized over 100 TiB.
32+
* You cannot convert regular Azure NetApp Files volumes to large volumes.
3233
* You must create a large volume at a size greater than 100 TiB. A single volume can't exceed 500 TiB.
33-
* You can't resize a large volume to less than 100 TiB. You can only resize a large volume can up to 30% of lowest provisioned size.
34-
* Large volumes are currently not supported with Azure NetApp Files backup.
35-
* Large volumes are not currently supported with cross-region replication.
34+
* You can't resize a large volume to less than 100 TiB.
35+
* You can only resize a large volume up to 30% of lowest provisioned size.
36+
* Large volumes aren't currently supported with Azure NetApp Files backup.
37+
* Large volumes aren't currently supported with cross-region replication.
3638
* You can't create a large volume with application volume groups.
3739
* Large volumes aren't currently supported with cross-zone replication.
3840
* The SDK for large volumes isn't currently available.
39-
* Throughput ceilings for the three performance tiers (Standard, Premium, and Ultra) of large volumes are based on the existing 100-TiB maximum capacity targets. You'll be able to grow to 500 TiB with the throughput ceiling as per the table below.
41+
* Throughput ceilings for the three performance tiers (Standard, Premium, and Ultra) of large volumes are based on the existing 100-TiB maximum capacity targets. You're able to grow to 500 TiB with the throughput ceiling per the following table:
4042

4143
| Capacity tier | Volume size (TiB) | Throughput (MiB/s) |
4244
| --- | --- | --- |
67.2 KB
Loading

0 commit comments

Comments
 (0)