Here's a step-by-step guide to create and configure an Azure Storage Account
1. Create an Azure Storage Account
Log in to the Azure Portal: Go to https://portal.azure.com and sign in.
Search the Storage Accounts.
Create a Storage Account:
Click on the create option
Configure the Basic Settings:
Subscription: Select the Azure subscription you want to use.
Resource group: Create a new resource group or select an existing one.
Storage account name: Provide a unique name (alphanumeric and lowercase only).
Region: Choose the appropriate Azure region.
Performance: Select either Standard or Premium based on your requirements.
Redundancy: Choose a redundancy option:
Locally-redundant storage (LRS)
Geo-redundant storage (GRS)
Zone-redundant storage (ZRS)
Read-access geo-redundant storage (RA-GRS)
Review and Create:
Click Review + create to validate your settings.
Once validated, click Create to provision the storage account.
2. Configure Azure Storage Account Settings
To configure the Azure Files follow the below steps
Access the Storage Account:
Once the deployment is complete, go to the Storage Account you created.
Configure File Share Access
Go-to inside your Storage Account
Click on the File Shares
Create New File Share
Provide all the required details related to File Share & Click on Review & Create
Open the File Share created by you and for file share access permission we can assign the users to access the file share.
Go-to inside your file share and click on the IAM(Identity and Access Management) to assign the permission.
Now click on the Add role assignment
Assigned Storage File Data SMB Share Contributor role to any of user on which ID you want assign the admin rights related to Azure File Share
Storage File Data SMB Share Contributor » Allows for read, write, and delete access in Azure Storage file shares over SMB
Click the role and click on the Next
Select the User, group, or service principle option
Click on the Select Members
Add the member from the user list
Select & Next
Review & Assign