When will NET8 be available for Azure app service deployment?

Richard Barraclough 6 Reputation points
2024-01-05T10:29:18.3266667+00:00

User's image

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,753 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,370 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 21,336 Reputation points
    2024-01-23T09:43:45.96+00:00

    @Richard Barraclough
    Thanks for clarification as i can see, Azure App service deploy task has no updated task version: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-rm-web-app-deployment-v4?view=azure-pipelines

    You could consider adding an Azure CLI task to your flows with the following command: az webapp config set -g <resource-group> -n <app-service-name> --linux-fx-version “DOTNETCORE|8.0”

    Doc reference: https://learn.microsoft.com/en-us/cli/azure/webapp/config?view=azure-cli-latest#az-webapp-config-set

    Also, For Azure DevOps suggest you please post your question here and experts will guide you https://developercommunity.visualstudio.com/spaces/21/index.html

    Currently Azure DevOps tag is not supported on Microsoft Q&A. Please check this supported products list here (more to be added later on).

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.