Exploring Azure VMs - Static IP, Monitoring & Reducing Costs | Scribe

    Exploring Azure VMs - Static IP, Monitoring & Reducing Costs

    • Hafeez Baig |
    • 26 steps |
    • 3 minutes
    1

    Sign in into the **Microsoft Azure Portal**

    2

    Type **Virtual Machines** in the search bar and click on the **Virtual machines** to view the Virtual Machines dashboard

    information ordinal icon

    **What is Azure Virtual Machine?** An Azure Virtual Machine is a scalable computing resource provided by Microsoft Azure, enabling users to deploy and manage virtualized instances of operating systems such as Windows or Linux in the cloud.

    3

    To create a Static IP Address, click on the **Create** dropdown button on the top left side and click on the option **Azure virtual machine**

    information ordinal icon

    **What is Static IP Addresses in Azure VM's?** In Azure, a static IP address for a virtual machine (VM) is an IP address that doesn't change. By default, Azure VMs are assigned dynamic IP addresses, which means they can change every time the VM is stopped and started, or when there are infrastructure changes in Azure.

    4

    **Create Virtual machine** wizard will open, click on the **Basics** tab

    5

    Scroll to the **Resources group** section, select an existing **Resource group** **Note:** If you do not have an existing Resource group, you can create a new one by clicking on the **Create new** link

    6

    Click on the **Networking** Tab

    7

    Scroll to the **Public IP** section and click on the **Create new** link

    8

    On the right side **Create public IP address** wizard will open, give the Name as "**my-static-ip**"

    9

    Scroll to the **Assignment** section and select the option **Static**

    10

    Scroll the page and click on the **OK** button

    information ordinal icon

    Congratulations on successfully creating a static IP address for the VM!

    11

    To view the Monitoring and Metrics in VM, on the **Virtual machines** dashboard click on the Name **my-first-vm**

    information ordinal icon

    Refer to this guide to learn how to create virtual machine in Azure\ <https://scribehow.com/shared/Creating_your_first_Virtual_Machine_in_Azure__m7sJfxD7SKOuonRH8SNW2A>

    12

    **my-first-vm** wizard will open, click on the **Monitoring** tab

    13

    Scroll the page to view the Monitoring widgets

    14

    To view the Metrics, click on the **Metrics** from the left bar

    15

    **Metrics** wizard will open, here you can view different charts of the Virtual machine

    information ordinal icon

    Congratulations on exploring metrics and monitoring in the VM!