question

Promit avatar image
0 Votes"
Promit asked ryanchill edited

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

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-webappsazure-functionsazure-webapps-webjobs
image.png (14.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

TakahitoIwasa avatar image
0 Votes"
TakahitoIwasa answered ryanchill commented

Hi. @Promit

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://docs.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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

In addition to what @TakahitoIwasa stated @Promit, you could try running EB_4web_run.exe as a Webob if you're trying to use a serverless solution. You can start with using a Manual trigger first and proof out the other trigger types to determine which one will work best for your application.



0 Votes 0 ·