question

DonaldBarber-7962 avatar image
0 Votes"
DonaldBarber-7962 asked ajkuma-MSFT commented

Executing Windows app online

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

ajkuma-MSFT avatar image
0 Votes"
ajkuma-MSFT answered ajkuma-MSFT commented

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


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

@DonaldBarber-7962,

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.


0 Votes 0 ·

Thanks again. This information will help.

0 Votes 0 ·

@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’.

0 Votes 0 ·

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.

0 Votes 0 ·