Learning Microsoft Azure Fundamentals for AZ 900 Exam Day 9

Learning Microsoft Azure Fundamentals for AZ 900 Exam Day 9

·

2 min read

Today Day 9 of #AzureFundamentals, I have completed Units 6,7,8,9/9 of Modules 1/4 of LP 2 Describe Azure architecture and services, Azure Fundamentals for Exam AZ 900.

LP 2Describe Azure architecture and services
Module 1/4Describe the core architectural components of Azure
Unit 6,7,8,9/96. Describe Azure Management Infrastructure,
7. Exercise - Create an Azure Resource

I. Unit 6/9 - Describe Azure Management Infrastructure

Page 1

Page 2

Page 3

Page 4

Page 5

Page 6

II. Unit 7/9 - Exercise - Create an Azure Resource

Page 7

Learn Sandbox,

  1. Create a resource group, (learn sandbox will already provide under task - 2 so just input that at vm creation)

    •   resourcegroup = "myresourcegroupCLI"
        location = "westus3"
        az group create --name $resourcegroup --location  $location
      
  2. Create a VM

    •   az vm create 
            --resource-group [inputyourlearnresourcegroup]
            --name my-VM 
            --image Win2022AzureEditionCore 
            --public-ip-sku Standard 
            --admin-username azureuser
      
    • You'll be prompted to supply a password that meets the password requirements for Azure VMs.

My CLI

II. Unit 8,9/9

Page 8

Conclusion

Learning Objectives,

  1. Describe Azure Resource Groups & Resources,

  2. Describe Azure Subscriptions,

  3. Describe Azure Management Groups,

  4. Describe the Hierarchy of Azure Management Groups, Subscriptions, Resource groups and Resources

Source: Microsoft Azure Fundamentals [Link], YT [Link]

Author: Dheeraj.y

Connect with me:

Did you find this article valuable?

Support dheerajy blog by becoming a sponsor. Any amount is appreciated!