Hello everyone! This post promises to give us an even more rigorous cloud exercise as we really build some cloud muscle. The focus of this paper will be Azure Storage.
Azure file storage: what is it all about? a Shared file storage is the purpose of Azure file storage. When you need to share files with several users or programs, it is the perfect fit.
This piece will assist us in:
- Making a storage account just for file sharing.
- Setting up a directory and file share.
- Setting up snapshots and practice file restoration.
- Limiting access to a certain subnet and virtual network.
- Let's get started right away! Come with me to the cloud!
create a storage account
This requires high Availability
Create a storage container, upload a file, and restrict access to the file
select your storage account
select data storage and then container
create container
set container to private and save
Test to ensure the file isn’t publically accessible
- select container
- press the upload button and upload any picture and press upload
- select the buttons at the right
- copy url
- paste on another browerser and that access is denied because we set this on private earlier
for sharing files to external partners for lets say 24 hours
Configure storage access tiers and content replication inorder to save cost
- check the tier hot status
- select data management and life cycle
-add rule
- move to cool
-delete after 30 days
we need to backup the public account
- puplic and backup and create
Top comments (0)