Skip to content

Commit 7382eea

Browse files
authored
Warn about 2pass to 1pass switch
1 parent f113370 commit 7382eea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/security/azure-security-disk-encryption-faq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msmbaldwin
55
ms.service: security
66
ms.topic: article
77
ms.author: mbaldwin
8-
ms.date: 04/16/2019
8+
ms.date: 06/05/2019
99
ms.custom: seodec18
1010
---
1111

@@ -78,6 +78,9 @@ No, Azure Disk Encryption only encrypts mounted volumes.
7878

7979
To rotate secrets, just call the same command you used originally to enable disk encryption, specifying a different Key Vault. To rotate the key encryption key, call the same command you used originally to enable disk encryption, specifying the new key encryption.
8080

81+
>[!WARNING]
82+
> - If you have previously used [Azure Disk Encryption with Azure AD app](azure-security-disk-encryption-prerequisites-aad.md) by specifying Azure AD credentials to encrypt this VM, you will have to continue use this option to encrypt your VM. You can’t use [Azure Disk Encryption](azure-security-disk-encryption-prerequisites.md) on this encrypted VM as this isn’t a supported scenario, meaning switching away from AAD application for this encrypted VM isn’t supported yet.
83+
8184
## How do I add or remove a key encryption key if I didn't originally use one?
8285

8386
To add a key encryption key, call the enable command again passing the key encryption key parameter. To remove a key encryption key, call the enable command again without the key encryption key parameter.

0 commit comments

Comments
 (0)