Azure Security
  • 👺Azure Security Project Lab
  • 💻Manage Azure Resource
    • Task 1
    • Task 2
    • Task 3
  • 👮RBAC
  • 🥷NSG & ASG
    • Page 1
    • Page 2
  • 💂‍♂️Perimeter Security
  • 🗼Network Security
  • 🏗️IaaC
    • Installation
  • Azure SAST Rules
    • 🔐Authentication
    • 🐳Docker
    • 👺Code Like Hacker : Secure Terraform Practices
Powered by GitBook
  1. Manage Azure Resource

Task 1

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

PreviousManage Azure ResourceNextTask 2

Last updated 1 year ago

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

  1. Visit 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.

💻
Azure Portal