Stop the created App Service in the overview section.
Select Deployment Center
in the left panel of the Bold Reports App Service.
Once the deployment center is clicked, click Disconnect
. Now the deployment panel will open.
Choose the External Git
.
Now, fill in the below details in the Settings
tab and click the Save
.
https://github.com/boldreports/bold-reports-azure.git
v{release-version}
Public
The Successfully set up deployment
notification will be displayed.
Select the Sync
button on the deployment center page.
The synchronization request submitted will be shown in the notification, and synchronization progress will be shown in the deployment center page.
Please wait until synchronization is completed.
Breaking Changes: This step is applicable only for upgrading Azure App Service from version 3.x to latest. Otherwise, skip this step.
In the Configuration
section, change the below value in General Settings
.
Settings | Value |
---|---|
.NET version | .NET 6 (LTS) |
Add the below Physical Path in Path Mappings
and Save
the settings.
Virtual Path | Physical Path |
---|---|
/reporting/viewer | site\wwwroot\reporting\viewer |
Below are the breaking changes introduced in v6.1
- Starting from version 6.1, the Bold Reports application supports 64-bit architecture. To host it on Azure App Service as a 64-bit application, the following changes need to be made in the Azure App Service configuration.
App Service
, then select it.
General settings
.browse
option or type in the Bold Reports URL in the browser.