
Provide storage for the public website
CONFIGURATION STEPS : Create a storage account with high availability: Creating a storage account with high availability ensures that data is replicated across multiple locations or zones, providing resilience against hardware failures or outages and guaranteeing reliable access for applications and users. Ensure the storage account has anonymous public access: Enabling anonymous public access allows the storage account or container to serve files over the internet without authentication. This is essential for hosting publicly accessible content, such as website documents, while ensuring ease of access for all users. Create a blob storage container for the website documents: Creating a blob storage container organizes and stores the website’s documents and assets within the storage account, providing a dedicated space for files such as HTML, CSS, JavaScript, and media content. Enable soft delete so files can be easily restored: Enabling soft delete ensures that deleted files are retain
Continue reading on Dev.to
Opens in a new tab

