An Azure service that is used to provision Windows and Linux virtual machines.
Since the billing issue with the expired card is already resolved and other services are running again, the remaining disabled SQL Server VM is most likely affected by the subscription’s prior disabled state and may not have fully resumed.
Take these steps:
- Confirm the subscription is fully active
- In the Azure portal, go to Subscriptions and verify the subscription that hosts the SQL Server VM is in Active state (not Disabled/Cancelled).
- If it still shows disabled due to billing, follow the guidance in Reactivate a disabled Azure subscription to ensure all billing issues are cleared and the subscription is reactivated. For past-due or card issues, use the banner in the portal to go to Settle balance or update the card as described in the billing articles.
- Allow for reactivation propagation
- After a subscription is reactivated or billing is fixed, it can take up to 24 hours for all resources to be fully usable again. Since this SQL Server has been unavailable longer than that while others are working, treat it as a stuck resource and continue with the next steps.
- Manually check and start the SQL Server service (inside the VM)
- Connect to the Azure VM that hosts SQL Server.
- Open SQL Server Configuration Manager and select SQL Server Services.
- Locate the SQL Server instance:
- If Status is Stopped, start it.
- If Start Mode is Disabled (shown as Other (Boot, System, Disabled or Unknown)), re-enable it:
- Right‑click the service → Properties.
- On the Service tab, change Start Mode from Disabled to Manual or Automatic (per requirements).
- Apply and then start the service.
- Check if the SQL Server service is paused
- If connections fail with a message that the SQL Server service is paused, resume it using SQL Server Configuration Manager or the Windows Services console, as indicated for error 17142.
- Verify the VM and quotas
- Ensure the Azure VM itself is Running in the Azure portal.
- If the VM or related App Service endpoints show messages like “This web app is stopped” or quota/billing limit messages, follow the guidance to:
- Confirm no spending limit or quota is still blocking the resource.
- If a spending limit was hit, remove the spending limit or wait for the quota reset, or scale up the plan if applicable.
- If the SQL Server service still cannot be started
- If the service remains disabled or fails to start after these steps, or if the subscription/resources still appear partially blocked more than 24 hours after payment, open a support request so Azure Billing/Support can check the subscription and resource state.
- Use the Azure portal → Help + support to create a support request and reference that the subscription billing issue was resolved 48 hours ago but one SQL Server VM remains disabled.
References: