link to my winform ui app in Azure

Haviv Elbsz 1,926 Reputation points
2022-03-25T10:18:23.707+00:00

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

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,833 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,275 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 34,036 Reputation points Microsoft Employee
    2022-03-29T20:02:24.533+00:00

    Hi @Haviv Elbsz ,

    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

    0 comments No comments