Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active July 24, 2018 13:49
Show Gist options
  • Select an option

  • Save jongio/3ed1f08272f374f8ff41f3e8d95042b8 to your computer and use it in GitHub Desktop.

Select an option

Save jongio/3ed1f08272f374f8ff41f3e8d95042b8 to your computer and use it in GitHub Desktop.
Power BI Embedded via Azure CLI Command Line Script
az group deployment create -g %1 --template-uri https://gist.githubusercontent.com/jongio/b55a0f3e8433a0484a6d07f2c7a724ac/raw/789df146e23c7a9c6e56cbec6335991491510b5a/pbiearm.json --parameters "{\"name\": {\"value\": \"%2\"}, \"location\": {\"value\": \"%3\"}}" --debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment