Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
Post image 9
Post image 10
Post image 11
Post image 12
Post image 13
Post image 14
Post image 15
Post image 16
Post image 17
Post image 18
Post image 19
Post image 20
Post image 21
1 / 21
0

Deploying Blob Storage for a Public website on Azure

DEV Community·Oluwaloseyi Oluwatofunmi Emmanuel·about 1 month ago
#T3TMvgjT
#create#configure#cloud#select#storage#file
Reading 0:00
15s threshold

Table of Content What is Blob Storage? Create a storage account with high availability. Create a blob storage container with anonymous read access Practice uploading files and testing access. Configure soft delete Configure blob versioning Conclusion What is Blob Storage? Blob Storage is a cloud storage solution used for storing large amount of unstructured data including text documents, emails, social media posts, multimedia (audio/video/images) Learn more . Create a storage account with high availability. Step 1: Create a storage account to support the public website. In the portal, search for and select Storage accounts . Select + Create . For resource group select new . Give your resource group a name and select OK . Set the Storage account name to publicwebsite . Make sure the storage account name is unique by adding an identifier. Take the defaults for other settings. Select Review and then Create . Wait for the storage account to deploy, and then select Go to resource .…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More