Skip to content

Commit 8c74eb7

Browse files
clookggailey777
authored andcommitted
Update functions-infrastructure-as-code.md
Add more information about unexpected and undocumented behaviour if DOCKER_REGISTRY_SERVER_* settings are missing for a private repo reference.
1 parent f9f14df commit 8c74eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,8 @@ If you're deploying a [containerized function app](./functions-how-to-custom-con
13701370
+ Set any required [`DOCKER_REGISTRY_SERVER_*`](functions-infrastructure-as-code.md?tabs=linux#application-configuration-1) settings when obtaining the container from a private registry.
13711371
+ Set [`WEBSITES_ENABLE_APP_SERVICE_STORAGE`](../app-service/reference-app-settings.md#custom-containers) application setting to `false`.
13721372

1373+
If some settings are missing, the application provisioning may fail with a HTTP/500 error "Function App provisioning failed."
1374+
13731375
For more information, see [Application configuration](#application-configuration).
13741376

13751377
### [Bicep](#tab/bicep)

0 commit comments

Comments
 (0)