skip to content
Alvin Lucillo

Purging a Microsoft Foundry account

/ 1 min read

In the last TIL entry, we saw how a Microsoft Foundry account is soft-deleted. To completely remove it from your resource group, use the purge subcommand.

az cognitiveservices account purge \
  --name "foundry-resource-aks-deploy" \
  --resource-group "rg-aks-deploy" \
  --location "centralindia"