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

Azure 公共 MEC 的关键概念

本文档介绍了有关 Azure 公共多接入边缘计算 (MEC) 的重要概念。

ExtendedLocation 字段

所有资源提供程序都提供了一个名为 extendedLocation 的附加字段,可用于在 AZURE 公共 MEC 中部署资源。

Azure Edge Zone ID

每个 Azure 公共 MEC 网站都有一个 Azure Edge Zone ID。 此 ID 是 extendedLocation 字段用于区分站点的其中一个属性。

Azure CLI 和 SDK

为了支持 Azure 公共 MEC,Microsoft 更新了 Azure 服务 SDK。 有关如何使用这些 SDK 进行部署的信息,请参阅:

ARM 模板

可以使用 Azure 资源管理器 (ARM) 模板在 Azure 公共 MEC 中部署资源。 下面的示例演示如何使用 ARM 模板中的 extendedLocation 来部署虚拟机 (VM):

{
  ...
  "type": "Microsoft.Compute/virtualMachines"
  "extendedLocation": {
    "type": "EdgeZone",
    "name": <edgezoneid>,
    }
  ...
}

父级 Azure 区域

每个 Azure 公共 MEC 站点均与一个父级 Azure 区域关联。 此区域托管与 Azure 公共 MEC 中运行的服务关联的所有控制平面函数。 下表列出了活动的 Azure 公共 MEC 站点,及其 Edge Zone ID 和关联的父级区域:

电信提供商 Azure 公共 MEC 名称 Edge Zone ID 父级区域
AT&T ATT Atlanta A attatlanta1 美国东部 2
AT&T ATT Dallas A attdallas1 美国中南部
AT&T ATT Detroit A attdetroit1 美国中部

Azure 服务

Azure 虚拟机

Azure 公共 MEC 支持特定计算和 GPU VM SKU。 下表列出了受支持的 VM 大小:

类型 Series VM 大小
VM D 系列 Standard_DS1_v2、Standard_DS2_v2、Standard_D2s_v3、Standard_D4s_v3、Standard_D8s_v3
VM E 系列 Standard_E4s_v3、Standard_E8s_v3
GPU NCasT4_v3 系列 Standard_NC4asT4_v3, Standard_NC8asT4_v3

公共 IP

Azure 公共 MEC 支持用户创建 Azure 公共 IP,随后你可以将其与 Azure 虚拟机、Azure 标准负载均衡器和 Azure Kubernetes 群集等资源相关联。 所有 Azure 公共 MEC IP 均为标准 SKU 公共 IP。

Azure Bastion

Azure Bastion 是你部署的一项服务,借此可使用浏览器和 Azure 门户连接到 VM。 若要访问在 Azure 公共 MEC 中部署的 VM,堡垒主机必须部署在 Azure 公共 MEC 站点的父级 Azure 区域中的虚拟网络 (VNet) 内。

Azure 负载均衡器

Azure 公共 MEC 支持 Azure 标准负载均衡器 SKU。

网络安全组

Azure 网络安全组(与 Azure 公共 MEC 中创建的资源关联)应在父级 Azure 区域中创建。

资源组

资源组(与 Azure 公共 MEC 中创建的资源关联)应在父级 Azure 区域中创建。

Azure 存储服务

Azure 公共 MEC 仅支持创建标准 SSD 托管磁盘。 公共 MEC 不支持所有其他 Azure 存储服务。

默认出站访问

由于 Azure 公共 MEC 不支持默认出站访问,因此请使用以下方法之一来管理出站连接:

  • 使用 Azure 负载均衡器的前端 IP 地址,通过出站规则建立出站连接。
  • 将 Azure 公共 IP 分配给 VM。

DNS 解析

默认情况下,在 Azure 公共 MEC 中运行的所有服务都使用父级 Azure 区域中的 DNS 基础结构。

后续步骤

若要了解在 Azure 公共 MEC 中部署的有关注意事项,请继续阅读以下文章: