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: docs/content/api-overview/resources/functions.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The Functions builder is used to create Azure Functions accounts. It abstracts t
25
25
| link_to_unmanaged_storage_account | Do not create an automatic storage account; instead, link to an existing storage account that was created external to Farmer. |
26
26
| https_only | Disables http for this functions app so that only HTTPS is used. |
27
27
| ftp_state | Allows to enable or disable FTP and FTPS. |
28
+
| Web App | use_workspace_based_app_insights | Instructs Farmer to use Workspace Based App Insights, which automatically comes with a Log Analytics instance. Both resources will be automatically created. |
28
29
| app_insights_name | Sets the name of the automatically-created app insights instance. |
29
30
| app_insights_off | Removes any automatic app insights creation, configuration and settings for this webapp. |
30
31
| link_to_app_insights | Instead of creating a new AI instance, configure this webapp to point to another AI instance that you are managing yourself. |
@@ -52,7 +53,7 @@ The Functions builder is used to create Azure Functions accounts. It abstracts t
52
53
| add_denied_ip_restriction | Adds an 'deny' rule for an ip |
53
54
| link_to_vnet | Enable the VNET integration feature in azure where all outbound traffic from the function with be sent via the specified subnet. Use this operator when the given VNET is in the same deployment |
54
55
| link_to_unmanaged_vnet | Enable the VNET integration feature in azure where all outbound traffic from the function with be sent via the specified subnet. Use this operator when the given VNET is *not* in the same deployment |
55
-
| max_scale_out_limit | Maximum number of workers that a site can scale out to. This setting only applies to the Consumption and Elastic Premium Plans |
56
+
| max_scale_out_limit | Maximum number of workers that a site can scale out to. This setting only applies to the Consumption and Elastic Premium Plans |
56
57
#### Post-deployment Builder Keywords
57
58
The Functions builder contains special commands that are executed *after* the ARM deployment is completed.
Copy file name to clipboardExpand all lines: docs/content/api-overview/resources/web-app.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The Web App builder is used to create Azure App Service accounts. It abstracts t
19
19
| Web App | name | Sets the name of the web app. |
20
20
| Web App | link_to_service_plan | Instructs Farmer to link this webapp to a Farmer service plan configuration defined elsewhere in your application, rather than creating a new one. |
21
21
| Web App | link_to_unmanaged_service_plan | Instructs Farmer to link this webapp to an existing service plan that is externally managed, rather than creating a new one. |
22
+
| Web App | use_workspace_based_app_insights | Instructs Farmer to use Workspace Based App Insights, which automatically comes with a Log Analytics instance. Both resources will be automatically created. |
22
23
| Web App | app_insights_name | Sets the name of the automatically-created app insights instance. |
23
24
| Web App | app_insights_off | Removes any automatic app insights creation, configuration and settings for this webapp. |
24
25
| Web App | link_to_app_insights | Instructs Farmer to link this webapp to a Farmer App Insights configuration defined elsewhere in your application, rather than creating a new one. |
0 commit comments