Creating an Azure Account - CLI

Cartwright, Denise 21 Reputation points
2021-03-30T02:39:00.317+00:00

In the Module to Creat the Azure CLI account, I could not follow this instruction: ![82518-image.png][1] Where can I find more information on writing scripts? Thank you~ [1]: /api/attachments/82518-image.png?platform=QnA

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
{count} votes

Answer accepted by question author
  1. Olga Os - MSFT 5,961 Reputation points Microsoft Employee
    2021-03-30T04:05:30.607+00:00

    I love these learning modules from the Microsoft. As I understand you are using the next learning Module: https://learn.microsoft.com/en-us/learn/modules/connect-an-app-to-azure-storage/ Correct?

    First, you need to activate the sandbox.
    82587-image.png
    After you activated it, some parameters will be auto-populated in your script in the txt on the left side. You only need to copy the script, add your unique storage account name and paste to the Azure Cloud Shell on the right side. After that just run the code (click enter).

    A Storage account name. The name will be used to generate the public URL used to access the data in the account. It must be unique across all existing storage account names in Azure. It must be 3 to 24 characters long and can contain only lowercase letters and numbers.

    82540-image.png

    Please let me know if this is the exactly place where you stuck while going through the module.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.