Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Last active April 23, 2020 09:47
Show Gist options
  • Save yuriburger/b0867bb47e84252e5b867de3b1ea7b8a to your computer and use it in GitHub Desktop.
Save yuriburger/b0867bb47e84252e5b867de3b1ea7b8a to your computer and use it in GitHub Desktop.
[set azure tenant id] set azure tenant id with #az #cli
// vim: syntax=bash
az login --tenant <tenantid> --allow-no-subscriptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment