You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-infrastructure-as-code.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1370,6 +1370,8 @@ If you're deploying a [containerized function app](./functions-how-to-custom-con
1370
1370
+ 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.
1371
1371
+ Set [`WEBSITES_ENABLE_APP_SERVICE_STORAGE`](../app-service/reference-app-settings.md#custom-containers) application setting to `false`.
1372
1372
1373
+
If some settings are missing, the application provisioning may fail with a HTTP/500 error "Function App provisioning failed."
1374
+
1373
1375
For more information, see [Application configuration](#application-configuration).
0 commit comments