The first challenge is to setup an environment that will help you build the end to end solution. The primary exercise here is ensuring the necessary database, storage, and Power BI capacity exist for subsequent labs. This datbase can be restored either manually via the Azure Portal or via the Azure CLI. Download the source files used for this hack.
Download these files and load them to a storage container in your Azure subscription to get started.
Description | Links |
az sql db create | https://docs.microsoft.com/en-us/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-create |
az sql db import | https://docs.microsoft.com/en-us/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-import |
az sql server create | https://docs.microsoft.com/en-us/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-create |
az sql server firewall-rule create | https://docs.microsoft.com/en-us/cli/azure/sql/server/firewall-rule?view=azure-cli-latest#az-sql-server-firewall-rule-create |
Create the new workspace in Power BI | https://docs.microsoft.com/en-us/power-bi/service-create-the-new-workspaces |
Create Power BI Embedded Capacity in the Azrue Portal | https://docs.microsoft.com/en-us/power-bi/developer/azure-pbie-create-capacity |
Configure and manage capacities | https://docs.microsoft.com/en-us/power-bi/service-admin-premium-manage |