0

Currently trying to executing Azure with forms TO DO sample application. When I executing I facing some issues

  1. When I trying to publish the service there is no option for Microsoft Azure App service instead of that I am getting Microsoft Azure web app
  2. After run app (Emulator).when trying to add new record I am getting Name Resolution Failure error
demonplus
  • 5,613
  • 12
  • 49
  • 68

1 Answers1

0

Well... not a lot of details but I will give a try...


Go to your Azure Dashboard and look for your App Service to download the publish profile.

enter image description here


Now, import it on your Visual Studio Project:

enter image description here

danieljaguiar
  • 335
  • 4
  • 14