Task 1

This task we'll create a RG to our nearest location and deploy resources inside it.

All resources having same life cycle ideally should belong to same Resource Group

  1. Visit Azure Portal and Sign-in.

  2. Click on Search-box and search for Resource Group and create a new RG

  3. Search Resource Group

  4. Select Subscription, Give a name to resource group then select nearest zone .Afterwards Review and Create .

  5. Click on Review and Create

  6. Search Disk, and click on + create

  1. Select your subscription and fill other details.

  1. Change SSD to HDD and reduce Storage Size to avoid extra costing

  1. From Encryption tab, select Platform-managed Key it means Azure will take care of Keys.

  1. Enable Public Access only in Test env

  1. Don't enabled shared Disk option, because we do have to move this resource from 1 resource group to another.

  1. If you have any Tags, put there or else feel free to keep it blank.

Last updated