Skip to content

Commit 0fcd5c1

Browse files
committed
made a few edits during review
1 parent 61eb46c commit 0fcd5c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/storage/common/storage-import-export-data-to-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You must:
2525
* Have adequate number of disks of [Supported types](storage-import-export-requirements.md#supported-disks).
2626
* Have a Windows system running a [Supported OS version](storage-import-export-requirements.md#supported-operating-systems).
2727
* 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.
2929

3030
* Unzip to the default folder `waimportexportv1`. For example, `C:\WaImportExportV1`.
3131
* 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]`.

articles/storage/common/storage-import-export-encryption-key-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@ Configuring customer-managed key for your Import/Export service is optional. By
5959

6060
![Select or create Azure Key Vault](./media/storage-import-export-encryption-key-portal/encryption-key-4.png)
6161

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**.
6363

6464
![Create new Azure Key Vault](./media/storage-import-export-encryption-key-portal/encryption-key-5.png)
6565

6666
7. Review the information associated with your key vault and select **Create**. Wait for a couple minutes for the key vault creation to complete.
6767

6868
![Create Azure Key Vault](./media/storage-import-export-encryption-key-portal/encryption-key-6.png)
6969

70-
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.
7171

7272
9. If you created a new key vault, select **Create new** to create a key. RSA key size can be 2048 or greater.
7373

7474
![Create new key in Azure Key Vault](./media/storage-import-export-encryption-key-portal/encryption-key-7.png)
7575

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.
7777

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**.
7979

8080
![Create new key](./media/storage-import-export-encryption-key-portal/encryption-key-8.png)
8181

@@ -95,10 +95,10 @@ If you receive any errors related to your customer managed key, use the followin
9595

9696
| Error code |Details | Recoverable? |
9797
|----------------|------------|-----------------|
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 |
100100
| 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. |
102102

103103
## Next steps
104104

0 commit comments

Comments
 (0)