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/storage/common/storage-import-export-data-to-blobs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You must:
25
25
* Have adequate number of disks of [Supported types](storage-import-export-requirements.md#supported-disks).
26
26
* Have a Windows system running a [Supported OS version](storage-import-export-requirements.md#supported-operating-systems).
27
27
* Enable BitLocker on the Windows system. See [How to enable BitLocker](https://thesolving.com/storage/how-to-enable-bitlocker-on-windows-server-2012-r2/).
28
-
*[Download the latest WAImportExport version 1](https://www.microsoft.com/download/details.aspx?id=42659) on the Windows system. The latest version of the tool has security updates to allow for AES 128-bit BitLocker encryption, an external protector for the BitLocker key, and the updated unlock mode feature.
28
+
*[Download the latest WAImportExport version 1](https://www.microsoft.com/download/details.aspx?id=42659) on the Windows system. The latest version of the tool has security updates to allow an external protector for the BitLocker key, and the updated unlock mode feature.
29
29
30
30
* Unzip to the default folder `waimportexportv1`. For example, `C:\WaImportExportV1`.
31
31
* Have a FedEx/DHL account. If you want to use a carrier other than FedEx/DHL, contact Azure Data Box Operations team at `[email protected]`.
Copy file name to clipboardExpand all lines: articles/storage/common/storage-import-export-encryption-key-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,23 +59,23 @@ Configuring customer-managed key for your Import/Export service is optional. By
59
59
60
60

61
61
62
-
6. You can also select **Create new** to create a new key vault. In the **Create key vault blade**, enter the resource group and the key vault name. Accept all other defaults. Select **Review + Create**.
62
+
6. You can also select **Create new** to create a new key vault. In the **Create key vault blade**, enter the resource group and the key vault name. Accept all other defaults. Select **Review + Create**.
63
63
64
64

65
65
66
66
7. Review the information associated with your key vault and select **Create**. Wait for a couple minutes for the key vault creation to complete.
8. In the **Select key from Azure Key Vault**, you can select a key in the existing key vault.
70
+
8. In the **Select key from Azure Key Vault**, you can select a key in the existing key vault.
71
71
72
72
9. If you created a new key vault, select **Create new** to create a key. RSA key size can be 2048 or greater.
73
73
74
74

75
75
76
-
If the soft delete and purge protection are not enabled when you create the key vault, key vault will be updated to have soft delete and purge protection enabled.
76
+
If the soft delete and purge protection are not enabled when you create the key vault, key vault will be updated to have soft delete and purge protection enabled.
77
77
78
-
10. Provide the name for your key, accept the other defaults, and select **Create**.
78
+
10. Provide the name for your key, accept the other defaults, and select **Create**.
79
79
80
80

81
81
@@ -95,10 +95,10 @@ If you receive any errors related to your customer managed key, use the followin
95
95
96
96
| Error code |Details | Recoverable? |
97
97
|----------------|------------|-----------------|
98
-
| CmkErrorAccessRevoked | Applied a customer managed key but the key access is currently revoked. For more information, see how to Enable the key access.| Yes, customer should check if <ol><li>Key vault still has the MSI in the access policy</li><li>Access policy provides permissions to Get, Wrap, Unwrap</li><li>If key vault is in a vNet behind the firewall, check if Allow Microsoft Trusted Services is enabled</li></ol> |
99
-
| CmkErrorDisabled | Applied a customer managed key but the key is disabled. For more information, see how to Enable the key. | Yes, by enabling the key version |
98
+
| CmkErrorAccessRevoked | Applied a customer managed key but the key access is currently revoked. For more information, see how to [Enable the key access](https://docs.microsoft.com/rest/api/keyvault/vaults/updateaccesspolicy).| Yes, check if: <ol><li>Key vault still has the MSI in the access policy.</li><li>Access policy provides permissions to Get, Wrap, Unwrap.</li><li>If key vault is in a vNet behind the firewall, check if **Allow Microsoft Trusted Services** is enabled.</li></ol> |
99
+
| CmkErrorDisabled | Applied a customer managed key but the key is disabled. For more information, see how to [Enable the key](https://docs.microsoft.com/rest/api/keyvault/vaults/createorupdate). | Yes, by enabling the key version |
100
100
| CmkErrorNotFound | Applied a customer managed key but can't find the key. <br>If the key is deleted and purged after the retention period, you can't recover the key. If you backed up the key, you can restore the key to resolve this issue. | No, the key has been deleted and also got purged after the retention period. <br>Yes, only if the customer has the key backed-up and restores it. |
101
-
| CmkErrorVaultNotFound | Applied a customer managed key but can't find the key vault associated with the key.<br>If you deleted the key vault, you can't recover the customer managed key. If you migrated the key vault to a different tenant, see how to Migrate the key vault to original tenant.| No, if the customer has deleted the KV.<br> Yes, if KV underwent a tenant migration, then do one of: <ol><li>move back the KV to the old tenant.</li><li>set Identity = None and then back to Identity = SystemAssigned, this will delete and recreate the identity</li></ol><br>Note: Tenant migration case is based on limited understanding, need to test and confirm actual behavior, could be revised later. |
101
+
| CmkErrorVaultNotFound | Applied a customer managed key but can't find the key vault associated with the key.<br>If you deleted the key vault, you can't recover the customer managed key. If you migrated the key vault to a different tenant, see [Change a key vault tenant ID after a subscription move](https://docs.microsoft.com/azure/key-vault/key-vault-subscription-move-fix).| No, if the customer has deleted the key vault.<br> Yes, if key vault underwent a tenant migration, then do one of: <ol><li>move back the key vault to the old tenant.</li><li>set Identity = None and then back to Identity = SystemAssigned, this deletes and recreates the identity</li></ol><br>Note: Tenant migration case is based on limited understanding, need to test and confirm actual behavior, could be revised later. |
0 commit comments