Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kiettisak-angkanawin/448570ec48e12ac1ba0f017aa12636d9 to your computer and use it in GitHub Desktop.
Save kiettisak-angkanawin/448570ec48e12ac1ba0f017aa12636d9 to your computer and use it in GitHub Desktop.
azure cli to delete unattached network interface (nic)
az network nic delete --ids $(az network nic list --query "[?virtualMachine==null].id" -o tsv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment