[Feature]: Please include VirtualNetworkSubnetId
when Get-AzWebApp
#18042
Labels
App Services
aka WebSites
customer-reported
feature-request
This issue requires a new behavior in the product in order be resolved.
Service Attention
This issue is responsible by Azure service team.
Description of the new feature
Currently,
Get-AzWebApp
(for one given App Service or Function App to get all details, instead of list), does not include VNet integration info. There is an attributeVirtualNetworkSubnetId
, but it'snull
.Please include this info, or add a cmdlet to get network configuration info for App Service and Function Apps.
Ways to achieve this now
Undocumented API endpoints
For now I got the info I neeeded by using
Invoke-AzRestMethod
like so:Click to expand
I can't seem to find this API endpoint documented anywhere either. Found it by using web browser development tools (F12) in the Azure portal. Related topics:
Subnet
Get-AzVirtualNetworkSubnetConfig
and look at attributeServiceAssociationLinks
.The text was updated successfully, but these errors were encountered: