question

CartwrightDenise-7799 avatar image
0 Votes"
CartwrightDenise-7799 asked CartwrightDenise-7799 commented

Creating an Azure Account - CLI

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]: /answers/storage/attachments/82518-image.png

azure-storage-accounts
image.png (18.0 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@CartwrightDenise-7799 Welcome to Microsoft Q&A, thank you for your query.

Trying to better understand your requirement, are you trying to create a storage account or create an Azure subscription using CLI ?

0 Votes 0 ·

HI there!
I was trying to create an account in Azure. I tried to follow the script (although I am not a programmer and I got lost!
In the screen shot I provided, I was unable to mimick the key strokes for a successful creation I tried performing line by line, sentence breaks I never discovered the right entry.
Thank you~

0 Votes 0 ·

1 Answer

olgaoos avatar image
0 Votes"
olgaoos answered CartwrightDenise-7799 commented

I love these learning modules from the Microsoft. As I understand you are using the next learning Module: https://docs.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.



image.png (63.1 KiB)
image.png (25.5 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YES YES YES - I do love these sandboxes.
Kudos, you were able to identify my issue.


"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)."
I was attempting to keyboard all of the entries and could not come to the right methodology.

Thank you Olgaoos!!!!!

0 Votes 0 ·