How to set up virtual machine

John Hegdal 0 Reputation points
2025-12-11T18:24:37.22+00:00

Ok I should of asked everything. Well I set up a vm already but it wouldn't deploy. So when setting up how to I configure the network settings? Or just don't mess with them. And all the other setting in the different tab shoot forgot what they are but do I not mess with anything?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manish Deshpande 1,330 Reputation points Microsoft External Staff Moderator
    2025-12-11T22:54:02.9933333+00:00

    Hello John Hegdal

    It sounds like you're having a bit of trouble with your VM setup, specifically with network settings and deploying correctly. No worries, I can help you out with that!

    When configuring your virtual machine (VM) on Azure, the network settings are important, but they can be a bit tricky if you're not sure what to select. Here are a few things you can consider:

    1. Network Interface: When setting up your VM, you will need to configure a network interface. You can typically leave the defaults, which usually set the network to be dynamically allocated. This means your VM will get an IP address from the local DHCP server automatically, which is often the easiest option.
    2. Virtual Network and Subnet: Make sure to select an existing virtual network if you have one, or you can create a new one. The subnet should also be selected from the available ones in your virtual network. You don’t necessarily need to mess with these unless you have specific networking requirements.
    3. Public IP: Decide if you want your VM to have a public IP address. If you need external access (like for a web server), you should assign one. You can choose between dynamic and static allocation—dynamic is usually sufficient.
    4. Network Security Group (NSG): When using an NSG, you can leave the default settings for outbound traffic. For inbound traffic, make sure you configure any rules needed for accessing your VM (like allowing SSH for Linux or RDP for Windows).

    You can deploy VM from Portal/Azure CLI /Power Shell.
    https://dori-uw-1.kuma-moon.com/en-us/azure/virtual-machines/overview?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider#next-steps

    Pls find the link for detailed steps for creating the VM.
    Let us know if you need any extra details.

    Thanks,
    Manish

    0 comments No comments

Your answer

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