You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/configure-customer-managed-keys.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ ms.author: anfdocs
21
21
22
22
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.
23
23
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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/large-volumes-requirements-considerations.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.workload: storage
13
13
ms.custom: references_regions
14
14
ms.tgt_pltfrm: na
15
15
ms.topic: conceptual
16
-
ms.date: 02/23/2023
16
+
ms.date: 03/02/2023
17
17
ms.author: anfdocs
18
18
---
19
19
# 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-
28
28
29
29
## Requirements and considerations
30
30
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.
32
33
* 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.
36
38
* You can't create a large volume with application volume groups.
37
39
* Large volumes aren't currently supported with cross-zone replication.
38
40
* 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:
0 commit comments