MicrosoftMicrosoft Azure Solutions Architect Expert AZ-305 Certification·TW·更新於 11 Aug 2026
您的組織正在將 Spring Boot 微服務標準化。您需要 Azure 原生的集中式組態、服務探索、用於路由的整合式 API 閘道,以及開箱即用的分散式追蹤/指標。您還希望獲得完全受控的體驗,而無需建立單獨的 OSS 元件。您應該選擇哪種服務設計?
選擇一個答案
點擊一個選項來檢查您的答案。
正確答案: Azure Spring Apps Enterprise 方案,搭配受管理的 Config Server、Service Registry 和 Spring Cloud Gateway;啟用內建的可觀測性元件。.
為什麼這是答案
Azure Spring Apps Enterprise 方案完全符合所有要求。它提供完全受控的 Spring Cloud 元件,包括 Config Server、Service Registry 和 Spring Cloud Gateway,無需自行管理。它還內建了分散式追蹤和指標的可觀測性功能。
其他選項不符合「完全受控」和「無需建立單獨的 OSS 元件」的要求:
Azure Spring Apps Standard 方案需要自行管理 Eureka 伺服器,且 Azure API Management 是單獨的服務。
Azure Kubernetes Service 和 App Service for Containers 都需要自行部署和管理 Spring Cloud 元件。
Service Fabric 雖然支援 Spring Boot 容器,但其服務探索和組態管理需要更多自訂工作。