Logo

dev-resources.site

for different kinds of informations.

Provide shared file storage for the company offices

Published at
12/3/2024
Categories
devops
beginners
cloud
webdev
Author
Precious Oladele
Categories
4 categories in total
devops
open
beginners
open
cloud
open
webdev
open
Provide shared file storage for the company offices

Step1. Create and configure a storage account for Azure Files.

  1. Create a storage account for the finance department’s shared files.
    • In the portal, search for and select Storage accounts. search
    • Select + Create. select
    • 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. provide
    • 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. review
    • Wait for the resource to deploy.
    • Select Go to resource. resource

Step 2. Create and configure a file share with directory.

  1. Create a file share for the corporate office
    • In the storage account, in the Data storage section, select the File shares blade. Image description
    • Select + File share and provide a Name. select
    • Review the other options, but take the defaults.
    • Select Create create
  2. Add a directory to the file share for the finance department. For future testing, upload a file.
    • Select your file share and select + Add directory. add
    • Name the new directory finance. name
    • Select Browse and then select the finance directory.
    • Notice you can Add directory to further organize your file share. notice
    • Upload a file of your choosing. upload

Step 3. Configure and test snapshots.

  1. Similar to blob storage, you need to protect against accidental deletion of files. You decide to use snapshots

    • Select your file share.
    • In the Operations section, select the Snapshots blade. in the
    • Select + Add snapshot. The comment is optional. Select OK. add snap
    • Select your snapshot and verify your file directory and uploaded file are included. your
  2. Practice using snapshots to restore a file.

    • Return to your file share.
    • Browse to your file directory.
    • Locate your uploaded file and in the Properties pane select Delete. locate
    • Select Yes to confirm the deletion.
    • Select the Snapshots blade and then select your snapshot.
    • Navigate to the file you want to restore,
    • Select the file and then select Restore.
    • Provide a Restored file name.
    • Verify your file directory has the restored file. verify

Step 4. Configure restricting storage access to selected virtual networks.

  1. This tasks in this section require a virtual network with subnet. In a production environment these resources would already be created.

    • Search for and select Virtual networks. for
    • 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. then
    • Wait for the resource to deploy.
    • Select Go to resource. goto
    • In the Settings section, select the Subnets blade.
    • Select the default subnet. defaylt
    • In the Service endpoints section choose Microsoft.Storage in the Services drop-down.
    • Do not make any other changes.
    • Be sure to Save your changes. be sure
  2. The storage account should only be accessed from the virtual network you just created.

    • Return to your files storage account. return
    • In the Security + networking section, select the Networking blade.
    • Change the Public network access to Enabled from selected virtual networks and IP addresses. and
    • In the Virtual networks section, select Add existing virtual network.
    • Select your virtual network and subnet, select Add.
    • Be sure to Save your changes. sure
    • Select the Storage browser and navigate to your file share. minnus
    • Verify the message not authorized to perform this operation. You are not connecting from the virtual network. siuis

Featured ones: