Skip to content

add VMSS in backend pool #26621

@cenglim

Description

@cenglim

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.
image

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

Metadata

Metadata

Assignees

Labels

Auto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamNetworkaz network vnet/lb/nic/dns/etc...act-quality-productivity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-requestnon-securityThis feature ask is not related to security.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions