Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This topic contains sub-topics that describe how to enable SSRS reports on Azure instance. It includes step- by-step information instructions on how to deploy SSRS reports and configure the reporting server.

Anchor
DeploSSRS
DeploSSRS
Deploying SSRS Reports

To enable SSRS reports on Azure instance, make the configuration changes as described in below steps. For Smart Client (Desktop) application set the values in Aptify Shell.Exe.Config config file and for Aptify Web application set the value in Web.Config config file.

Step 1: Go to the Azure portal and navigate to Aptify service API. Change the value of attribute Aptify.Framework.LoginServices.AptifyLogin.IsRequestFromAzureInstance to true in the Web.config files. By default, the value is false.

...

Step 3: In Kudu, where the Aptify App Service is hosted, navigate to the below path ‘C:\inetpub\wwwroot\Aptify\script\Aptify\configuration\Aptify\Aptify.Framework.Configuration.External.js' and change the value of attribute Aptify.framework.configuration.ssrsReportsUrl to the SSRS URL. This URL redirects SSRS reports request to IIS site configured in Step2.

How to configure the same for Crystal report????

For example, below screenshot shows the path of app service and js file.

...