How do I create an Azure storage account?

An Azure storage account provides a unique namespace to store and access your Azure storage data objects. Every object that you store in Azure Storage has an address that includes your unique account name. The combination of the account name and the Azure Storage blob endpoint forms the base address for the objects in your storage account. All objects in a storage account are billed together as a group.
 

By default, the data in your account is available only to the account owner. If you do not have an existing storage account in your subscription, follow the steps outlined in this procedure:

  1. Click Storage Accounts from the menu of services to access the Storage Accounts bladeClick storage account
  2. Click Add (+) to create a new storage account. The Create Storage Account blade appears .Enter required info
  3. provide the following information for the new storage account.

Parameter

Description

Subscription

Select the subscription you want to create this storage account in.

Resource Group

Select the resource group to store the storage account in.

Storage account name

Enter a unique name for your new storage account. A storage account name can contain only lowercase letters and numbers and must be between 3 and 24 characters.

Performance

Standard

Account Kind

StorageV2 (General Purpose v2)

Replication

RA-GRS.

Access Tier

Hot

      4. Click Review + Create.

      5. Once Validation has passed, click on Create.  After a short moment, your storage account should have been created in your resource group.

 Additional Required Settings

  1. Ensure that 'Secure transfer required' is set to 'Enabled'
    1. For each Storage Account go to configuration and ensure that secure transfer required is set to enabled.
  1. Ensure Storage logging is enabled for Queue service for read, write, and delete requests
    1. For each storage account use the Use the Diagnostics logs (classic) blade from Monitoring (classic) section.
    2. Set the Status to On, if set to Off.
    3. Select Queue properties.
    4. Select Read, Write and Delete options under the Logging section to enable Storage Logging for Queue service.
  1. Ensure that shared access signature tokens are allowed only over https
    1. For each storage account go to Shared Access Signature and set Allowed Protocols to HTTPS only.
  1. Ensure that 'Public access level' is set to Private for blob containers
    1. For each storage account go to containers under Blob Service.
    2. For each Container click on Access policy and set the Public Access Lever to Private (No Anonymous Access).
  1. Ensure default network access rule for Storage Accounts is set to deny.
    1. For each storage account, click on Firewalls and Virtual Networks under Settings.
    2. Ensure the you have elected to allow access from Selected Networks
    3. Add rules to “allow traffic” from “specific network”
  1. Ensure 'Trusted Microsoft Services' is enabled for Storage Account access.
    1. For each storage account click on Firewalls and Virtual Networks.
    2. Ensure that you’ve elect to allow access from “selected networks”.
    3. Enable Check Box for Allow Trusted Microsoft Services to access this storage account.

Details

Article ID: 983
Created
Fri 1/15/21 6:18 PM
Modified
Wed 4/21/21 6:27 PM

Related Services / Offerings (1)

Microsoft Azure is an ever-expanding set of cloud services to help UIC innovate and meet your organizational needs. It’s the freedom to build, manage, and deploy applications on a massive, global network using your favorite tools and frameworks.