AZ-305 · Question #50
Hotspot Question Your company develops a web service that is deployed to an Azure virtual machine named VM1. The web service allows an API to access real-time data from VM1. The current virtual…
The correct answer is The API is available to partners over the internet. = Yes; The APIM instance can access real-time data from VM1. = Yes; A VPN gateway is required for partner access. = No. Azure API Management (APIM) acts as a gateway that exposes backend APIs to external consumers over the internet, making the API accessible to partners without requiring them to have direct network access to VM1. The APIM instance, being deployed within the same virtual network…
Question
Exhibits
Answer Area
- The API is available to partners over the internet.Yes
- The APIM instance can access real-time data from VM1.Yes
- A VPN gateway is required for partner access.No
Explanation
Azure API Management (APIM) acts as a gateway that exposes backend APIs to external consumers over the internet, making the API accessible to partners without requiring them to have direct network access to VM1. The APIM instance, being deployed within the same virtual network or with network connectivity to VM1, can reach the backend web service running on VM1 to retrieve real-time data. A VPN gateway is NOT required for partner access because APIM provides a public-facing HTTPS endpoint that partners can call directly over the internet - VPN would only be needed if partners required direct private network access to the VM itself.
Topics
Community Discussion
No community discussion yet for this question.



