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: website/docs/r/function_app_flex_consumption.html.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,11 @@ The following arguments are supported:
117
117
118
118
*`sticky_settings` - (Optional) A `sticky_settings` block as defined below.
119
119
120
-
*`storage_container_type` - (Optional) The storage container type used for the Function App. The current supported type is `blobContainer`.
120
+
*`storage_container_type` - (Required) The storage container type used for the Function App. The current supported type is `blobContainer`.
121
121
122
-
*`storage_container_endpoint` - (Optional) The backend storage container endpoint which will be used by this Function App.
122
+
*`storage_container_endpoint` - (Required) The backend storage container endpoint which will be used by this Function App.
123
123
124
-
*`storage_authentication_type` - (Optional) The authentication type which will be used to access the backend storage account for the Function App. Possible values are `storageaccountconnectionstring`, `systemassignedidentity`, and `userassignedidentity`.
124
+
*`storage_authentication_type` - (Required) The authentication type which will be used to access the backend storage account for the Function App. Possible values are `storageaccountconnectionstring`, `systemassignedidentity`, and `userassignedidentity`.
125
125
126
126
*`storage_access_key` - (Optional) The access key which will be used to access the backend storage account for the Function App.
127
127
@@ -131,9 +131,9 @@ The following arguments are supported:
131
131
132
132
~> **Note:** The`storage_user_assigned_identity_id` must be specified when `storage_authentication_type` sets to `userassignedidentity`.
133
133
134
-
*`runtime_name` - (Optional) The Runtime of the Linux Function App. Possible values are `node`, `dotnet-isolated`, `powershell`, `python`, `java`.
134
+
*`runtime_name` - (Required) The Runtime of the Linux Function App. Possible values are `node`, `dotnet-isolated`, `powershell`, `python`, `java`.
135
135
136
-
*`runtime_version` - (Optional) The Runtime version of the Linux Function App. The values are diff from different runtime version. The supported values are `8.0`, `9.0` for `dotnet-isolated`, `20` for `node`, `3.10`, `3.11` for `python`, `11`, `17` for `java`, `7.4` for `powershell`.
136
+
*`runtime_version` - (Required) The Runtime version of the Linux Function App. The values are diff from different runtime version. The supported values are `8.0`, `9.0` for `dotnet-isolated`, `20` for `node`, `3.10`, `3.11` for `python`, `11`, `17` for `java`, `7.4` for `powershell`.
137
137
138
138
*`maximum_instance_count` - (Optional) The number of workers this function app can scale out to.
0 commit comments