Executing Windows app online

Donald Barber 1 Reputation point
2021-06-16T19:13:32.997+00:00

I have created a Windows 10 app (a family tree program) using Visual Studio and C#. I want my relatives to be able to execute it online. Can Azure do this? If not, what should I do?

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

1 answer

Sort by: Most helpful
  1. ajkuma 25,626 Reputation points Microsoft Employee
    2021-06-17T13:11:45.433+00:00

    @Donald Barber , Thanks for posting this question!
    Just to clarify, when you say, "I want my relatives to be able to execute it online." Are you looking at ways your application users can access/use the provisioned app or control/manage the app?
    Is that, a mobile/Web application?
    Are you hosting your App on Windows App Store?

    Just to highlight, Azure offers several ways to host websites/apps: Azure App Service WebApps (PAAS solution), Virtual Machines (IAAS), Service Fabric, Azure Storage (for static website) and Azure Static Web Apps. Kindly see Decision tree for Azure compute services., for more details on this topic.

    On an Azure Virtual Machine (in your case Windows), you would typically perform the exact same steps/process as you would on-premise.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.