An Azure service that is used to provision Windows and Linux virtual machines.
Hi @IQSR
Since the billing issue was resolved about 48 hours ago and your other Azure resources are already running, your subscription has most likely been reactivated. Microsoft documentation indicates that reactivation after resolving a past-due balance typically completes within 24 hours.
If only this SQL Server on Azure Virtual Machine remains affected, the issue is likely isolated to that VM or the SQL Server service running on it, rather than the subscription itself.
Please check the following:
- Confirm the subscription is Active
- In the Azure portal, go to Subscriptions and verify the affected subscription shows Active.
- Also check Cost Management + Billing > Invoices to ensure there are no outstanding unpaid invoices.
- If the subscription still shows Disabled after 48 hours, please create a Billing support request.
- Check the Virtual Machine
- Open the VM hosting SQL Server.
- Verify the Power State (Running / Stopped / Stopped (Deallocated)) and Provisioning State (Succeeded / Failed / Updating).
- If the VM is Stopped (Deallocated), try starting it and note any error message if the operation fails.
Note: If the VM was deallocated while the subscription was disabled, its temporary public IP address may have changed after it is started unless a static public IP is being used.
- Review Resource Health and Activity Log
- Check Resource Health for any platform-related issues affecting the VM.
- Review the Activity Log for any failed Start, Restart, or provisioning operations after the subscription was reactivated.
- If the VM is running but SQL Server is unavailable
- Connect to the VM using RDP.
- Verify that the SQL Server (MSSQLSERVER) service (or the named instance service) is running.
- If the service fails to start, review the SQL Server ERRORLOG and Windows Event Viewer for the specific error.
To help narrow this down further, could you clarify what you mean by "disabled"?
- Is the Azure Virtual Machine shown as Stopped, Unavailable, or Disabled in the Azure portal?
- Or is the SQL Server service inside the VM stopped?
- Or do you receive an error when attempting to connect to SQL Server?
If possible, please also share:
- A screenshot of the Azure portal showing the affected resource.
- The VM's Power State and Provisioning State.
- Any error message or error code when starting the VM or connecting to SQL Server.
This information will help determine whether the issue is related to the Azure VM itself or the SQL Server service running inside it.