Skip to content

Instantly share code, notes, and snippets.

@jcbagtas
Created August 27, 2020 15:55
Show Gist options
  • Save jcbagtas/173c4bb91291284f6699dce107c6d045 to your computer and use it in GitHub Desktop.
Save jcbagtas/173c4bb91291284f6699dce107c6d045 to your computer and use it in GitHub Desktop.
Install AZ Extensions

How to Install Azure CLI Extensions

Personal Note on how to install Azure CLI Extension or AZ Extensions

References

List of Azure Extensions

az extension add --name [extension]

Samples

Installing Azure Log-Analytics

az extension add --name log-analytics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment