Skip to content

Commit db84c49

Browse files
authored
Replace with a more limited note
1 parent 8a6b520 commit db84c49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Azure Functions on Linux using a custom image
33
description: Learn how to create Azure Functions running on a custom Linux image.
4-
ms.date: 06/10/2022
4+
ms.date: 09/28/2022
55
ms.topic: tutorial
66
ms.custom: "devx-track-csharp, mvc, devx-track-python, devx-track-azurepowershell, devx-track-azurecli, devdivchpfy22"
77
zone_pivot_groups: programming-languages-set-functions-full
@@ -517,6 +517,9 @@ A function app on Azure manages the execution of your functions in your hosting
517517
518518
1. The function can now use this connection string to access the storage account.
519519

520+
> [!NOTE]
521+
> If you publish your custom image to a private container registry, you must also set the `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` variables. For more information, see [Custom containers](../app-service/reference-app-settings.md#custom-containers) in the App Service settings reference.
522+
520523
## Verify your functions on Azure
521524

522525
With the image deployed to your function app in Azure, you can now invoke the function as before through HTTP requests.

0 commit comments

Comments
 (0)