Assign Azure IP to Local PC

Chris Green 0 Reputation points
2024-09-15T20:19:15.3333333+00:00

I would like to temporarily assign a static IP address in our Azure to my local PC during development. Is this possible?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,408 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Dillon Silzer 57,311 Reputation points
    2024-09-15T21:13:12.1366667+00:00

    Hi Chris,

    If you are referring to using a Azure VM's Static Public IP address, then no and I wouldn't recommend trying to make it work.

    If you are looking to work in an environment where you can leverage this IP address, simply create an Azure Virtual Machine and RDP into it to utilize that Static IP address and set up your environment there.

    Quickstart: Create a Windows virtual machine in the Azure portal

    https://video2.skills-academy.com/en-us/azure/virtual-machines/windows/quick-create-portal


    If this is helpful please accept as answer or upvote.

    Best regards,

    Dillon Silzer | Cloudaen.com | Cloudaen Computing Solutions

    0 comments No comments

  2. akinbade abiola 15,375 Reputation points
    2024-09-15T21:15:14+00:00

    Assigning an Azure public IP address directly to your local PC is not possible.

    Best practice is to use a VPN Gateway to connect your local PC to the Azure Virtual Network.

    See: https://video2.skills-academy.com/en-us/azure/vpn-gateway/tutorial-create-gateway-portal

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.