你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

预配 Azure Spring Apps 服务实例

注意

Azure Spring Apps 是 Azure Spring Cloud 服务的新名称。 虽然该服务有新名称,但一些地方仍会使用旧名称,我们仍在更新屏幕截图、视频和图形等资产。

本文适用于:❌ 标准消耗和专用计划(预览版)✔️ 基本/标准计划 ❌ 企业计划

本文介绍如何预配基本计划或标准计划 Azure Spring Apps 服务实例。

Azure Spring Apps 支持多个计划。 有关详细信息,请参阅 Azure Spring Apps 的配额和服务计划。 要了解如何为其他计划创建服务实例,请参阅以下文章:

先决条件

预配 Azure Spring Apps 的实例

使用以下步骤创建 Azure Spring Apps 实例:

  1. 在新的浏览器选项卡中,打开 Azure 门户

  2. 使用搜索框搜索“Azure Spring Apps”。

  3. 从搜索结果中选择“Azure Spring Apps”。

    Screenshot of Azure portal showing Azure Spring Apps service in search results.

  4. 在 Azure Spring Apps 页面上,选择“创建”。

    Screenshot of Azure portal showing Azure Spring Apps resource with Create button highlighted.

  5. 在 Azure Spring Apps 的“创建”页中填写表单。 遵循以下指南:

    • 订阅:选择要在其中收取此资源费用的订阅。
    • 资源组:最佳做法是为新资源创建新的资源组。 可以在以后的步骤中将此值用作 <resource-group-name>
    • 服务详细信息/名称:指定 <service-instance-name>。 该名称必须为 4 到 32 个字符,只能包含小写字母、数字及连字符。 服务名称的第一个字符必须是字母,最后一个字符必须是字母或数字。
    • 位置:选择服务实例的位置。
    • 区域冗余:选择以创建具有可用性区域的服务实例。
    • 为“定价层”选项选择“标准”。

    Screenshot of Azure portal showing the Azure Spring Apps Create page.

  6. 选择“查看并创建”。

清理资源

如果打算继续阅读后续教程,则可能需要保留这些资源。 如果不再需要资源组,可以将其删除,这将删除资源组中的资源。 若要使用 Azure CLI 删除资源组,请使用以下命令:

az group delete --name <resource-group-name>

后续步骤