Migrate VB.NET Windows Desktop App to Azure

Kenneth Lavallee 1 Reputation point
2021-09-30T22:20:54.197+00:00

I have created a VB.NET Windows Form desktop application in Visual Studio 2019. The application accesses an Azure SQL DB for retrieval of data only. I would like to migrate the application to Azure such that it could be accessed by multiple subscribed customers. I have tried to use the File Share approach but being a Comcast customer, port 445 is not available. The application uses a third-party license server / verification scheme, yet if this same capability can be provided within the Azure framework that would make the overall implementation cleaner. I am looking for advise and possible code / instructions as to how to accomplish this objective. Any and all help is greatly appreciated! Thank you.

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
693 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 39,486 Reputation points
    2021-10-04T09:17:52.253+00:00

    Hi there,

    You can try the Azure App Service Migration Assistant. The migration of your .NET Framework web apps to the cloud with minimal or no code changes.
    This might be helpful for you https://dotnet.microsoft.com/apps/cloud/migrate-to-azure


    If the reply is helpful, please Upvote and Accept it as an answer

    0 comments No comments

  2. KenL 1 Reputation point
    2021-10-12T12:59:41.127+00:00

    @Limitless Technology @John Korchok
    Thank you for the replies (John/Limitless). It seems that when I look up migration of .NET framework, all of the examples, videos, etc seem to refer to web applications ie. ASP.NET. My understanding is that .NET refers to the entire family of .NET programming languages but apparently the majority of references to migration cite ASP.NET. It's perhaps the jargon but I see where I can migrate .NET to NET 5 but I am not convinced I'm following the correct path. Just to clarify, I have a stand-alone VB.NET desktop windows form application which accesses an Azure SQL DB to retrieve data. I would like to migrate the VB.NET desktop WForm app to Azure so that others can use this based on a subscription (license). Thank you for your time and any help is greatly appreciated! Ken


  3. Amandeep Ghotra 1 Reputation point
    2022-10-18T10:58:55.887+00:00

    Did you find the solution? I have similar requirement and finding info only for webapp migration.