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?
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?
@DonaldBarber-7962, 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.
Furthermore, just to provide you a good understanding on several options hosting website on Azure.
Treat this flowchart as a starting point. Every application has unique requirements, so use the recommendation as a starting point. Then perform a more detailed evaluation:
Criteria for choosing an Azure compute service
Decision tree for Azure compute services
-You have posted on the question on Azure WebApp tag, we may need to add appropriate tags, for receiving insights from the targetted audience.
@DonaldBarber-7962, Glad you found the information helpful.
If you have any specific questions on this topic, please let us know.
Thanks for your patience.
To benefit the community find the right answers, please do mark the post which was helpful by clicking on ‘Accept Answer’ & ‘Up-Vote’.
Thanks for your response. I envision all users executing the same online app to view or edit family tree data. I don't think it would display on a cell phone, but it would display on a desktop or notebook or maybe a tablet computer. I'm not hosting on Windows App Store. Sounds like Azure is an option. Thanks again for your information.
12 people are following this question.