Updated as per Rahul's feedback

This commit is contained in:
Heidi Lohr 2018-10-22 14:25:06 -07:00
parent a0054772f9
commit 108d06bc10

View File

@ -845,11 +845,12 @@ The following diagram shows the BitLocker configuration service provider in tree
``` ```
>[!NOTE] >[!NOTE]
>When you disable the warning prompt, the recovery key will back up to the user's Azure Active Directory account. When you allow the warning prompt, the user can select where to back up the recovery key for an OS drive, but for a fixed data drive we choose the endpoint for the recovery key's backup. >When you disable the warning prompt, the recovery key will back up to the user's Azure Active Directory account. When you allow the warning prompt for a fixed data drive, we choose the endpoint for the recovery key's backup.
> >
>The endpoint for a fixed data drive's backup is chosen in the following order: >The endpoint for a fixed data drive's backup is chosen in the following order:
>1. The user's Windows Server Active Directory Domain Services account. >1. The user's Windows Server Active Directory Domain Services account.
>2. The user's personal OneDrive (MDM/MAM only). >2. The user's Azure Active Directory account.
>3. The user's personal OneDrive (MDM/MAM only).
> >
>Encryption will wait until one of these three locations backs up successfully. >Encryption will wait until one of these three locations backs up successfully.