DRAG DROP
You plan to deploy a cloud service named contosoapp. The service includes a web role
named contosowebrole. The web role has an endpoint named restrictedEndpoint.
You need to allow access to restricted Endpoint only from your office machine using the IP
address 145.34.67.82.
Which values should you use within the service configuration file? To answer, drag the
appropriate value to the correct location in the service configuration file. Each value may be
used once, more than once, or not at all. You may need to drag the split bar between panes
or scroll to view content.
Which values should you use within the service configuration file?
DRAG DROP
You plan to deploy a cloud service named contosoapp. The service includes a web role
named contosowebrole. The web role has an endpoint named restrictedEndpoint.
You need to allow access to restricted Endpoint only from your office machine using the IP
address 145.34.67.82.
Which values should you use within the service configuration file? To answer, drag the
appropriate value to the correct location in the service configuration file. Each value may be
used once, more than once, or not at all. You may need to drag the split bar between panes
or scroll to view content.
Correct!!
Correct
Are we certain that it’s not 0.0.0.0/32 ?
Yes. It is 0.0.0.0/0 always to cover the whole universe.
Why is it not 145.34.67.82/1 and therefore allow just the one IP we need…
145.34.67.32/32 its the cdr notation for that single ip address.