skip to Main Content

I have a web site with a MS SQL backend. I have it hosted with GoDaddy. I wanted to consider hosting the site and data with Azure. I currently FTP the site up to GoDaddy and the data connection strings are in the site that are also hosted at Go Daddy. I wanted to know how to host the site at Azure and ftp the site up to the folders, I also was going to move the data. The error I am getting over at Go Daddy implies in Visual Studio that Azure would be able to solve as it provides a tool to keep the machine key connections current.
I joined Azure and to this day nobody has been able to help me know how to do these two simple things. The truth is, if I can just upload the site and see it work I will use that model and move the sites I have to Azure. I am old school. This should not be so complicated. Help, anyone?

I tried a bunch of help docs. I called. I have tickets open. I am new to Azure.

2

Answers


  1. To publish website to Azure.
    1.Create an "App Service" in Azure.(generally use default settings F0)
    enter image description here
    2.Enter the service you created, Overview- Download publishing profile.
    enter image description here
    3.In visual studio ,when publish choose "import profile" and choose the file you downloaded.
    enter image description here

    There is a lot of learning resources here https://learn.microsoft.com/en-us/training/modules/publish-azure-web-app-with-visual-studio/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search