Installation Failures

Common errors you may encounter during installation

Troubleshooting Deployment Failures

If you reach the deployment check page and the deployment fails, complete the cleanup steps below before trying again.

In most failed deployments, many resources are still created successfully. In the Azure portal, you’ll typically see all Reporting Hub resources except the one that failed. When you rerun the installer, you can select those existing resources instead of recreating them. In the example below, everything was deployed except for the Azure SQL Server/Database

Delete Reporting Hub Entra ID Objects

A failed installation will still create Entra ID objects (an app registration and a security group). Delete those before retrying. You named these objects in step 7 of the Self-Serve Guided Install.

Delete the App Registration

  1. In the Azure portal, go to Microsoft Entra ID.

  2. Under Manage, select App registrations.

  3. Select All applications.

  4. Find your Reporting Hub app registration.

  5. Select it, then select Delete.

Delete the Security Group

  1. In the Azure portal, go to Microsoft Entra ID.

  2. Under Manage, select Groups.

  3. Select All groups.

  4. Search for the security group created during installation.

  5. Select it, then select Delete.

Common Issues

Azure Subscription Quota Restriction

If you getting an error returned regarding quota, you can request more via Azure Support.

  1. In the left menu, select Help + support.

  2. Click Create a support request

  3. Search for Service and subscription limits (quotas)

  4. Click Create a support request

  5. On the Problem description tab:

    1. Issue type: Service and subscription limits (quotas)

    2. Subscription: Select the subscription where you need more SQL quota.

    3. Service: Choose SQL Database

  6. On Additional details tab, click Enter Details

    1. Quota type: Region Access

    2. Location: Region you need

    3. Expected consumption: 1

  7. Submit the Request

Installer does not proceed after selecting a resource group

This usually means your account does not have the Subscription Owner role.

  • If you are a Contributor, you can often proceed by selecting an existing resource group (instead of creating a new one).

  • Otherwise, either:

    • activate/get the Owner role for your account, or

    • ask an Azure admin in your organization to complete the installation.

Blank screen with “Microsoft login failed.”

This is typically caused by the account signing in not having a Power BI Service account yet (common in brand-new Azure tenants). You can double-check this by viewing the error in the URL bar. To fix this:

  1. Sign in with the same email used for the installer.

  2. Confirm the account is successfully created/accessible, then retry the installation.

SQL Credentials Failing

If you are selecting an existing SQL server, the installer will prompt you to enter your SQL admin credentials. Your Entra ID credentials will not work here, you must use SQL Authentication.arrow-up-right

The progress bar says 100%, but has not moved past that.

If this happens, then likely the installation was successful, but the installer timed out. To verify if the installation completed, navigate to the Azure App Service via the Azure Portal. On the overview page, select the default domain, and the application should start.

Azure Kudo Services has been blocked

This typically means that the settings configuration on the Azure App Service is incorrect. If you created the resource manually, ensure that the App Service Configurationarrow-up-right Settings are correct.

Region Not Available

Microsoft sometimes places temporary limits on resource creation in specific Azure regions (commonly impacting Azure SQL Server creation). When this happens, the deployment may fail with an error indicating the region is not accepting new resource creation.

circle-check
Location not available error

If you encounter this error, we recommend manually creating the resource in another region via Azure and then attempting the installation again, or you can delete the resources that were created in your last installation and attempt a fresh installation in another region. Before doing either, you should delete the Entra ID objects that the failed installation created.

Option 1: Creating a Resource in Another Region

Option 1: Manually Create the Failed Resource in Another Region

Use this option if you want to keep most resources where they already deployed, and only place the failed resource in a different region.

  1. In the Azure portal, create the same resource type that failed.

    1. Example: If the SQL Server failed, create a new Azure SQL Server.

  2. Create it in the same Azure subscription and resource group as the other Reporting Hub resources.

  3. Choose a region that is available and close to your other resources.

    1. Example: If resources are in East US and that region is blocked for SQL Server creation, try East US 2.

  4. Rerun the Reporting Hub installerarrow-up-right and select:

    1. the existing resources already deployed, and

    2. the manually created resource.

Option 2: Reinstall All Resources in Another Region

Use this option if you want all Reporting Hub resources in the same region.

Delete Reporting Hub Resources

  • If the Reporting Hub resources are contained in a dedicated resource group, delete the resource group.

  • Otherwise, delete the resources individually.

Check Location Availability Before Reinstalling

Before starting the installer again, confirm the target region supports creation of the required resources:

  1. In the Azure portal, start creating a resource (for example, SQL Server).

  2. Select your desired region.

  3. If the region is unavailable, you may see an error such as:

    • “Your subscription does not have access to create a server in the selected region.”

Location not available error in the Azure portal

Reinstall

Run the Reporting Hub installerarrow-up-right again and create all resources in the new region you selected.

Contact Support

If none of the above cover the issue you are encountering, you can reach out to our support teamarrow-up-right to create a ticket. You’ll need to create a support account first—use the Sign Up link in the top right corner of the Support page. Where it says Application URL, input Installation Error.

Last updated