vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

Deploying framework-dependent .NET apps will fail if service doesn't have right version

Open timheuer opened this issue 2 years ago • 2 comments
trafficstars

When publishing to app service or functions, a user may be using an framework-dependent deployment option (FDD) (the default). Upon publishing (especially with newer versions, go-live RCs, etc.) there is a possibility that the resulting service doesn't have FDD support yet. While self-contained deployment (SCD) is an option it isn't the default in our flows.

Publishing from the extension should do a pre-check with all known information to see if the resulting deployment will succeed in a runtime start (sans user-delivered errors).

timheuer avatar Sep 22 '23 15:09 timheuer