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,876 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. brtrach-MSFT 15,251 Reputation points Microsoft Employee
    2020-09-22T07:07:13.44+00:00

    @Khan, Javeed For PaaS solution, theoretically, you should be able to the upload the exe file to a Windows App Service. The exe file can be executed in WebJob or triggered by a Function App. For more information, you can refer to below document.

    https://learn.microsoft.com/en-us/azure/app-service/webjobs-create

    For communicating with WebJob, it is recommended to use Queue messages. You can refer to below posts for more information and sample.

    https://learn.microsoft.com/en-us/azure/app-service/webjobs-sdk-get-started

    https://learn.microsoft.com/en-us/azure/app-service/webjobs-sdk-how-to


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more