Skip to content

Commit ded6715

Browse files
scm
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 71716e9 commit ded6715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/security-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ FTP isn't recommended for deploying your function code. FTP deployments are manu
184184

185185
When you're not planning on using FTP, you should disable it in the portal. If you do choose to use FTP, you should [enforce FTPS](../app-service/deploy-ftp.md#enforce-ftps).
186186

187-
### Secure the SCM endpoint
187+
### Secure the `scm` endpoint
188188

189189
Every function app has a corresponding SCM service endpoint that is used by the Advanced Tools (Kudu) service for deployments and other App Service [site extensions](https://github.com/projectkudu/kudu/wiki/Azure-Site-Extensions). The SCM endpoint for a function app is always a URL in the form `https://<FUNCTION_APP_NAME>.scm.azurewebsites.net`. When you use network isolation to secure your functions, you must also account for this endpoint.
190190

0 commit comments

Comments
 (0)