Azure: Creating Virtual Network

This article was written using chatGPT.

Here are the steps to create an Azure Virtual Network (vnet):

  1. Log in to your Azure portal at https://portal.azure.com/.
  2. Click on "Virtual Network" in the left-hand menu.
  3. Click on the "Create" button to create a new Virtual Network.
  4. In the "Basics" tab, fill out the following information:
  5. Subscription: Select the subscription you want to use.
  6. Resource group: Select an existing resource group or create a new one.
  7. Name: Enter a name for the Virtual Network. I am calling this one: iroh_vnet.
  8. Region: Select the region where you want to deploy the Virtual Network. Make sure this region also has the resource this vnet will be associated with. See?Resource Group, Step 7 for more details.
  9. In the "Security" tab, you can leave these items uncheck as they all cost money the second they are all deployed.
  10. In the "Address space" section, you can add additional IP address space for use or use the predefined address space for the Virtual Network. These can also be added to the Virtual Network later.
  11. In the "Subnet" section, you can either create a new subnet or select an existing one. If creating a new subnet, you can also choose to enable or disable the "Service Endpoints" and "Private Endpoints" options for the subnet. The subnet is the range of IP addresses that will be used by the resources in the Virtual Network. These can also be added to the Virtual Network later.
  12. Review your settings and click on the "Review + create" button.
  13. Review your settings and click on the "Create" button to create the new Virtual Network.
  14. Once the Virtual Network is created, you can add resources to it by creating subnets and associating resources to those subnets.

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 Virtual Network that you can use to connect and isolate your Azure resources. You can create multiple subnets within a Virtual Network to segment resources based on their function or security requirements.

Note that creating a virtual network will automatically creates Network Watcher which in turns automatically creates additional resource group (NetworkWatcherRG).

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

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:…

社区洞察

其他会员也浏览了