Skip to content

Commit b83b033

Browse files
committed
replaces #123868
1 parent 8c74eb7 commit b83b033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,9 @@ 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."
1373+
If some settings are missing, the application provisioning might fail with this HTTP/500 error:
1374+
1375+
>`Function app provisioning failed.`
13741376
13751377
For more information, see [Application configuration](#application-configuration).
13761378

0 commit comments

Comments
 (0)