question

HavivElbsz-2996 avatar image
0 Votes"
HavivElbsz-2996 asked MarileeTurscak-MSFT answered

link to my winform ui app in Azure

hi I have a ui winform application that
I want it's to be with free access to everyone
on the web by a link in my Azure's account

how i achieve this.

very thank you

dotnet-csharpwindows-forms
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

MarileeTurscak-MSFT avatar image
0 Votes"
MarileeTurscak-MSFT answered

Hi @HavivElbsz-2996,

I have re-tagged this issue with dotnet-csharp to route this to the .NET team, as this issue is less related to Azure Active Directory.

That said, I understand that your goal is to publicly host your winform application. Based on the existing guidelines, you would need to host a ClickOnce deployment in Azure Blob Storage to achieve this.

ClickOnce is designed for publishing winforms applications. It is fully supported by Visual Studio and enables you to create self-updating Windows-based applications.

I would recommend following the step-by-step blog for How to host a ClickOnce deployment in Azure Blob Storage by ClickOnce subject matter expert, Robindotnet.

For additional guidance, see:
ClickOnce hosting on Azure
Publish desktop applications on Azure
Deploy a .NET Windows desktop application using ClickOnce


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.