Feature Request
What problem are you facing?
It would be great if there was also an azure cli in the image (or a separate image that contains an azure cli instead of an aws cli)
Additionally, for this to work with federated identity it would probably be required to also add the option to add a volume to pass the authenticated token to the container
How could this Function help solve your problem?
I would use the function to get the azure context of my authenticated service account so I can build ARM IDs and use them in later steps of the composition (this requires the subscription ID, which would be able to be read via az account show in an authenticated shell)
Feature Request
What problem are you facing?
It would be great if there was also an azure cli in the image (or a separate image that contains an azure cli instead of an aws cli)
Additionally, for this to work with federated identity it would probably be required to also add the option to add a volume to pass the authenticated token to the container
How could this Function help solve your problem?
I would use the function to get the azure context of my authenticated service account so I can build ARM IDs and use them in later steps of the composition (this requires the subscription ID, which would be able to be read via
az account showin an authenticated shell)