Is it possible to move the .net web application to azure paas containing crystal reports

Shishanki Kushwah 0 Reputation points
2023-09-14T07:52:54.4933333+00:00

We are planning to migrate asp.net mvc application to azure PAAS but application has 90+ crystal reports.

Are crystal reports supported in azure PAAS?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,054 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 29,296 Reputation points Microsoft Employee
    2023-09-15T01:52:58.7766667+00:00

    Hi @Shishanki Kushwah

    It's been a while since I've worked with Crystal. If your rendering doesn't require an MSI to be installed, and simply uses a dll that your project references, that should work.

    However, if that doesn't work, then your option would be a Web App for Container. Configure your docker image to install and configure Crystal, push the image to registry and pull the image from that registry. You can use Quickstart: Run a custom container on App Service - Azure App Service | Microsoft Learn as a guide.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.