- 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.

Create and configure a file share with directory.
- Create a file share for the corporate office.
2. Add a directory to the file share for the finance department. For future testing, upload a file.
Configure and test snapshots.
Select + Add snapshot. Giving a comment is optional. Select OK.

Select your snapshot and verify your file directory and uploaded file are included.

Configure and test snapshots.
- Similar to blob storage, you need to protect against accidental deletion of files. However, in case there is accidental deletion of a file, the option to recover lost files or document is to use snapshot.
2. 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. When virtual network is properly configure, it could restrict a access to a provisioned resources over the internet. In a nut shell, how an access to a storage could be restricted to resources is dependent of virtual network configuration, here, i will walk you through the processes needed to achieve this.
- 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.

2. The storage account should only be accessed from the virtual network you just created.
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.













































Top comments (1)
100%