Hello Samrat Dasgupta,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that your Azure ML Resource is not getting deleted.
Regarding your explanations, so sorry to hear about the trouble you're experiencing. This is what you need to do:
- Go to the Azure Machine Learning studio in the Azure portal.
- Navigate to the "Compute" section.
- Find the compute clusters that are stuck in the "Creating" state.
- Select the compute cluster, and you should see an option to cancel or delete it. This should help to delete the Stuck Compute Clusters.
- If the workspace is still not deleting, you can try using the Azure CLI to delete it:
Ensure you have the Azure CLI installed and authenticated with az loginaz ml workspace delete --resource-group <your-resource-group> --workspace-name <your-workspace-name> --all-resources
- Concerning your billing, compute clusters in an unprovisioned state should not incur charges. Azure ML compute clusters auto-scale to 0 nodes when idle, meaning you shouldn't be billed for them when they are not in use. However, to be certain, you can monitor your billing through the Azure portal and even on a basic plan, you can still reach out to Azure support through the Azure portal or Priority Customer Support.
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.