Azure: Creating Resource Group

This article was written using chatGPT.

Azure resource group helps you organize and manage your Azure resources efficiently, improve security and access control, enforce governance and compliance standards, and manage your Azure billing and cost. In other words, you can have your entire network e.g., firewall VM, server VM, subnets, routing tables in one resource group. Then when it is time to remove these resources, you can simply delete that resource group to remove all these VMs, subnets and routing tables.

Prerequisite: You will need an Azure account and subscription first. For a 30-day $200 credit trail, see this post.

Here are the steps to create an Azure resource group:

  1. Log in to your Azure portal at https://portal.azure.com/.
  2. Click on "Resource groups" in the left-hand menu.
  3. Click on the "+ Add" button to create a new resource group.
  4. In the "Basics" tab, fill out the following information:
  5. Subscription: Select the subscription you want to use.
  6. Resource group: Enter a name for the new resource group.
  7. Region: Select the region where you want to deploy the resources in the resource group. NOTE: This is very important, not all resources are available in all regions. This demo is using West US 2. However, it is highly recommended to "scope" what resources are available by region. You can do that by first going through the step of deploying your resource (e.g., VM) and see what the default region is.
  8. In the "Tags" tab, you can add tags to your resource group if you want to categorize and manage your resources.
  9. Review your settings and click on the "Review + create" button.
  10. Review your settings and click on the "Create" button to create the new resource group.
  11. Once the resource group is created, you can add resources to it by selecting the resource group from the "Resource groups" menu and clicking on the "+ Add" button. You can choose from a wide range of resources, including virtual machines, storage accounts, databases, and more.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

That's it! You have successfully created an Azure resource group that you can use to organize and manage your Azure resources.

要查看或添加评论,请登录

Tai?? Tran的更多文章

  • Wiz Security, an Intro to

    Wiz Security, an Intro to

    Over the weekend, I had the chance to dive into a demo from Wiz.io, and it’s pretty damn cool! Wiz.

  • Azure: Deploying Palo Alto Networks VM-series Part-3

    Azure: Deploying Palo Alto Networks VM-series Part-3

    In this article, we'll explore how to set up the VM-series firewall to protect your Azure resources. We will configure…

  • Azure: Creating a vnet Peering

    Azure: Creating a vnet Peering

    Virtual network (vnet) peering enable communication between two different vnets. In this demo, I want to peer my vnet…

    1 条评论
  • Generate Certificate Request using OpenSSL

    Generate Certificate Request using OpenSSL

    This article was written using chatGPT. You must have OpenSSL installed in your machine in order to do this.

  • Generating a server certificate

    Generating a server certificate

    This article was written using chatGPT. Creating a server identity certificate involves purchasing one from a trusted…

  • TLS Certificates

    TLS Certificates

    This article was written using chatGPT. Transport Layer Security (TLS) certificates play a crucial role in securing…

  • Crypto scam: pig butchering

    Crypto scam: pig butchering

    Hi everyone! I want to talk to you about this thing called Pig Butchering, which is a scam with crypto money. You might…

    16 条评论
  • Azure: Deploying Palo Alto Networks VM-series Part-2

    Azure: Deploying Palo Alto Networks VM-series Part-2

    This is a continuation of Part-1. Configure Security Zones There should only be INSIDE (trust) and OUTSIDE (untrust)…

  • Azure: Deploying Palo Alto Networks VM-series Part-1

    Azure: Deploying Palo Alto Networks VM-series Part-1

    This is Part 1 of 2-parts article. Refer to the diagram above for the design description: a Palo Alto Networks…

    2 条评论
  • Azure: Creating Network Security Group

    Azure: Creating Network Security Group

    This article was written using chatGPT. To create a Network Security Group (NSG) in Azure, you can follow these steps:…

社区洞察

其他会员也浏览了