Publishing to one Azure App Service resets the software stack configuration of another app service

127 views Asked by At

I have 3 Azure App Services in one App Service Plan. For two of them I have configured the stack to be .NET Core 3.1, and for the other I have set the stack to be Node js.

Whenever I publish one of the .NET Core applications from Visual studio, the configuration of the one app service that has the Node js application is reset so that the stack there becomes .NET Core also.

The application seems to get deployed correctly, and everything seems to function as expected. The only issue I'm experiencing is that I have to go to the portal to reset the stack of this one app service back to Node.

Any idea what might be going on here?

Update: I am using the latest version of Visual Studio: 16.4.3

0

There are 0 answers