web analytics

How to create a virtual machine with a static public IP address in Azure?

Options

renaudj 2 - 93
@2019-01-26 12:25:15

You can create a virtual machine with a static public IP address using the Azure portal.

A public IP address enables you to communicate to a virtual machine from the internet. Assign a static public IP address, rather than a dynamic address, to ensure that the address never changes.

Sign in to the Azure portal at https://portal.azure.com.

  • Select + Create a resource found on the upper, left corner of the Azure portal.
  • Select Compute, and then select Windows Server 2016 VM, or another operating system of your choosing.
  • Enter, or select, the following information, accept the defaults for the remaining settings, and then select OK:

    Setting Value
    Name myVM
    User name Enter a user name of your choosing.
    Password Enter a password of your choosing. The password must be at least 12 characters long and meet the defined complexity requirements.
    Subscription Select your subscription.
    Resource group Select Use existing and select myResourceGroup.
    Location Select East US
  • Select a size for the VM and then select Select.

  • Under Settings, select Public IP address.
  • Enter myPublicIpAddress, select Static, and then select OK, as shown in the following picture:

 

Select static

If the public IP address must be a standard SKU, select Standard under SKU. Learn more about Public IP address SKUs. If the virtual machine will be added to the back-end pool of a public Azure Load Balancer, the SKU of the virtual machine's public IP address must match the SKU of the load balancer's public IP address. For details, see Azure Load Balancer.

  • Select a port, or no ports under Select public inbound ports. Portal 3389 is selected, to enable remote access to the Windows Server virtual machine from the internet. Opening port 3389 from the internet is not recommended for production workloads.

 

Select a port

  • Accept the remaining default settings and select OK.

  • On the Summary page, select Create. The virtual machine takes a few minutes to deploy.
  • Once the virtual machine is deployed, enter myPublicIpAddress in the search box at the top of the portal. When myPublicIpAddress appears in the search results, select it.

You can view the public IP address that is assigned, and that the address is assigned to the myVM virtual machine, as shown in the following picture:

View public IP address

  • Azure assigned a public IP address from addresses used in the region you created the virtual machine in. You can download the list of ranges (prefixes) for the Azure Public, US government, China, and Germany clouds.

View public IP address

  • Select Configuration to confirm that the assignment is Static.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com