布建 Azure Spring Apps 服務實例
注意
基本、標準和企業方案將從 2025 年 3 月中旬開始淘汰,並停用 3 年。 建議您轉換至 Azure Container Apps。 如需詳細資訊,請參閱 Azure Spring Apps 淘汰公告。
標準 耗用量和專用 方案將從 2024 年 9 月 30 日起淘汰,並在六個月後完成關閉。 建議您轉換至 Azure Container Apps。 如需詳細資訊,請參閱 將 Azure Spring Apps 標準取用和專用方案遷移至 Azure Container Apps。
本文適用於:❌ 標準取用和專用 (預覽) ✔️ 基本/標準 ❌ 企業
本文說明如何布建基本或標準方案 Azure Spring Apps 服務實例。
Azure Spring Apps 支援多個方案。 如需詳細資訊,請參閱 Azure Spring 應用程式的配額和服務方案。 若要瞭解如何建立其他方案的服務實例,請參閱下列文章:
必要條件
- Azure 訂用帳戶。 如果您沒有訂用帳戶,請先建立免費帳戶,再開始操作。
- (選擇性) Azure CLI 2.45.0 版或更高版本。
佈建 Azure Spring Apps 的執行個體
使用下列步驟來建立 Azure Spring Apps 的實例:
在新的瀏覽器索引標籤中,開啟 Azure 入口網站。
使用搜尋方塊,搜尋 Azure Spring Apps。
從搜尋結果中選取 [Azure Spring Apps ]。
在 [Azure Spring Apps] 頁面上,選取 [ 建立]。
填寫 Azure Spring Apps [建立] 頁面上的表單。 請參考下列指引:
- 訂用帳戶:選取您想要為此資源計費的訂用帳戶。
- 資源群組:為新資源建立新的資源群組是最佳做法。 您會在後續步驟中使用此值作為
<resource-group-name>
。 - 服務詳細資料/名稱:指定
<service-instance-name>
。 名稱長度必須為 4 到 32 個字元,且只能包含小寫字母、數字及連字號。 服務名稱的第一個字元必須是字母,且最後一個字元必須是字母或數字。 - 位置:選取服務實例的位置。
- 區域備援:選取以使用可用性區域建立您的服務實例。
- 針對 [定價層] 選項選取 [標準]。
選取 [檢閱和建立]。
清除資源
如果您打算繼續使用後續教學課程,您可能會想要保留這些資源。 如果不再需要,請刪除資源群組,這會刪除資源群組中的資源。 若要使用 Azure CLI 刪除資源群組,請使用下列命令:
az group delete --name <resource-group-name>