Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]: New-AzApplicationGatewayBackendAddressPool - How use 'IP configuration ID' appears to be missing #27057

Open
gritty-Kitty opened this issue Jan 29, 2025 · 0 comments
Labels
customer-reported needs-triage This is a new issue that needs to be triaged to the appropriate team.

Comments

@gritty-Kitty
Copy link

Type of issue

Missing information

Feedback

New-AzApplicationGatewayBackendAddressPool
-Name
[-BackendIPAddresses <String[]>]
[-BackendFqdns <String[]>]
[-DefaultProfile ]
[-WhatIf]
[-Confirm]
[]

Description
The New-AzApplicationGatewayBackendAddressPool cmdlet creates a back-end address pool for an Azure application gateway. A back-end address can be specified as an IP address, a fully-qualified domain name (FQDN) or an IP configuration ID.


We have BackendAddressPools defined in production that include .BackendIpConfigurationsText that detail a VM's IP configuration ID.

How do we use New-AzApplicationGatewayBackendAddressPool to reference the VM's NetworkInterfaceIPConfig ID? The option appears to be missing from the cmtlet, New-AzApplicationGatewayBackendAddressPool, and no examples are provided.

(Get-AzNetworkInterfaceIpConfig -NetworkInterface (Get-AzNetworkInterface -ResourceId (Get-AzVm -Name 'myvm').NetworkProfile.NetworkInterfaces.Id)).Id

Thank you.

Page URL

https://learn.microsoft.com/en-us/powershell/module/az.network/new-azapplicationgatewaybackendaddresspool?view=azps-13.1.0

Content source URL

https://github.com/Azure/azure-powershell/blob/main/src/Network/Network/help/New-AzApplicationGatewayBackendAddressPool.md

Author

No response

Document Id

No response

@gritty-Kitty gritty-Kitty added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Jan 29, 2025
@gritty-Kitty gritty-Kitty changed the title [Doc]: New-AzApplicationGatewayBackendAddressPool [Doc]: New-AzApplicationGatewayBackendAddressPool - How use 'IP configuration ID' appears to be missing Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported needs-triage This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
Development

No branches or pull requests

1 participant