Skip to content

Instantly share code, notes, and snippets.

@noelbundick
Created May 17, 2019 18:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelbundick/17025f638ee9a8fc304c2b99d55fc4de to your computer and use it in GitHub Desktop.
Save noelbundick/17025f638ee9a8fc304c2b99d55fc4de to your computer and use it in GitHub Desktop.
Azure CLI Extensions

Azure CLI extensions

Think of what you can build with Python and an always-installed, always-authenticated, extensible connection directly into Azure

Overview

Get detailed!

  • All Azure users have access to azure-cli (and therefore extensions!) via Azure Cloud Shell
  • Extensions are wheels!
  • You have full power to hijack the CLI command pipeline, hook into pre/post commands, add/remove parameters or overwrite commands completely
  • There are folks at MS dedicated to azure-cli and tooling around it. Check out azure-cli-dev-tools
  • Official extensions should definitely follow the guidelines :)

Get creative!

I wanted to share some non-official extensions to spark your creativity

Get started!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment