-
Notifications
You must be signed in to change notification settings - Fork 3.4k
add VMSS in backend pool #26621
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestnon-securityThis feature ask is not related to security.This feature ask is not related to security.
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-requestnon-securityThis feature ask is not related to security.This feature ask is not related to security.
Update azure application gateway backend pool with VM scale set option (CLI)
This will update the backend pool with new server using the server's IP
az network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4
Is your feature request related to a problem? Please describe.
I'm afraid there's no option to point the VMSS name
az network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --scaleset VMSS_SCALE_SET_NAME <-- example
In azure dashboard, you can update the backend and select the VMSS.

Describe the solution you'd like
I'd like to update the backend pool via script for automation.