Your company uses two applications that publish the following APIs:
App1 publishes 30 APIs that reside on five servers.
App2 publishes 40 APIs that reside on 10 servers.
You need to implement an Azure API Management solution. The solution must provide full functionality for both applications.
What is the minimum number of APIs that you must publish in Azure API Management?
Select only one answer.
A. 2
B. 15
C. 70
D. 450
C
技巧:排除明顯錯誤選項,在沒有明顯錯誤的選項中選擇最合理的選項。
某公司有兩個應用程序(App1和App2),它們分別發布了以下API:App1:發布了30個API,這些API分布在5臺服務器上。App2:發布了40個API,這些API分布在10臺服務器上。現在需要實現一個Azure API Management解決方案,要求為這兩個應用程序提供完整功能。需要確定在Azure API Management中必須發布的最少API數量。
Azure API Management是一個完全托管的API網關服務,用于發布、保護、監控和分析API。
在API Management中,API是按邏輯API管理的,而不是按服務器或物理位置管理的。
無論API分布在多少臺服務器上,每個邏輯API只需在API Management中發布一次。
A. 不正確。2。可能是誤解為App1和App2各為一個“聚合API”,但題目要求提供完整功能,不能合并API。
B. 不正確。15。可能是誤將App1的5臺服務器和App2的10臺服務器相加(5 + 10 = 15),但服務器數量與API數量無關。
C. 正確。70。正pp1的30個API + App2的40個API = 70個API。
D. 不正確。450。完全錯誤,API數量與服務器數量無關。