Aim:
This exercise aims atdesigning and implementing a secure, centralised cloud storage solution that enables authorized employees to safely store, access, and manage internal company documents while preventing unauthorized access.
Create a storage account and configure high availability.
- Create a storage account for the internal private company documents.
2.This storage requires high availability if there’s a regional outage. Read access in the secondary region is not required. Configure the appropriate level of redundancy.
Create a storage container, upload a file, and restrict access to the file.
- Create a private storage container for the corporate data.
In the storage account, in the Data storage section, select the Containers blade.

Ensure the Public access level is Private (no anonymous access).

As you have time, review the Advanced settings, but take the defaults.

2. For testing, upload a file to the private container. he type of file doesn’t matter. A small image or text file is a good choice. Test to ensure the file isn’t publically accessible.
3. An external partner requires read and write access to the file for at least the next 24 hours. Configure and test a shared access signature (SAS)
Select your uploaded blob file and move to the Generate SAS tab.

In the Permissions drop-down, ensure the partner has only Read permissions.
Verify the Start and expiry date/time is for the next 24 hours.

Verify you can access the file. If you have uploaded an image file it will display in the browser. Other file types will be downloaded.

Configure storage access tiers and content replication.
- To save on costs, after 30 days, move blobs from the hot tier to the cool tier
In the Overview section, notice the Default access tier is set to Hot.

In the Data management section, select the Lifecycle management blade.

Set the Rule scope to Apply rule to all blobs in the storage account.

As you have time, review other lifecycle options in the drop-down.

2. The public website files need to be backed up to another storage account
In your storage account, create a new container called backup

Navigate to your publicwebsite storage account. This storage account was created in the previous exercise.

In the Data management section, select the Object replication blade.

Set the Destination storage account to the private storage account.

Set the Source container to public and the Destination container to backup.

Optionally, as you have time, upload a file to the public container. Return to the private storage account and refresh the backup container. Within a few minutes your public website file will appear in the backup folder.

When these two files were uploaded into publicwebsite storage,it later appeared in backup when refreshed.





































Top comments (1)
Growing!