Friday, 31 May 2024

Create a storage account to use with Microsoft Azure Blob Storage

 

Create a storage account to use with Microsoft Azure Blob Storage

An Azure storage account contains all of your Azure Storage data objects, including blobs, file shares, queues, tables, and disks. Create a storage account and enable access to the storage account using the shared key or shared access signature.
  1. Under Azure Services, click 
    Storage accounts
    .
    The image shows the Azure services on the Azure portal.
  2. On the 
    Storage accounts
     page, click 
    Create
     to create a new storage account.
  3. On the 
    Basics
     tab, enter the project and instance details.
    1. In the 
      Subscription
       field, select the subscription for which you want to create the storage account.
    2. In the 
      Resource group
       field, select the resource group in which the Azure resources are deployed and managed.
    3. In the 
      Storage account name
       field, enter a name for your storage account.
      The name must be unique across Azure, between 3 and 24 characters in length, and can include only numbers and lowercase letters.
    4. In the 
      Region
       field, select a location for your storage account, or use the default location.
  4. On the 
    Advanced
     tab, configure the security settings.
    1. Disable the 
      Require secure transfer for REST API operations
       option.
    2. Select 
      Enable blob public access
       to allow anonymous access to blobs within the storage account.
    3. Select 
      Enable storage account key access
       to allow access to storage account using the shared key or shared access signature.
  5. Click 
    Review + Create
     
    Create
    .

No comments:

Post a Comment