How to setup Azure App service with .exe installation

Khan, Javeed 6 Reputation points
2020-09-22T01:14:23.497+00:00

Hi

I have a web application from a vendor with .exe as an extension. The initial plan was to install that application on Azure Virtual machine.

Now checking, can this application be installed on Azure App Service?? if so, how .exe file can be installed on App Service?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,936 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,846 Reputation points
    2023-12-03T20:24:33.11+00:00

    You could also use azure app windows container

    https://azure.github.io/AppService/windows-containers/

    0 comments No comments