Method 1: Creating Storage via the Azure Portal (Beginner-Friendly)
This is the easiest way to provision the storage account visually.
Step 1: Navigate to Azure Portal
Go to the Azure Portal.
Log in with your credentials.

Step 2: In the search bar at the top, type "Resource Group" and select the Review + create.
Click "+ Create" (or "Create resource").

- In the search bar at the top, type "Storage accounts" and select the service.
- Click "+ Create" (or "Create resource").
Step 3: Configure the Storage Account
Fill out the details for your new storage account:

- Subscription: Select the Azure subscription where you want to deploy the resource.
- Resource Group: Select an existing Resource Group or create a new one for organization.
- Storage Account Name: Choose a globally unique name (must be lowercase letters and numbers).
- Region: Select the Azure region closest to your users or applications.
- Performance: Choose the appropriate performance tier (LRS, GRS, ZRS). GRS (Geo-Redundant Storage) is often recommended for high availability.
- Redundancy: Choose the replication level.
- Location: Confirm the region.
- Account Tier: Select the appropriate access tier (e.g., Hot, Cool, or Archive).
- Access Tier (Optional): Configure access policies and security settings here.
-
Review + Create: Review your settings and click "Create."
Step 4: Post-Creation Access and Setup
Once the deployment is complete:
- Navigate to your new Storage Account.
- Create Blobs: Navigate to the "Containers" section.

Here you can create your initial blob containers (folders) where you will
store your files.
Select Add container
- Container name
- Select-Container (anonymous read access container and blobs)
- Create





Top comments (0)