Search results

Deploy Bold BI Azure web app using the ARM template

To deploy the Bold BI Azure web app using the ARM template, follow these steps:

  1. Log in to the Azure Portal.

  2. Click on New in the left menu.

    Create new template

  3. Search for Template deployment in the marketplace and select it.

    Choose template deployment

  4. Click on create.

    Click create template

  5. In the Custom deployment window, select Build your own template in the editor.

    Choose own template editor

  6. Download the ARM template file by clicking here.

  7. Copy the contents of the template file and replace them in the Edit template window. Then save.

    Edit template window

  8. Fill out the form with the following instructions to complete the deployment:

    Subscription: Choose the Azure subscription you have. Learn more about subscriptions here.

    Resource group: Azure uses resource groups to logically group your resources, such as web apps, storage accounts, and networks. Learn more about resource groups here.

    Location: Choose the location where you plan to deploy your app. Our recommended location is “East US.”

    Storage Type: Bold BI Web App stores resources in either File storage or Blob storage. Choose a storage type for storing the files generated by the Report Server. View the complete list of files generated by the Report Server here. (For an upgrade, select File storage).

    Web App name: This is the unique name you want for the Bold BI App in the URL. If the name is already taken, the deployment process will fail and you will need to choose another name.

    Storage account name: This is optional if you have chosen File storage, but mandatory for Blob storage. The name must be unique, just like the Web App name. Learn more about storage accounts here.

    Storage account type: This is optional for File storage, but mandatory for Blob storage. Learn more about storage account types here.

    Click the agreement checkbox and click purchase to deploy the Bold BI web app.

  9. The deployment of the Bold BI Azure App service (web app) will begin, and you can track the progress of the deployment by looking for a green check mark at each successful stage.

    Deployment status check

  10. If the deployment of Bold BI is successfully completed, proceed to Step 12.

  11. If deployment fails, check the error details and select the Redeploy option to deploy Bold BI again (refer to Step 8 to fill in the details). Ensure successful deployment with Step 9.

    Deployment failed

    Redeploying on failure

    NOTE:
    1. When redeploying, ensure that you provide a unique Web App name and Storage Account name.
    2. If the failed App Service/Storage account/App Service Plan is still present in the resource group, please remove it before proceeding with redeployment.

  12. Click on Go to resource group. Then, select App Service.

    Select resource page

    App service hosting

  13. On the overview page, copy the Default Domain and paste the URL into your browser. Wait for some time for it to load completely before proceeding with the Bold BI application startup.

    Default domain URL

  14. An app service plan has been created for the web app, which will default to Basic – B1. You can learn more about app service plans here. The Bold BI web app does not support Free or Shared app service plans. Instead, it supports Basic, Standard, and Premium App Service plans in Azure. The Basic plan is the minimum recommended App Service plan for running the application. For improved performance, you can scale up the App Service plan from Basic to Standard or Premium plans. Below, you can find documentation links on how to scale up and scale out the App Service plan.

    Scale up an app in Azure App Service

    Scale out an app in Azure App Service

Next step