Skip to content

Commit 760206c

Browse files
authored
Merge pull request #101139 from MarkusVi/arturo112
arturo112
2 parents 932617d + ac33b53 commit 760206c

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-datalake.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: tutorial
1414
ms.tgt_pltfrm: na
1515
ms.workload: identity
16-
ms.date: 11/13/2018
16+
ms.date: 11/14/2018
1717
ms.author: markvi
1818
ms.collection: M365-identity-device-management
1919
---
@@ -32,7 +32,15 @@ This tutorial shows you how to use a system-assigned managed identity for a Wind
3232

3333
[!INCLUDE [msi-tut-prereqs](../../../includes/active-directory-msi-tut-prereqs.md)]
3434

35-
## Grant your VM access to Azure Data Lake Store
35+
36+
37+
## Enable
38+
39+
[!INCLUDE [msi-tut-enable](../../../includes/active-directory-msi-tut-enable.md)]
40+
41+
42+
43+
## Grant access
3644

3745
Now you can grant your VM access to files and folders in an Azure Data Lake Store. For this step, you can use an existing Data Lake Store or create a new one. To create a new Data Lake Store using the Azure portal, follow this [Azure Data Lake Store quickstart](https://docs.microsoft.com/azure/data-lake-store/data-lake-store-get-started-portal). There are also quickstarts that use the Azure CLI and Azure PowerShell in the [Azure Data Lake Store documentation](https://docs.microsoft.com/azure/data-lake-store/data-lake-store-overview).
3846

@@ -52,7 +60,7 @@ In your Data Lake Store, create a new folder and grant your VM's system-assigned
5260

5361
Your VM's system-assigned managed identity can now perform all operations on files in the folder you created. For more information on managing access to Data Lake Store, read this article on [Access Control in Data Lake Store](https://docs.microsoft.com/azure/data-lake-store/data-lake-store-access-control).
5462

55-
## Get an access token using the VM's system-assigned managed identity and use it to call the Azure Data Lake Store filesystem
63+
## Access data
5664

5765
Azure Data Lake Store natively supports Azure AD authentication, so it can directly accept access tokens obtained using managed identities for Azure resources. To authenticate to the Data Lake Store filesystem you send an access token issued by Azure AD to your Data Lake Store filesystem endpoint, in an Authorization header in the format "Bearer <ACCESS_TOKEN_VALUE>". To learn more about Data Lake Store support for Azure AD authentication, read [Authentication with Data Lake Store using Azure Active Directory](https://docs.microsoft.com/azure/data-lake-store/data-lakes-store-authentication-using-azure-active-directory)
5866

@@ -170,6 +178,12 @@ In this tutorial, you authenticate to the Data Lake Store filesystem REST API us
170178

171179
Using other Data Lake Store filesystem APIs you can append to files, download files, and more.
172180

181+
182+
## Disable
183+
184+
[!INCLUDE [msi-tut-disable](../../../includes/active-directory-msi-tut-disable.md)]
185+
186+
173187
## Next steps
174188

175189
In this tutorial, you learned how to use a system-assigned managed identity for a Windows virtual machine to access an Azure Data Lake Store. To learn more about Azure Data Lake Store see:

0 commit comments

Comments
 (0)