Skip to content

Commit 1d78b51

Browse files
committed
Fix blocking issues
1 parent 745d4b0 commit 1d78b51

File tree

8 files changed

+13
-14
lines changed

8 files changed

+13
-14
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ Applications you deploy in the Azure public MEC can be made available and resili
7272

7373
- Deploy resources in active/standby, with primary resources in the Azure public MEC and standby resources in the parent Azure region. If there's a failure in the Azure public MEC, the resources in the parent region become active.
7474

75-
- 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:
75+
- Use the [Azure backup and disaster recovery 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.
7777
- Backs up VMs to prevent data corruption or lost data.
7878

7979
> [!NOTE]
80-
> The Azure Azure backup and disaster recover solution for Azure public MEC supports only Azure Virtual Machines.
80+
> The Azure backup and disaster recovery 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

8484
## Next steps
8585

86-
To deploy a virtual machine in Azure public MEC using an ARM template, advance to the following article:
86+
To deploy a virtual machine in Azure public MEC using an Azure Resource Manager template, advance to the following article:
8787

8888
> [!div class="nextstepaction"]
89-
> [Quickstart: Deploy a virtual machine in Azure public MEC using an ARM template](quickstart-create-vm-arm-template.md)
89+
> [Quickstart: Deploy a virtual machine in Azure public MEC using an Azure Resource Manager template](quickstart-create-vm-azure-resource-manager-template.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ landingContent:
3838
- linkListType: quickstart
3939
links:
4040
- text: Create VM using ARM template
41-
url: quickstart-create-vm-arm-template.md
41+
url: quickstart-create-vm-azure-resource-manager-template.md
4242
- text: Create VM using Azure CLI
4343
url: quickstart-create-vm-cli.md
4444

@@ -47,7 +47,7 @@ landingContent:
4747
linkLists:
4848
- linkListType: tutorial
4949
links:
50-
- text: Create VM using GO SDK
50+
- text: Create VM using Go SDK
5151
url: tutorial-create-vm-using-go-sdk.md
5252
- text: Create VM using Python SDK
5353
url: tutorial-create-vm-using-python-sdk.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SDKs for services supported in Azure public MEC have been updated. For informati
2727

2828
## ARM templates
2929

30-
You can use ARM Templates to deploy resources in the Azure public MEC. Here's' an example of how `extendedLocation` is used in an Azure Resource Manager (ARM) template to deploy a virtual machine (VM):
30+
You can use ARM Templates to deploy resources in the Azure public MEC. Here's an example of how `extendedLocation` is used in an Azure Resource Manager (ARM) template to deploy a virtual machine (VM):
3131

3232
```json
3333
{
@@ -84,7 +84,7 @@ Resource Groups should be created in the parent Azure region, and then can be a
8484

8585
### Storage Services
8686

87-
Azure public MEC only supports creating Standard SSD Managed DiskS. All other storage services are currently not supported in the public MEC.
87+
Azure public MEC only supports creating Standard SSD Managed Disks. All other storage services are currently not supported in the public MEC.
8888

8989
### Default outbound access
9090

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ The following diagram explains how services are deployed at the Azure public MEC
6666

6767
Azure public MEC solutions are available in partnership with mobile network operators. The current operator partnerships are as follows:
6868

69-
- AT&T: Atlanta, Dallas (more sites to follow)
70-
- Singtel: Coming soon
69+
- AT&T: Atlanta, Dallas
7170

7271
## Next steps
7372

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ items:
1717
expanded: true
1818
items:
1919
- name: Create VM using ARM template
20-
href: quickstart-create-vm-arm-template.md
20+
href: quickstart-create-vm-azure-resource-manager-template.md
2121
- name: Create VM using Azure CLI
2222
href: quickstart-create-vm-cli.md
2323
displayName: az login, az account, az group, az vm, az network, jump server, SSH, Azure Virtual Network, VNet

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
@@ -226,7 +226,7 @@ func main() {
226226
227227
## Clean up resources
228228
229-
In this tutorial, you created a VM in Azure public MEC by using the Python SDK. If you don't expect to need these resources in the future, use the Azure portal to delete the resource group that you created.
229+
In this tutorial, you created a VM in Azure public MEC by using the Go SDK. If you don't expect to need these resources in the future, use the Azure portal to delete the resource group that you created.
230230
231231
## Next steps
232232

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
@@ -232,7 +232,7 @@ In this tutorial, you learn how to:
232232
233233
## Run the script in your development environment
234234

235-
1. Run the python script you copied from the previous section.
235+
1. Run the Python script you copied from the previous section.
236236

237237
```python
238238
python provision_vm_edge.py
@@ -278,7 +278,7 @@ To use SSH to connect to the VM in the Azure public MEC, the best method is to d
278278
ssh azureuser@<python-example-ip-edge>
279279
```
280280

281-
1. Ensure the Azure network security groups allow port 22 access to the VMs you create
281+
1. Ensure the Azure network security groups allow port 22 access to the VMs you create.
282282

283283
## Clean up resources
284284

0 commit comments

Comments
 (0)