Validate deployment flow for .NET 8 in-proc apps
Validate deployment using the following options:
- [ ] Visual Studio
- [ ] ADO
- [ ] VS Code
Validation should be performed with a new app (creating a resource) and an existing app upgraded from .NET 6.
Currently blocked by deployment.
@satvu moving this to 172 as it should be unblocked.
Progress is being made in SKUs where .NET 8 is available.
Moving this to 173 to continue validation.
Deployment of new app:
- [ ] Visual Studio
- [ ] Linux Consumption (waiting for a rollout)
- [ ] Linux Dedicated (waiting for a rollout)
- [x] Windows Consumption
- [x] ADO
- [x] Linux Cns
- [x] Linux Ded
- [x] Windows Cns
- [x] VS Code
- [x] Linux Cns
- [x] Linux Ded
- [x] Windows Cns
Upgrade of net6 -> net 8 inproc scenarios have been tested, but facing some issues that are under investigation/discussion.
Upgrading existing .NET6 inproc app to .NET8 inproc:
- [ ] Visual Studio
- [ ] Linux Consumption (waiting for a rollout)
- [ ] Linux Dedicated (waiting for a rollout)
- [x] Windows Consumption
- [x] ADO
- [x] Linux Cns
- [x] Linux Ded
- [x] Windows Cns
- [x] VS Code
- [x] Linux Cns
- [x] Linux Ded
- [x] Windows Cns
NOTE: Only VS will apply app settings to upgrade runtime version - the other methods will deploy the app successfully, but additional user action will be needed to update the necessary app settings.
Closing as complete