How to add custom theme into Azure app service deployment location
Follow these steps to add a custom theme in the Azure app service deployment location:
-
Log in to your Azure portal account and navigate to the Azure app service resources that have been created. For example, we have named the app service azurearmsite.
-
Select the required app service from the list of resources. Once the app service page is loaded, search for and select the Advanced Tools option, then click Go.
-
From the new page, select the option CMD from the Debug console dropdown.
-
The page will load up as shown below.
-
Go to the dashboard theme location at
site/wwwroot/bi/dataservice/dashboardthemes
-
Download the default theme files from the path highlighted above, modify the theme property values according to your needs, and save the modified theme file.
-
Select and hold the saved custom theme file, then drag and drop it into the
dashboardthemes
location as shown below.
-
Wait until the file is uploaded to the
dashboardthemes
folder.
-
Please refresh the browser page of the Bold BI site and open the theme drop-down in the banner. You will now see that the added custom theme file name is listed in it.