Set up Power BI and Azure
Detailed below are the Power BI capacity and Azure CLI-related prerequisite steps to set up the LoadFAST.
Power BI capacity
Ensure you have at least one embedded or premium Power BI capacity to use LoadFAST on. If one is not available, follow the steps detailed below to create a capacity:
Log into the Azure portal.
Type “Power BI Embedded" in the search bar and select said option as it appears.
Click on Create.
Fill in the required information and then click on Review + Create.
PROJECT DETAILS
Subscription: Choose the same subscription that will be used to deploy the LoadFAST tool in Azure Marketplace.
Resource group: Choose a resource group. The resource group should be inside the same tenant/subscription that will be used to deploy the LoadFAST tool.
RESOURCE DETAILS
Resource name: Create and enter a name. This is the embed capacity name and will be used for the Assign capacity to your Power BI workspace steps (in pre-deployment) and the steps following it.
Location: Choose a location.
Size: This is the Power BI embed capacity size. Select the resource size that best meets your needs.
Power BI capacity administrator: Enter the relevant user.
Azure CLI
Azure subscription
You need an active Azure subscription to deploy resources.
Owner role within the Azure subscription
You need to grant yourself the “Owner” (Privileged Administrator) role for the subscription to create a managed application. This gives you full ownership and extensive permissions. Follow the steps listed below to assign yourself the Owner role:
Type “Subscriptions" in the Azure portal search bar and select said option as it appears.
Click on your subscription's name to open its overview page.
Select Access Control (IAM) from the left pane.
Click on Add and select Add role assignment from the drop-down pane.
Select the Privileged administrator roles subsection and search for Owner in the search box.
Select the Owner role and click on Next at the bottom of the page.
Click on Select members.
Search for your account ID in the Select entry field and select it.
Review the details. Click on Review + assign to complete the process.
Resource group
You need to have a resource group (in the Azure subscription) where all the resources related to this application will be deployed.
Having Owner access grants you full control over the subscription, allowing you to create, manage, and delete resources.
You must have Owner access within the Azure subscription to deploy resources (follow the steps detailed in point 2. to assign this access).
Follow the steps detailed below to create a resource group:
Type “Resource groups" in the Azure portal search bar and select said option as it appears.
Click on Create.
On the Create a resource group page, provide the following information:
Subscription: The subscription where you have Owner access on it.
Resource Group: Create and enter a unique name for your resource group. This name could be descriptive and reflect the purpose of the resource group.
Region: Choose the Azure region where you want to create the resource group. Note that it can affect billing and management.
Click on Review + create to create the resource group. Azure will validate your configuration for any errors.
You can access and manage the resource group by navigating to Resource groups in the left-hand menu of the Azure portal.
Kubernetes regional cores quota
You must have the necessary CPU cores quota inside the subscription for the Kubernetes resource to be deployed successfully. Follow the steps below to check or assign the Kubernetes Regional Cores Quota:
Type "Subscriptions" in the Azure portal search bar and select said option as it appears.
Select Usage + quotas (under Settings) from the left pane. Use the filter next to the search bar to ensure the grid is filtered to Compute.
Search for Standard DASv4 Family vCPU.
Calculate the available cores needed (maximum concurrent load count * 2).
Warning: The option selected for the maximum concurrent load count value later in the Deployment section CANNOT be increased after deployment. If an increase is needed, the tool will have to be re-deployed and re-set up from the beginning.
Take this into consideration as you select an option.
Example:
If 100 was selected as the maximum concurrent load count value but...
I only need 50 --> The load limit can be reduced directly within the tool.
I need 150 --> The tool will have to be re-deployed.
For the region where you want to deploy the LoadFAST tool in, check if the Current usage value meets the available cores needed value (e.g., in the image below, the Current usage value is 40 of 1,500).
If your subscription does not have enough cores, then increase the core quota limit by clicking on the pencil icon under the Adjustable column.
Enter the new limit required (400 is used as an example value in the image). Click on Submit and wait for the request to process.
A pop-up page, as shown below, will appear once the request is successfully processed.
Activate the Power BI Embedded Capacity
To work with APIs related to the export feature, you need to activate the Embedded capacity.
Type “Power BI Embedded" in the Azure portal search bar and select said option as it appears.
Select the LoadFAST's embed capacity as shown below.
Click on the Start/play button.
You will now be able to run admin/embed apps and execute API endpoints.
Last updated