azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

Validate deployment flow for .NET 8 in-proc apps

Open fabiocav opened this issue 1 year ago • 3 comments

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.

fabiocav avatar Apr 19 '24 22:04 fabiocav

Currently blocked by deployment.

fabiocav avatar Jun 05 '24 20:06 fabiocav

@satvu moving this to 172 as it should be unblocked.

fabiocav avatar Jun 19 '24 20:06 fabiocav

Progress is being made in SKUs where .NET 8 is available.

Moving this to 173 to continue validation.

fabiocav avatar Jul 03 '24 20:07 fabiocav

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

satvu avatar Jul 10 '24 23:07 satvu

Upgrade of net6 -> net 8 inproc scenarios have been tested, but facing some issues that are under investigation/discussion.

satvu avatar Jul 10 '24 23:07 satvu

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.

satvu avatar Jul 12 '24 19:07 satvu

Closing as complete

satvu avatar Jul 29 '24 21:07 satvu