4

I am trying to publish a project to azure. I want to re-use a web app. But I don't see the parent Resource group eve. Any ideas? Here is a picture: missing rg

petercli
  • 185
  • 2
  • 12

1 Answers1

0

That can be for different reason. but that happen to me was that the Azure web app resources that I created in AZURE was configured with a different NET framework that the application that I was trying to publish. In this case don't see the Web App and also not resource group. Go to Azure portal and take a look to your WEB APP framework configuration at:

enter image description here

Change it to your use net framework if it is different.

freedeveloper
  • 3,670
  • 34
  • 39