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 Storage account Creation: what is it all about? An Azure Storage Account is a Microsoft Azure service that provides scalable, durable, and secure cloud storage for a variety of data objects.
This piece will assist us in:
- Making a storage account.
- Setting up security it.
- Setting up TSL version for it.
- Limiting access to the network till required.
Let's get started right away! Come with me to the cloud!
Create a resource group and storage account
Use the following steps below to achieve this:
create a storage account
Configure Storage Account
here we place storage on low availability for a lower cost and can see that the end that our storage is only available in a local centre and not in other locations
we want to accept requests from only secure connections
storage account should use at least TLS version 1.2.
Disable access to storage till its needed
Make sure that the storage account is accessible to the public across all networks.
Summary
All of your Azure Storage data objects, including as files, queues, tables, and blobs, are contained in an Azure storage account.
Azure Storage provides both Standard and Premium storage account options. Every kind has a unique cost structure and supports a variety of features.
Multiple copies of your data are always kept in Azure Storage to safeguard it against both anticipated and unforeseen circumstances.
Data in both the primary and secondary areas can be replicated using redundancy models.
Top comments (1)
Nicely written