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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Network inbound features.

A

App-assigned address
Access restrictions
Service endpoints
Private endpoints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Network outbound features

A

Hybrid Connections
Gateway-required virtual network integration
Virtual network integration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly