An Azure service that provides hardware security module management.
Hi @Ganesh Thakur ,
Azure Managed HSM is one of the most expensive Azure services. It is billed per hour as long as it exists even if you don't actively use it. The two parts of your ask are
(1) stopping/deleting the HSM resources you created
(2) removing your credit card/payment method so you’re not charged going forward.
Delete AND Purge the Managed HSM:
Just deleting is not enough you must also purge it, otherwise it keeps billing.
- Go to Azure Portal → Key Vaults → Managed HSMs.
- Open your HSM → Delete it.
- Then go to Manage deleted Managed HSMs → select the deleted HSM → Purge.
Delete any other resources:
Go to Subscriptions → your subscription → Resources → Manage view → Show hidden types, and delete any remaining resources.
Cancel the Azure Subscription:
Once all resources are deleted:
- Go to Cost Management + Billing → Subscriptions.
- Select your free trial subscription.
- Click Cancel subscription.
Billing stops immediately upon cancellation, though final invoice may take up to 72 hours.
Remove your card:
Important: Azure does not let you delete a card while it is attached to an active subscription. citeturn10search157
So you must cancel the subscription first (Step 3), then:
- Go to Cost Management + Billing → Payment methods.
- Find your card → check→ Delete.
For any additional help with billing, please reach out to the dedicated billing support team. Please submit a support request to the billing team, and they will contact you by email or phone to help resolve the issue.
Kindly check the documentation to know how to Create an Azure support request https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request
If you have further questions regarding this answer, feel free to click "Comment". If you find the answer helpful, please click "upvote" and accept it. This helps the community by allowing others with similar queries to easily find the solution.