question

KhanJaveed-9024 avatar image
0 Votes"
KhanJaveed-9024 asked KhanJaveed-9024 commented

How to setup Azure App service with .exe installation

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-webapps-migration
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

brtrach-MSFT avatar image
0 Votes"
brtrach-MSFT answered KhanJaveed-9024 commented

@KhanJaveed-9024 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://docs.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://docs.microsoft.com/en-us/azure/app-service/webjobs-sdk-get-started

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

· 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.

Thanks, let me review the documentation.

1 Vote 1 ·