Skip to content

Commit 8a6b520

Browse files
Merge pull request #212540 from kulkarnisonia16/patch-2
Removing note that is no longer relevant
2 parents 73ead93 + 5f6c557 commit 8a6b520

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,6 @@ 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 use environment variables in the *Dockerfile* for the connection string instead. For more information, see the [ENV instruction](https://docs.docker.com/engine/reference/builder/#env). You must also set the `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` variables. To use the values, you must rebuild the image, push the image to the registry, and then restart the function app on Azure.
522-
523520
## Verify your functions on Azure
524521

525522
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)