Bottom Line: It is safe to delete ~/.azure/logs. Clearing Azure CLI logs frees storage without affecting your active Azure cloud resources.
What is the Azure CLI Cache?
Located at ~/.azure/logs and ~/.azure/commands (or %USERPROFILE%\.azure\logs), the Azure CLI (az) logs command executions and telemetry.
Can You Delete Azure CLI Logs?
✅ Yes, safe to delete.
How to Clear Azure CLI Logs
rm -rf ~/.azure/logs/*
Discussion
Loading authentication...