Azure: Creating public IP address

To create an Azure Public IP address, you can follow these steps:

  1. Go to the Azure portal at https://portal.azure.com/ and log in with your Azure account.
  2. In the search bar, search for "Public IP addresses" and click on the result.
  3. Click on "Create".
  4. In the "Create public IP address" page, fill out the following information:
  5. Subscription: Select the Azure subscription that you want to use.
  6. Resource group: Select an existing resource group or create a new one.
  7. Select the region for this public IP address. Make sure this region also has the resource this public IP address will be attached to. See?Resource Group, Step 7 for more details.
  8. Name: Enter a name for the new public IP address.
  9. IP address assignment: Select "Dynamic" IP address assignment.
  10. SKU: Select the SKU for the public IP address, which determines the features and pricing. For this demo, we will use Basic SKU for public IP address. For production environment involving public IP address, you would want a Standard SKU for the IP address to persist if the VM is shutdown for any reasons.
  11. DNS name label: Enter a unique name that will be used as the DNS name for the public IP address (optional).
  12. Click on "Review + create" to review the settings for the new public IP address.
  13. After verifying the settings, click on "Create" to create the new public IP address.

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

Once the public IP address is created, you can associate it with other Azure resources, such as a virtual machine or a load balancer, to make them accessible from the Internet. To do so, you can go to the "Networking" section of the resource's configuration page and select the public IP address that you created from the dropdown menu. Here is an example of associating to vNIC that can be attached to a VM.

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

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

社区洞察

其他会员也浏览了