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/virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,14 @@ See [Azure Load Balancer and Virtual Machine Scale Sets](../load-balancer/load-b
44
44
45
45
To add a scale set to the backend pool of an Application Gateway, reference the Application Gateway backend pool in your scale set's network profile. This can be done either when creating the scale set (see ARM Template below) or on an existing scale set.
46
46
47
-
### [Portal](#tab/portal1)
47
+
### Adding Uniform Orchestration Virtual Machine Scale Sets to an Application Gateway
48
+
49
+
When adding Uniform Virtual Machine Scale Sets to an Application Gateway's backend pool, the process will differ for new or existing scale sets:
50
+
51
+
- For new scale sets, reference the Application Gateway's backend pool ID in your scale set model's network profile, under one or more network interface IP configurations. When deployed, instances added to your scale set will be placed in the Application Gateway's backend pool.
52
+
- For existing scale sets, first add the Application Gateway's backend pool ID in your scale set model's network profile, then apply the model your existing instances by an upgrade. If the scale set's upgrade policy is `Automatic` or `Rolling`, instances will be updated for you. If it is `Manual`, you need to upgrade the instances manually.
53
+
54
+
#### [Portal](#tab/portal1)
48
55
49
56
1. Create an Application Gateway and backend pool in the same region as your scale set, if you do not already have one
50
57
1. Navigate to the Virtual Machine Scale Set in the Portal
@@ -54,7 +61,7 @@ To add a scale set to the backend pool of an Application Gateway, reference the
54
61
1. Select the target backend pool and click **Save**
55
62
1. If your scale set Upgrade Policy is 'Manual', navigate to the **Settings** > **Instances** pane to select and upgrade each of your instances
<!-- The three dashes above show that your section of tabbed content is complete. Don't remove them :) -->
122
129
130
+
### Adding Flexible Orchestration Virtual Machine Scale Sets to an Application Gateway
131
+
132
+
When adding a Flexible scale set to an Application Gateway, the process is the same as adding standalone VMs to an Application Gateway's backend pool--you update the virtual machine's network interface IP configuration to be part of the backend pool. This can be done either [through the Application Gateway's configuration](/azure/application-gateway/create-multiple-sites-portal#add-backend-servers-to-backend-pools) or by configuring the virtual machine's network interface configuration.
133
+
123
134
>[!NOTE]
124
135
> Note that the application gateway must be in the same virtual network as the scale set but must be in a different subnet from the scale set.
0 commit comments