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
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,6 @@ Standalone and HA production stack templates have been deprecated.
33
33
All known issues are on GitHub for better tracking and visibility. See issues with a label of **Known Issues** at https://github.com/f5networks/f5-azure-arm-templates/issues.
Copy file name to clipboardexpand all lines: experimental/autoscale/ltm/via-lb/1nic/existing-stack/bigiq-payg/README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Use the appropriate button below to deploy:
111
111
112
112
-**BIGIQ-PAYG**: This allows you to launch the template using an existing BIG-IQ device with a pool of licenses to license the BIG-IP VE(s), as well as use PAYG instances.
113
113
114
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FF5Networks%2Ff5-azure-arm-templates%2Fv7.0.3.0%2Fexperimental%2Fautoscale%2Fltm%2Fvia-lb%2F1nic%2Fexisting-stack%2Fbigiq-payg%2Fazuredeploy.json)
114
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FF5Networks%2Ff5-azure-arm-templates%2Fv7.1.0.0%2Fexperimental%2Fautoscale%2Fltm%2Fvia-lb%2F1nic%2Fexisting-stack%2Fbigiq-payg%2Fazuredeploy.json)
115
115
116
116
### Template parameters
117
117
@@ -153,6 +153,11 @@ Use the appropriate button below to deploy:
153
153
| scaleOutTimeWindow | Yes | The time window required to trigger a scale out event. This is used to determine the amount of time needed for a threshold to be breached, as well as to prevent excessive scaling events (flapping). **Note:** Allowed values are 1-60 (minutes). |
154
154
| scaleInTimeWindow | Yes | The time window required to trigger a scale in event. This is used to determine the amount of time needed for a threshold to be breached, as well as to prevent excessive scaling events (flapping). **Note:** Allowed values are 1-60 (minutes). |
155
155
| notificationEmail | Yes | If you want email notifications on scale events, specify an email address, otherwise leave the parameter as **OPTIONAL**. Note: You can specify multiple emails by separating them with a semi-colon, such as *email@domain.com;email2@domain.com*. |
156
+
| mgmtNsgName | Yes | If you would like to deploy using an existing Azure Network Security Group, provide the NSG name here. **Note**: Unless specifically required, leave the default of **OPTIONAL**. |
157
+
| externalLoadBalancerName | Yes | If you would like to deploy using an existing Azure Load Balancer (Standard SKU) with a backend pool called loadBalancerBackEnd, provide the ALB name here. **Note**: Unless specifically required, leave the default of **OPTIONAL**. |
158
+
| internalLoadBalancerName | Yes | If you would like to add instances to an existing internal Azure Load Balancer (Standard SKU) with a backend pool called loadBalancerBackEnd, provide the internal ALB name here. **Note**: Unless specifically required, leave the default of **OPTIONAL**. |
159
+
| useAvailabilityZones | Yes | This deployment can deploy resources into Azure Availability Zones (if the region supports it). If that is not desired the input should be set 'No'. |
160
+
| autoscaleTimeout | Yes | The timeout value after which autoscale script execution will terminated |
156
161
| provisionPublicIP | Yes | Enabling management public IP(s) allows for direct public access to each BIG-IP VE that is created. |
157
162
| tenantId | Yes | Your Azure service principal application tenant ID. |
158
163
| clientId | Yes | Your Azure service principal application client ID. |
@@ -165,15 +170,15 @@ As an alternative to deploying through the Azure Portal (GUI) each solution prov
0 commit comments