🖥️
LoadFAST: Technical Documentation
  • LoadFAST: Technical Documentation
  • SETTING UP
    • Prepare
      • Prerequisites
        • Set up Power BI and Azure
        • Set up PowerShell
        • Register the resource providers
      • Pre-deployment
        • Create an app registration for the LoadFAST API
        • Set up and configure the Power BI tenant settings
    • Deploy
      • Deploy automatically via Azure Marketplace
    • Configure
      • Add the redirect URIs
      • Grant admin-level privileges on Azure SQL database
      • Execute the PowerShell Script in Windows PowerShell ISE
      • Assign admin roles in the application
      • Insight report
  • Resources
    • LoadFAST architecture
    • API Documentation
      • API reference
        • TestRunExecutionDetails
          • CreateTestRunExecution
          • CreateTestRunExecutionNonBulk
          • GetTestRunExecutionDetails
          • GetTestRunExecutionDetailsByCollectionId
        • AdminSetting
          • GetInsightsReportConfig
          • UpdateInsightsReportConfig
          • GetCapacityReportConfig
          • UpdateCapacityReportConfig
        • AppOwnsInfo
          • InsertAppOwnsAccessToken
        • AzureKeyVault
          • GetSecret
        • Collections
          • CreateCollection
          • UpdateCollection
          • DeleteCollection
          • GetCollectionById
          • GetCollections
          • GetCollectionNames
          • UpdateFavouriteCollection
          • GetCollectionsOptimized
          • UpdateCollectionName
          • GetCollectionsLazy
          • NewTestClick
          • CollectionCollaborator
        • CreateTableConfig
          • CreateTable
        • Embed
          • EmbedTokenSave
          • GetEmbedInfo
          • GetRLSEmbedInfo
          • GetEmbedInfoForWorkspace
          • GetAADToken
          • GetAllUserAADToken
        • Kubernetes
          • GetKubernetesClusterStatus
          • GetKubernetesClustersInResourceGroup
          • StartKubernetesCluster
          • StopKubernetesCluster
          • ScaleUpNodePool
          • UpdateKubernetesClusterStatus
          • UpdatePLTKubeConfigField
          • GetKubernetesResource
          • GETInactivityState
          • UpdateInactivityState
          • UpdateInactivityStateAndHours
          • UpdateClusterStartTime
          • GetLoadCount
          • UpdateLoadCount
          • UpdateLoadCountMultiRegion
          • GetLoadCountMultiRegion
          • GETInactivityStateMultiRegion
          • UpdateInactivityStateMultiRegion
          • UpdateInactivityStateAndHoursMultiRegion
          • UpdateClusterStartTimeMultiRegion
        • Api
          • KubernetesExploration
        • Notifications
          • GetLastClusterNotification
          • AddNotification
          • GetNotifications
          • DeleteNotifications
        • RLS
          • GetRLSRoles
        • TestRun
          • CreateTestRun
          • DeleteTestRun
          • GetTestRunsByCollectionId
          • GetTestRun
          • GetAllTestRuns
          • GetAllTestRunsOfSpecificAccess
          • GetAllTestRunsOfSpecificAccessLazyLoading
        • UserInfo
          • UserId
          • RegisterNewUser
          • UpdateAccessToken
    • Cost details
    • Security/Privacy policy
Powered by GitBook
On this page
  • Power BI capacity
  • Activate the Power BI Embedded Capacity
  1. SETTING UP
  2. Prepare
  3. Prerequisites

Set up Power BI and Azure

Detailed below are the Power BI capacity and Azure CLI-related prerequisite steps to set up the LoadFAST.

PreviousPrerequisitesNextSet up PowerShell

Last updated 1 month ago

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:

  1. Log into the .

  2. Type “Power BI Embedded" in the search bar and select said option as it appears.

  3. Click on Create.

  4. 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 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.

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:

  1. 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.

  2. Search for Standard DASv4 Family vCPU.

  3. Calculate the available cores needed (maximum concurrent load count * 2).

    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.

    Note: The maximum concurrent load count value is the largest number that you will enter under Load testing count in the tool. This is the highest number of simulated users you want to test using your Power BI reports/pages.

    • 30

    • 40

    • 50

    • 75

    • 100

    • 150

    • 200

    Example: If the maximum concurrent load count value needed is 175, we can either round up to 200 or round down to 150. We recommend rounding up for more flexibility but do what best suits your organization's resources.

  4. 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).

    Example:

    Maximum concurrent load count = 200

    Available cores needed = maximum concurrent load count * 2 = 200 * 2 = 400

    If the Current usage value is 50 of 500, it means 450 is available. Since we only need 400, this means that there are enough cores available.

  5. If your subscription does not have enough cores, then increase the core quota limit by clicking on the pencil icon under the Adjustable column.

  6. 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.

  7. A pop-up page, as shown below, will appear once the request is successfully processed.

Activate the Power BI Embedded Capacity

To work with Power BI APIs related to embedding feature, you need to activate the Embedded capacity.

  1. Select the LoadFAST's embed capacity as shown below.

  2. Click on the Start/play button.

Type "Subscriptions" in the search bar and select said option as it appears.

Warning: The option selected for the maximum concurrent load count value later in the 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.

In the section, you will be asked to select your maximum concurrent load count from a list of predetermined options. To ensure the tool runs smoothly and quotas align, the maximum concurrent load count value used in the calculation here needs to be to one of the predetermined options:

Type “Power BI Embedded" in the search bar and select said option as it appears.

Azure portal
Deployment
Deployment
Azure portal
Azure portal
Assign capacity to your Power BI workspace