分享方式:


Azure 公用 MEC 的重要概念

本文件說明 Azure 公用多接取邊緣運算 (MEC) 的重要概念。

ExtendedLocation 欄位

所有資源提供者都會提供名為 extendedLocation 的額外欄位,讓您用來在 Azure 公用 MEC 中部署資源。

Azure Edge Zone ID

每個 Azure 公用 MEC 網站都有 Azure Edge Zone 識別碼。 此識別碼是 extendedLocation 欄位用來區分網站的屬性之一。

Azure CLI 和 SDK

為了支援 Azure 公用 MEC,Microsoft 已更新 Azure 服務 SDK。 如需如何使用這些 SDK 進行部署的詳細資訊,請參閱:

ARM 範本

您可以使用 Azure Resource Manager (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 識別碼和相關聯的父區域:

電信提供者 Azure 公用 MEC 名稱 Edge Zone 識別碼 父區域
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 大小:

類型 數列 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 Standard Load Balancer 和 Azure Kubernetes 叢集等資源產生關聯。 所有 Azure 公用 MEC IP 都是標準 SKU 公用 IP。

Azure Bastion

Azure Bastion 是您部署的一種服務,可讓您使用瀏覽器和 Azure 入口網站連線到 VM。 若要存取部署在 Azure 公用 MEC 中的 VM,Bastion 主機必須部署在 Azure 公用 MEC 網站父 Azure 區域的虛擬網路 (VNet) 中。

Azure Load Balancer

Azure 公用 MEC 支援 Azure Standard Load Balancer SKU。

網路安全性群組

與在 Azure 公用 MEC 中建立的資源相關聯的 Azure 網路安全性群組,應在父 Azure 區域中建立。

資源群組

與在 Azure 公用 MEC 中建立的資源相關聯的資源群組,應在父 Azure 區域中建立。

Azure 儲存體服務

Azure 公用 MEC 僅支援建立標準 SSD 受控磁碟。 公用 MEC 不支援所有其他 Azure 儲存體服務。

預設輸出存取

因為 Azure 公用 MEC 不支援預設輸出存取,請使用下列其中一種方法來管理輸出連線:

  • 使用 Azure Load Balancer 的前端 IP 位址,透過輸出規則進行輸出。
  • 將 Azure 公用 IP 指派給 VM。

DNS 解析

根據預設,在 Azure 公用 MEC 中執行的所有服務都會使用父 Azure 區域中的 DNS 基礎結構。

下一步

若要了解 Azure 公用 MEC 中的部署考量,請前往閱讀下列文章: