Create and configure a storage account for Azure Files
- Create a storage account for the finance department’s shared files. Learn more about storage accounts for Azure Files deployments.
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.

Create and configure a file share with directory
- Create a file share for the corporate office. Learn more about Azure File tiers.
In the storage account, in the Data storage section, select the File shares blade.

Review the other options, but take the defaults.
- Add a directory to the file share for the finance department. For future testing, upload a file.
Notice you can Add directory to further organize your file share.
Configure and test snapshots
- Similar to blob storage, you need to protect against accidental deletion of files. You decide to use snapshots. Learn more about file snapshots.
- Practice using snapshots to restore a file.
Locate your uploaded file and in the Properties pane select Delete. Select Yes to confirm the deletion.


Configure restricting storage access to selected virtual networks
- This tasks in this section require a virtual network with subnet. In a production environment these resources would already be created.
Select Create. Select your resource group. and give the virtual network a name.


Take the defaults for other parameters, select Review + create, and then Create.


In the Service endpoints section choose Microsoft.Storage in the Services drop-down.

Do not make any other changes.
- The storage account should only be accessed from the virtual network you just created. Learn more about using private storage endpoints.
In the Security + networking section, select the Networking blade.

Change the Public network access to Enabled from selected virtual networks and IP addresses.

In the Virtual networks section, select Add existing virtual network.

Verify the message not authorized to perform this operation. You are not connecting from the virtual network.








































Top comments (0)