Skip to content

Commit 12b98f9

Browse files
committed
Fix warnings
1 parent cfedad0 commit 12b98f9

9 files changed

+19
-18
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: conceptual
8-
ms.date: 02/23/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-concept
1010
---
1111

@@ -74,9 +74,10 @@ Applications you deploy in the Azure public MEC can be made available and resili
7474

7575
- Use the [Azure backup and disaster recover solution](/azure/architecture/framework/resiliency/backup-and-recovery), which provides [Azure Site Recovery](/azure/site-recovery/site-recovery-overview) and Azure Backup features. This solution:
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.
77-
- Backs up VMs to prevent data corruption or lost.
77+
- Backs up VMs to prevent data corruption or lost data.
7878

79-
>[!NOTE] 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.
8081
8182
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.
8283

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page # Required
1111
author: reemas-new # Required; your GitHub user alias, with correct capitalization.
1212
ms.author: reemas # Required; microsoft alias of author; optional team alias.
13-
ms.date: 02/22/2022
13+
ms.date: 02/24/2022
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1616

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: conceptual
8-
ms.date: 02/23/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-concept
1010
---
1111

@@ -15,15 +15,15 @@ This document describes important concepts for Azure public multi-access edge co
1515

1616
## ExtendedLocation
1717

18-
All resource providers provide an additional field called [extendedLocation](/javascript/api/@azure/arm-compute/extendedlocation?view=azure-node-latest), which you use to deploy resources in the Azure public MEC.
18+
All resource providers provide an additional field called [extendedLocation](/javascript/api/@azure/arm-compute/extendedlocation), which you use to deploy resources in the Azure public MEC.
1919

2020
### Azure Edge Zone ID
2121

2222
Every Azure public MEC site has an Azure Edge Zone ID. This ID is one of the attributes for `extendedLocation` to differentiate sites.
2323

2424
### Azure CLI and SDKs
2525

26-
SDKs for services supported in Azure public MEC have been updated. You can follow the [Python](tutotrial-create-vm-using-python-sdk.md), [Go](Tutorial-Crete-VM-using-GoSdk.md) and [Azure CLI](quickstart-create-vm-cli.md) documents that provide a guide on how to use them for deployments.
26+
SDKs for services supported in Azure public MEC have been updated. For information about how to use these SDK for deployment, see [Tutorial: Deploy resources in Azure public MEC using the Go SDK](tutorial-create-vm-using-go-sdk.md), [Tutorial: Deploy a virtual machine in Azure public MEC using Python SDK](tutorial-create-vm-using-python-sdk.md), and [Quickstart: Deploy a virtual machine in Azure public MEC using Azure CLI](quickstart-create-vm-cli.md).
2727

2828
### ARM templates
2929

@@ -72,7 +72,7 @@ Azure Bastion is a service you deploy that lets you connect to a virtual machine
7272

7373
### Azure Load Balancer
7474

75-
The Azure public MEC supports the "Standard" Load Balancer SKU.
75+
The Azure public MEC supports the Standard Load Balancer SKU.
7676

7777
### Network Security Groups
7878

@@ -88,10 +88,10 @@ Azure public MEC only supports creating Standard SSD Managed DiskS. All other st
8888

8989
### Default outbound access
9090

91-
Because [default outbound access](/azure/virtual-network/ip-services/default-outbound-access) isn't supported on the public MEC, use a method in the following table to manage your outbound connectivity:
91+
Because [default outbound access](/azure/virtual-network/ip-services/default-outbound-access) isn't supported on the public MEC, manage your outbound connectivity by using a method in the following table:
9292

9393
\# | Method
94-
--- | -----
94+
-- | ------
9595
1 | Use the frontend IP addresses of a Load Balancer for outbound via outbound rules.
9696
2 | Assign a public IP to the VM.
9797

@@ -104,4 +104,4 @@ By default, all services running in the Azure public MEC use the DNS infrastruct
104104
To deploy a virtual machine in Azure public MEC using an ARM template, advance to the following article:
105105

106106
> [!div class="nextstepaction"]
107-
> [Quickstart: Deploy a virtual machine in Azure public MEC using an ARM template](quickstart-create-vm-using-go.md)
107+
> [Quickstart: Deploy a virtual machine in Azure public MEC using an ARM template](quickstart-create-vm-using-go-sdk.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: overview
8-
ms.date: 02/23/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-overview
1010
---
1111

@@ -59,7 +59,7 @@ The following key services are available in Azure public MEC:
5959

6060
The following diagram explains how services are deployed at the Azure public MEC location. With this capability, enterprises and developers can deploy the customer workloads closer to their users.
6161

62-
:::image type="content" source="./media/overview/azure-public-mec_service-deployment.png" alt-text="Diagram showing Azure public MEC service deployment.":::
62+
:::image type="content" source="./media/overview/azure-public-mec-service-deployment.png" alt-text="Diagram showing Azure public MEC service deployment.":::
6363

6464
Partnership with operators
6565
Azure public MEC solutions will be available in partnership with mobile network operators. The current operator partnerships are as follows:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: quickstart
8-
ms.date: 02/18/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-quickstart, devx-track-azurecli
1010
---
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: quickstart
8-
ms.date: 02/18/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-quickstart, devx-track-azurecli
1010
---
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: tutorial
8-
ms.date: 02/18/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-tutorial
1010
---
1111

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
@@ -5,7 +5,7 @@ author: reemas-new
55
ms.author: reemas
66
ms.service: public-multi-access-edge-compute-mec
77
ms.topic: tutorial
8-
ms.date: 02/18/2022
8+
ms.date: 02/24/2022
99
ms.custom: template-tutorial, devx-track-azurecli
1010
---
1111

@@ -293,4 +293,4 @@ az group delete --name PythonAzureExample-VM-rg --yes
293293
To contact the Azure public MEC product team:
294294

295295
> [!div class="nextstepaction"]
296-
> [Azure public MEC product team](aka.ms/azurepublicmec)
296+
> [Azure public MEC product team](https://aka.ms/azurepublicmec)

0 commit comments

Comments
 (0)