Skip to content

Commit e459496

Browse files
authored
clarify note
1 parent f3041f9 commit e459496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-continuous-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ If you want to use a different deployment source or build provider for continuou
193193
By default, your function app is created with basic authentication access to the `scm` endpoint disabled. This blocks publishing by all methods that can't use managed identities to access the `scm` endpoint. The publishing impacts of having the `scm` endpoint disabled are detailed in [Deployment without basic authentication](../app-service/configure-basic-auth-disable.md#deployment-without-basic-authentication).
194194

195195
> [!IMPORTANT]
196-
> Because basic authenication passes credentials in clear text, you must only access the `scm` endpoint over an encrypted connection, such as HTTPS.
196+
> When you use basic authenication, credentials are sent in clear text. To protect these credentials, you must only access the `scm` endpoint over an encrypted connection ( HTTPS) when using basic authentication. For more information, see [Secure deployment](security-concepts.md#secure-deployment).
197197
198198
To enable basic authentication to the `scm` endpoint:
199199

0 commit comments

Comments
 (0)