Azure / Azure/azure-powershell

Get-AzApplicationGatewayBackendAddressPool option for Virtual Machine -BackendVMs ?

Open
#9,419 2 comments 0 reactions 1 assignee Assigned to @akshaysngupta View on GitHub
act-quality-productivity-squad customer-reported feature-request Network - Application Gateway
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

## Description of the new feature
It appears as though the only options for managing Gateway Backend pools is via FQDN or IP Address. Can there also be an option for Virtual Machine? I've found managing application gateways via PowerShell much more reliable than using the portal. I also have servers in an availability set so it would be nice to automate rolling updates.

## Proposed implementation details (optional)
Maybe the -BackendVM option can be set previously defining the NIC? like
$BackendVMNic = Get-AzVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"
$BackendVM = $BackendVMNic.NetworkProfile

Or can default to the only NIC there if that applies?

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.