exe running on azure

Eoin Stokes 1 Reputation point
2020-06-11T17:24:43.34+00:00

I have an application windows that acts as a small webserver (.exe file) I want to deploy on azure with port 80 open ...is this possible do I get a fixed ip address and what is the cost/ options

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

1 answer

Sort by: Most helpful
  1. Manu Philip 16,971 Reputation points MVP
    2020-06-11T18:15:40.393+00:00

    Hello @EoinStokes-4900,

    Azure App services might be suitable for you

    https://portal.azure.com/#create/Microsoft.WebSite

    You will get a url to access the application finally. If your requirement is to have a dedicated IP address, you need to publish the app services in a custom domain. I have detailed the procedure in my blog: http://cloudcompute.info/how-to-configure-an-azure-app-from-marketplace-in-a-custom-domain/

    Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion

    Regards,

    Manu

    1 person found this answer helpful.
    0 comments No comments