Skip to content
Igor edited this page Jan 31, 2020 · 5 revisions

Welcome to the azmitool wiki!

Azure Manage Identity tool, shortly azmi simplifies authentication inside Azure VMs. It is using User assigned Managed Identity inside VM to authenticate against Azure services like Storage Account, Key Vault etc.

Usage

azmi command [arguments]

List of commands

  • gettoken [--endpoint <string>] - Obtain Azure authorization token.
  • getblob --blob <string> --file <string> - Download storage account blob to local file.
  • setblob --file <string> --container <string> - Write local file to storage account blob.

List of planned commands

  • getsecret
  • setsecret
Clone this wiki locally