For system, network and cloud administrators

How to delete an Azure managed disk using Azure CLI

In order do delete a managed disk in Azure and without the need for the command execution confirmation (because of the –yes) parameter, type:

az disk delete --resource-group yourresourcegroup --name yourdiskname --yes