Configuring Azure Storage

Last published : Apr 17, 2026
For Azure Blob storage:
  1. Login to your Azure portal account.
  2. Navigate to Storage Accounts.
  3. Click the account Name.
  4. On the left side navigation pane, navigate to Shared Access Signature.
  5. For Allowed services, enable Blob.
  6. For Allowed resource types, enable Service, Container, and Object.
  7. For Allowed permissions, enable:
    • Read
    • Write
    • Add
    • Create List
  8. Specify the Expiration start and end date and click Generate SAS and connection string.
  9. Copy Connection string or Blob service URL for Connection configuration.
  10. On the left side navigation pane, select Containers and click the name of the container you want and save the name for later use.
Related information