Creating a High-Availability Storage Account for a Public Website
dev.to·16h·
Discuss: DEV
Flag this post

Introduction

In this exercise, you will learn how to create and configure a Microsoft Azure Storage Account designed to support a public website environment. The goal is to ensure high availability, public accessibility, and data resilience through features such as soft delete and** blob versioning**.

This task will guide you through creating:

  • A storage account with geo-redundant availability
  • A blob container with anonymous public access
  • Soft delete protection to recover deleted files
  • Blob versioning to maintain and restore older versions of files

By the end of this lab, you will have a fully functional storage setup suitable for hosting website content used in testing, training, or live demonstration environments.

**Task 1: Create a High-Availability S…

Similar Posts

Loading similar posts...