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
Asked
Active
Viewed 249 times
1 Answers
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:
Change it to your use net framework if it is different.

freedeveloper
- 3,670
- 34
- 39
-
Thanks freedeveloper, Lately I switched to open source (no .net framework ) – petercli Feb 02 '23 at 13:23