Posts

Showing posts from September, 2021

Azure Storage Account

Image
  Learn What is Azure Storage Account  . This Video covers below topics 🖥Azure storage account 🖥Basic design consideration for storage account 🖥Storage kind general purpose v1 vs v2 🖥Disaster recovery 🖥Showed how to create a storage account in portal 🖥Access Keys/Connection string primary and secondary key Site recovery for various geographies https://azure.microsoft.com/en-us/global-infrastructure/geographies/#geographies Timeline Introduction to azure storage :0.00 Disaster recovery /Data replication :1.25 Storage kind v1 vs v2: 2.30 Creating storage account on portal: 3.35 Data protection in azure storage : 6.27 Access keys primary and secondary key rotation :9.15 Geo replication, CROS:10.05

Azure Resource Group Explained

Image
  Learn What is Azure Resource Group What is a resource group A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group. The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.