M Curtis McCoy On The 5 Things You Need To Be A Highly Effective Public Speaker

At some point in our lives, many of us will have to give a talk to a large group of people. What does it take to be a highly effective public speaker? How can you improve your public speaking skills…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Create an Azure storage account using Cloud Shell

I am starting a new project and need to create a storage account in Azure. For simplicity sake, I like to use the Cloud Shell embedded in the Azure portal.

Azure Cloud Shell

Create a resource group. This is just a logical container for Azure resources.

az group create -n testrg -l westus

-n, — name: the name of the resource group

-l, — location: the Azure region for the resource group

Create a new storage account.

-n, — name: the name of the storage account (this must be globally unique!)

-g, — group: the name of the target resource group that will contain the storage account

-l, — location: the location of the storage account (this doesn’t have to be the same as the resource group, but it helps to organize resources in similar regions)

Create a storage container.

az storage container create -n uploads — account-name testsa

-n, — name: the name of the container (you need a container to hold blobs)

Retrieve your storage account key.

az storage account keys list -n testsa

Add a comment

Related posts:

What Are the Importance of SEO?

SEO is one of the most effective marketing strategies to increase your website traffic and generate more leads. It increases your site’s visibility by ensuring that it appears at the top of search…

Why eMusician Podcasts Ideal for Promote Live Concerts?

You often listen to music to relax and calm yourself after a stressful day. Although people deem music as a distraction, but it helps you to concentrate on your daily tasks. When you are studying…