Hello Million, Samson
You are seeing charges for Public IP – Standard IPv4 because Standard Public IPs continue to incur cost even when no resources are actively running.
In Azure, a Standard SKU Public IP is billable as long as it exists, regardless of whether a VM or service is attached to it.
To stop the IP charges:
- Sign in to Azure Portal
- In the top search bar, type “Public IP addresses”
- Open the Public IP addresses blade
- Look for the IP address with SKU = Standard
- Click on it to open the resource
- Inside the Public IP resource:
- Go to Configuration
- Check the field Associated to
- If it shows None → safe to delete
- If it shows a VM/NIC/Load Balancer, you must detach it first.
- If Associated, Detach It: For a VM/NIC:
- Go to Virtual Machines → Select the VM
- Go to Networking
- Select the Network Interface
- Click the IP configuration
- Remove the Public IP (set Public IP = None)
- Save
- For a Load Balancer:
- Remove it under Frontend IP configuration.
- Delete the Public IP:
- Go back to the Public IP resource
- Click Delete
- Confirm deletion
Once deleted, billing for that IP stops immediately.
Standard Public IPs are always charged, even when not attached.
If you have any other questions, please do let us know.
Thanks,
Suchitra.