An Azure service that is used to provision Windows and Linux virtual machines.
Jon Luers - When you upgrade your Azure Free Account to Pay‑As‑You‑Go, you are billed for the Azure resources you have provisioned/used, not only for the public IP address. In practice, a Virtual Machine scenario typically includes multiple billable resources.
- Virtual machine (compute)
- After upgrading, VM usage is billed at standard Pay‑As‑You‑Go rates based on your resource usage (for example, the VM size and runtime usage). [Billing (P...rosoft Q&A | Learn.Microsoft.com]
- Public IP address (if you have one)
- Public IP pricing depends on the SKU (Basic/Standard) and whether the IP is dynamic or static. Microsoft’s IP Address pricing page confirms this varies by SKU/type. [Pricing -...soft Azure | Azure.Microsoft.com]
- If your VM is stopped (deallocated):
- In the ARM deployment model, there is no charge for a dynamic public IP address when the associated VM is stopped‑deallocated. [Pricing -...soft Azure | Azure.Microsoft.com]
- For a static public IP, charges apply regardless of the associated resource state (i.e., it can still be billed even if the VM is stopped‑deallocated). [Pricing -...soft Azure | Azure.Microsoft.com]
- What happens after free credits end
- Microsoft’s Azure Free Account purchase options page states that if you don’t move to pay‑as‑you‑go, your account and services are disabled, and to resume usage you must move to pay‑as‑you‑go.
- Microsoft Q&A (hosted on Microsoft Learn) also describes that after free credits expire, usage is billed at standard pay‑as‑you‑go rates, and for Azure free accounts specifically the subscription is disabled until upgraded. [Billing (P...rosoft Q&A | Learn.Microsoft.com]
- No it’s not “just the public IP.” After upgrading to Pay‑As‑You‑Go, the VM and associated resources are billed per their pricing rules. [Billing (P...rosoft Q&A | Learn.Microsoft.com], [Pricing -...soft Azure | Azure.Microsoft.com], [Create You...soft Azure | Azure.Microsoft.com]
- Public IP charges depend on whether it’s dynamic or static, and whether the VM is stopped‑deallocated. [Pricing -...soft Azure | Azure.Microsoft.com], [Create You...soft Azure | Azure.Microsoft.com]
Helpful Microsoft links