Skip to content

Commit ba78852

Browse files
committed
Update article authors and miscl edits
1 parent a71678d commit ba78852

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

articles/public-multi-access-edge-compute-mec/considerations-for-deployment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Considerations for deployment in Azure public MEC Preview
33
description: Learn about considerations for customers to plan for before they deploy applications in an Azure public multi-access edge compute (MEC) solution.
4-
author: reemas-new
5-
ms.author: reemas
4+
author: m0nikama
5+
ms.author: monikama
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: conceptual
88
ms.date: 02/24/2022
@@ -11,7 +11,7 @@ ms.custom: template-concept
1111

1212
# Considerations for deployment in Azure public MEC Preview
1313

14-
Azure public multi-access edge compute (MEC) Preview sites are small-footprint extensions of Azure. They're placed in or near mobile operators' data centers in metro areas, and are designed to run workloads that require ultra-low latency while being attached to the mobile network. This article focuses on the considerations that customers should plan for before they deploy applications in the Azure public MEC.
14+
Azure public multi-access edge compute (MEC) Preview sites are small-footprint extensions of Azure. They're placed in or near mobile operators' data centers in metro areas, and are designed to run workloads that require low latency while being attached to the mobile network. This article focuses on the considerations that customers should plan for before they deploy applications in the Azure public MEC.
1515

1616
## Prerequisites
1717

@@ -76,8 +76,8 @@ Applications you deploy in the Azure public MEC can be made available and resili
7676
- Actively replicates VMs from the Azure public MEC to the parent region and makes them available to fail over and fail back if there's an outage.
7777
- Backs up VMs to prevent data corruption or lost data.
7878

79-
> [!NOTE]
80-
> The Azure Azure backup and disaster recover solution for Azure public MEC supports only Azure Virtual Machines.
79+
> [!NOTE]
80+
> The Azure Azure backup and disaster recover solution for Azure public MEC supports only Azure Virtual Machines.
8181
8282
A trade-off exists between availability and latency. Failing over the application from the Azure public MEC to the Azure region ensures that the application is available, but might increase the latency to the application.
8383

articles/public-multi-access-edge-compute-mec/key-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Key concepts for Azure public MEC Preview
33
description: Learn about important concepts for Azure public multi-access edge compute (MEC).
4-
author: reemas-new
5-
ms.author: reemas
4+
author: moushumig
5+
ms.author: moghosal
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: conceptual
88
ms.date: 02/24/2022

articles/public-multi-access-edge-compute-mec/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What is Azure public MEC Preview?
33
description: Learn about the benefits of Azure public multi-access edge compute (MEC) and how it works.
4-
author: reemas-new
5-
ms.author: reemas
4+
author: dahliacanter
5+
ms.author: dahliac
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: overview
88
ms.date: 02/24/2022
@@ -11,7 +11,7 @@ ms.custom: template-overview
1111

1212
# What is Azure public MEC Preview?
1313

14-
Azure public multi-access edge compute (MEC) Preview sites are small-footprint extensions of Azure. They're placed in or near mobile operators' data centers in metro areas, and are designed to run workloads that require ultra-low latency while being attached to the mobile network. Azure public MEC is offered in partnership with the operators. The placement of the infrastructure offers lower latency for applications that are accessed from mobile devices connected to the 5G mobile network.
14+
Azure public multi-access edge compute (MEC) Preview sites are small-footprint extensions of Azure. They're placed in or near mobile operators' data centers in metro areas, and are designed to run workloads that require low latency while being attached to the mobile network. Azure public MEC is offered in partnership with the operators. The placement of the infrastructure offers lower latency for applications that are accessed from mobile devices connected to the 5G mobile network.
1515

1616
Azure public MEC provides secure, reliable, high-bandwidth connectivity between applications that run close to the user while being served by the Microsoft global network. Azure public MEC offers a set of Azure services like Azure Virtual Machines, Azure Load Balancer, and Azure Kubernetes for Edge, with the ability to leverage and connect to other Azure services available in the Azure region.
1717

@@ -67,7 +67,7 @@ The following diagram explains how services are deployed at the Azure public MEC
6767
Azure public MEC solutions are available in partnership with mobile network operators. The current operator partnerships are as follows:
6868

6969
- AT&T: Atlanta, Dallas (more sites to follow)
70-
- Singtel: Singapore.
70+
- Singtel: Coming soon
7171

7272
## Next steps
7373

articles/public-multi-access-edge-compute-mec/quickstart-create-vm-arm-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Quickstart: Deploy a virtual machine in Azure public MEC Preview using an ARM template'
33
description: In this quickstart, learn how to deploy a virtual machine in Azure public multi-access edge compute (MEC) by using an Azure Resource Manager template.
4-
author: reemas-new
5-
ms.author: reemas
4+
author: kunaltelang
5+
ms.author: kutelang
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: quickstart
88
ms.date: 02/24/2022
@@ -30,7 +30,7 @@ In this quickstart, you learn how to use an Azure Resource Manager (ARM) templat
3030

3131
1. Review the following example ARM template.
3232

33-
Every resource you deploy in Azure public MEC has an extra attribute named `extendedLocation`, which Azure adds to the resource provider. The following example ARM template deploys these resources:
33+
Every resource you deploy in Azure public MEC has an extra attribute named `extendedLocation`, which Azure adds to the resource provider. The example ARM template deploys these resources:
3434

3535
- Virtual network
3636
- Public IP address

articles/public-multi-access-edge-compute-mec/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ items:
2929
href: tutorial-create-vm-using-python-sdk.md
3030
- name: Resources
3131
items:
32+
- name: Azure public MEC product page
33+
href: https://go.microsoft.com/fwlink/?linkid=2186926
3234
- name: Azure Marketplace
3335
href: https://azuremarketplace.microsoft.com/marketplace/
3436
- name: Azure Roadmap

articles/public-multi-access-edge-compute-mec/tutorial-create-vm-using-go-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Tutorial: Deploy resources in Azure public MEC Preview using the Go SDK'
33
description: In this tutorial, learn how to deploy resources in Azure public multi-access edge compute (MEC) by using the Go SDK.
4-
author: reemas-new
5-
ms.author: reemas
4+
author: vsmsft
5+
ms.author: vivekshah
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: tutorial
88
ms.date: 02/24/2022

articles/public-multi-access-edge-compute-mec/tutorial-create-vm-using-python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Tutorial: Deploy a virtual machine in Azure public MEC Preview using the Python SDK'
33
description: This tutorial demonstrates how to use Azure SDK management libraries in a Python script to create a resource group in Azure public multi-access edge compute (MEC) that contains a Linux virtual machine.
4-
author: reemas-new
5-
ms.author: reemas
4+
author: adhgupta
5+
ms.author: adhipgupta
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: tutorial
88
ms.date: 02/24/2022

0 commit comments

Comments
 (0)