Skip to content

Commit 4db9431

Browse files
Merge pull request #289552 from jeffwmartinez/jefmarti-net9
adding temporary net 9 note
2 parents 7aa6293 + 1460320 commit 4db9431

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/app-service/configure-language-dotnetcore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ az webapp config set --name <app-name> --resource-group <resource-group-name> --
7272

7373
## Customize build automation
7474

75+
> [!NOTE]
76+
> Building .NET 9 (STS) apps with Windows App Service using MSBuild or SCM_DO_BUILD is not yet supported. Support for these build scenarios will come after the initial GA date and by December 4th, 2024. Deployments that build outside of App Service through Visual Studio, Visual Studio Code, GitHub Actions and Azure DevOps are fully supported.
77+
7578
If you deploy your app using Git, or zip packages [with build automation enabled](deploy-zip.md#enable-build-automation-for-zip-deploy), the App Service build automation steps through the following sequence:
7679

7780
1. Run custom script if specified by `PRE_BUILD_SCRIPT_PATH`.

articles/app-service/quickstart-dotnetcore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Alternatively, you can deploy an ASP.NET web app as part of a [Windows or Linux
4444
> [!TIP]
4545
> Find GitHub Copilot tips in the Visual Studio, Visual Studio Code, and Azure portal steps.
4646
47+
> [!NOTE]
48+
> Building .NET 9 (STS) apps with Windows App Service using MSBuild or SCM_DO_BUILD is not yet supported. Support for these build scenarios will come after the initial GA date and by December 4th, 2024. Deployments that build outside of App Service through Visual Studio, Visual Studio Code, GitHub Actions and Azure DevOps are fully supported.
49+
4750
## Prerequisites
4851

4952
:::zone target="docs" pivot="development-environment-vs"

0 commit comments

Comments
 (0)