Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
Can anyone help me how I can able to change the access tier of Azure Data Lake Storage Gen 2 using Azure CLI as because I only found out the command using PowerShell but our requirement is to use python or Azure CLI.

1 Answer

0 votes
by (26.7k points)

In able to change the Access tier try the below command:

az storage account update -g <resource-group> -n <storage-account> --set kind=StorageV2 --access-tier=<Hot/Cool>

I hope this will help.

Want to become an Azure expert? join azure certification now!!

Want to know more about Azure Datalake? Watch this video on Azure Data Lake Tutorial | Azure Data Lake Training :

Related questions

0 votes
1 answer
asked Jan 11, 2021 in Azure by dante07 (13.1k points)
0 votes
1 answer

Browse Categories

...