-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Igor edited this page Jan 31, 2020
·
5 revisions
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.
azmi command [arguments]
-
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.
getsecret
setsecret