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
* The `sync_interval_in_seconds` key defines the synchronization interval: nginx-asg-sync checks for scaling updates every 5 seconds.
33
33
* The `cloud_provider` key defines a Cloud Provider that will be used. The default is `AWS`. This means the key can be empty if using AWS. Possible values are: `AWS`, `Azure`.
34
34
* The `subscription_id` key defines the Azure unique subscription id that identifies your Azure subscription.
35
-
* The `resource_group` key defines the Azure resource group of your Virtual Machine Scale Set and Virtual Machine for NGINX Plus.
35
+
* The `resource_group_name` key defines the Azure resource group of your Virtual Machine Scale Set and Virtual Machine for NGINX Plus.
36
36
* The `upstreams` key defines the list of upstream groups. For each upstream group we specify:
37
37
* `name` – The name we specified for the upstream block in the NGINX Plus configuration.
38
38
* `virtual_machine_scale_set` – The name of the corresponding Virtual Machine Scale Set.
0 commit comments