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