Skip to content

Commit 7cd8279

Browse files
author
Jason Freeberg
authored
Update deploy-best-practices.md
1 parent 0ab0259 commit 7cd8279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/deploy-best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deployment Best Practices - Azure App Service | Microsoft Docs
2+
title: Deployment best practices - Azure App Service | Microsoft Docs
33
description: Learn about the key components of deploying to Azure App Service.
44
keywords: azure app service, web app, deploy, deployment, pipelines, build
55
services: app-service
@@ -50,11 +50,11 @@ Use the Kudu [zipdeploy/](deploy-zip.md) API for deploying JAR applications, and
5050

5151
### Node
5252

53-
By default, Kudu executes the build steps for your Node application (`npm install`). If you are using a build service such as Azure Devops, then the Kudu build is unnecessary. To disable the Kudu build, create an app setting, `SCM_DO_BUILD_DURING_DEPLOYMENT`, with a value of `false`.
53+
By default, Kudu executes the build steps for your Node application (`npm install`). If you are using a build service such as Azure DevOps, then the Kudu build is unnecessary. To disable the Kudu build, create an app setting, `SCM_DO_BUILD_DURING_DEPLOYMENT`, with a value of `false`.
5454

5555
### .NET
5656

57-
By default, Kudu executes the build steps for your .Net application (`dotnet build`). If you are using a build service such as Azure Devops, then the Kudu build is unnecessary. To disable the Kudu build, create an app setting, `SCM_DO_BUILD_DURING_DEPLOYMENT`, with a value of `false`.
57+
By default, Kudu executes the build steps for your .Net application (`dotnet build`). If you are using a build service such as Azure DevOps, then the Kudu build is unnecessary. To disable the Kudu build, create an app setting, `SCM_DO_BUILD_DURING_DEPLOYMENT`, with a value of `false`.
5858

5959
## Other Deployment Considerations
6060

0 commit comments

Comments
 (0)