Project Exercise - Provide shared file storage for the company offices
dev.to·21h·
Discuss: DEV
Flag this post

Create and configure a storage account for Azure Files

  1. Create a storage account for the finance department’s shared files. Learn more about storage accounts for Azure Files deployments.

In the portal, search for and select Storage accounts.

Select + Create.

For Resource group select Create new. Give your resource group a name and select OK to save your changes.

Provide a Storage account name. Ensure the name meets the naming requirements.

Set the Performance to Premium.

Set the Premium account type to File shares.

Set the Redundancy to Zone-redundant storage.

Select Review and then Create the storage account.

Wait for the resource to deploy.

Select Go to resource.

Create and configure a file share with directory

  1. Create a file sha…

Similar Posts

Loading similar posts...