Last active
July 24, 2018 13:49
-
-
Save jongio/3ed1f08272f374f8ff41f3e8d95042b8 to your computer and use it in GitHub Desktop.
Power BI Embedded via Azure CLI Command Line Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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