hey guys! ever woandered how create a storage account for sharing files in a global company with exclusive storage available as well using Azure?
well then, let dive in!
create resource group and account storage
Select premium, select fileshare and redundancy
now we create a fileshare
add a directory for the finance department
uplaod a photo to finance directory
now to protect our files from being deleted accidentely
if you select finace you can see that our uploaded file is in there, well backed up
Now use snapshot to restore our files incase deleted
delete file uploaded to directry
select snapshot
select option and restore
Verify your file directory has the restored file
Now to restrict access to our files for some Networks
search for virtual network
- create virtual network name and create
- go to settings
- press the default and then select microsoft.storage in the drop down
-select security and network
- select our virtual network security
- save
you can see our storage account cannot be accessed by every network again
Top comments (1)
Good job!