Discover App Service networking features Flashcards
1
Q
Find the outbound IP addresses currently used by your app.
A
az webapp show \
–resource-group <group_name> \
--name <app_name> \
--query outboundIpAddresses \
--output tsv</app_name></group_name>
2
Q
Find all possible outbound IP addresses for your app
A
az webapp show \
–resource-group <group_name> \
--name <app_name> \
--query possibleOutboundIpAddresses \
--output tsv</app_name></group_name>
3
Q
Network inbound features.
A
App-assigned address
Access restrictions
Service endpoints
Private endpoints
4
Q
Network outbound features
A
Hybrid Connections
Gateway-required virtual network integration
Virtual network integration