Skip to content

Commit 29b655f

Browse files
committed
review cx
1 parent 385e4e6 commit 29b655f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-basic-auth-disable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about disabling basic authentication for increased security a
44
author: cephalin
55
ms.author: cephalin
66
ms.topic: how-to
7-
ms.date: 06/03/2025
7+
ms.date: 06/06/2025
88
keywords: azure app service, security, deployment, FTP, MsDeploy
99

1010
---
@@ -13,7 +13,7 @@ keywords: azure app service, security, deployment, FTP, MsDeploy
1313

1414
This article discusses how to disable basic username and password authentication for deploying code to Azure App Service apps. The article explains several ways to disable basic authentication, fallback deployment methods if any, and how to monitor basic authentication access attempts.
1515

16-
App Service provides basic authentication for FTP and web deployment clients to connect using username and password deployment credentials. The basic authentication APIs are good for browsing your site's file system, uploading drivers and utilities, and deploying with MSBuild. For more information, see [Configure deployment credentials for Azure App Service](deploy-configure-credentials.md).
16+
App Service provides basic authentication for FTP and Web Deploy clients to connect using username and password deployment credentials. The basic authentication APIs are good for browsing your site's file system, uploading drivers and utilities, and deploying with MSBuild. For more information, see [Configure deployment credentials for Azure App Service](deploy-configure-credentials.md).
1717

1818
Enterprises often require more secure deployment methods than basic authentication, such as [Microsoft Entra ID](/entra/fundamentals/whatis). Microsoft Entra OAuth 2.0 access tokens have a limited usable lifetime, are specific to the applications and resources they're issued for, and can't be reused. OAuth token-based authorization helps mitigate many problems with basic authentication.
1919

0 commit comments

Comments
 (0)