Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document usage instructions with azure-cli (instead of armclient) #63

Open
ascott18 opened this issue Sep 5, 2019 · 1 comment
Open

Comments

@ascott18
Copy link

ascott18 commented Sep 5, 2019

Its possible (and in fact fairly simple) to use this module with Azure CLI instead of armclient:

Assuming you're already signed in with the Azure CLI (az login):

Get-LogicAppTemplate -Token (az account get-access-token | ConvertFrom-Json).accessToken -LogicApp ... <other parameters>

Documenting this in this issue for posterity, and also with the idea it could be added to the README as well.

@MLogdberg
Copy link
Collaborator

Nice addition! I will test that out and add it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants