How can I Move an Application File along With Configeration File and Data File from VM to a Serverless Service

Promit Bhattacherjee 1 Reputation point
2022-03-30T10:53:28.453+00:00

Hello Experts,

I have got a Customer Browser Application which is currently hosted on a VM using IIS. But now needs to be moved to a Serverless Solution. Cannot be Directly deployed to an App Service as there is No Code. have Hot an application(.exe) file which is 5Gb is Size and Configuration File.

188270-image.png

Please suggest which solution would be best suited

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,192 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,021 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP
    2022-03-30T12:24:56.327+00:00

    Hi. @Promit Bhattacherjee

    I think migrating to Azure Functions is difficult, so I think App Service or container is better next to virtual machines.

    If your application is a runtime supported by App Service for Windows, such as .NET, try App Service for Windows.
    Even if you don't have the source code, you may be able to deploy by creating the package yourself.
    https://learn.microsoft.com/en-us/azure/app-service/deploy-zip?tabs=cli

    If the runtime doesn't support it, try creating a custom Windows container image and deploying it to the App Service for Windows Container.


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.