總結

已完成

在本課程模組中,您已瞭解如何建立適用於 MySQL 的 Azure 資料庫實例,以及如何使用適用於 Azure App Service 的 Maven 外掛程式。 您也瞭解如何將 Jakarta EE 應用程式部署至 Azure App Service 上的 JBoss EAP,以及如何管理 JBoss EAP。

清理資源

在此課程模組中,您已使用您的 Azure 訂閱建立資源。 您必須清除這些資源,以避免資源繼續產生費用。 使用下列步驟來清除您的資源:

  1. 使用下列命令來移除所有資源:

    az group delete --name <name-of-your-MySQL-resource-group>
    az group delete --name <name-of-your-JBoss-EAP-on-Azure-App-Service-resource-group>
    
  2. 使用下列命令清除您已不再想要保留的任何預設值 az configure

    az configure --defaults location=''
    

    此命令會移除上一個單元中設定的預設位置。

其他資源

Microsoft Azure

Jakarta EE

MySQL