Skip to content

Commit b765131

Browse files
committed
Fix TOC nesting and remove Reference section, add preview info
1 parent 43c445f commit b765131

File tree

6 files changed

+100
-58
lines changed

6 files changed

+100
-58
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
### YamlMime:Landing
2+
3+
title: Azure public multi-access-edge compute (MEC) Preview documentation # < 60 chars
4+
summary: Learn how to use an Azure public MEC solution to develop and deploy latency-sensitive workloads at the 5G network edge integrated with Azure compute. # < 160 chars
5+
6+
metadata:
7+
title: Azure public multi-access-edge compute (MEC) Preview documentation # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Learn how to use Azure public MEC solution to develop and deploy latency-sensitive workloads at the 5G network edge integrated with Azure compute. # Required; article description that is displayed in search results. < 160 chars.
9+
ms.service: public-multi-access-edge-compute-mec # Required; service per approved list. service slug assigned to your service by ACOM.
10+
ms.topic: landing-page # Required
11+
author: reemas-new # Required; your GitHub user alias, with correct capitalization.
12+
ms.author: reemas # Required; microsoft alias of author; optional team alias.
13+
ms.date: 02/22/2022
14+
15+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
16+
17+
landingContent:
18+
# Cards and links should be based on top customer tasks or top subjects
19+
# Start card title with a verb
20+
21+
# Card
22+
- title: About Azure public multi-access-edge compute (MEC)
23+
linkLists:
24+
- linkListType: overview
25+
links:
26+
- text: What is Azure public MEC?
27+
url: overview.md
28+
- linkListType: concept
29+
links:
30+
- text: Deployment considerations for Azure public MEC
31+
url: Considerations for deployment on the public MEC.md
32+
- text: Public MEC prerequisites
33+
url: Public MEC prerequisites.md
34+
35+
# Card
36+
- title: Get started
37+
linkLists:
38+
- linkListType: quickstart
39+
links:
40+
- text: Create VM using ARM template
41+
url: quickstart-create-vm-arm-template.md
42+
- text: Create VM using Azure CLI
43+
url: quickstart-create-vm-cli.md
44+
45+
# Card
46+
- title: Tutorials
47+
linkLists:
48+
- linkListType: tutorial
49+
links:
50+
- text: Create VM using GO SDK
51+
url: quickstart-create-vm-arm-template.md
52+
- text: Create VM using Python SDK
53+
url: tutorial-create-vm-using-python-sdk.md

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Deploy a virtual machine in Azure public MEC using an ARM template'
2+
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 by using an Azure Resource Manager template.
44
author: reemas-new
55
ms.author: reemas
@@ -9,9 +9,9 @@ ms.date: 02/18/2022
99
ms.custom: template-quickstart, devx-track-azurecli
1010
---
1111

12-
# Quickstart: Deploy a virtual machine in Azure public MEC using an ARM template
12+
# Quickstart: Deploy a virtual machine in Azure public MEC Preview using an ARM template
1313

14-
In this quickstart, you learn how to use an Azure Resource Manager template (ARM template) to deploy an Ubuntu Linux virtual machine (VM) in Azure public multi-access edge compute (Azure public MEC).
14+
In this quickstart, you learn how to use an Azure Resource Manager template (ARM template) to deploy an Ubuntu Linux virtual machine (VM) in Azure public multi-access edge compute (MEC) Preview.
1515

1616
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1717

@@ -422,4 +422,4 @@ az group delete \--name myResourceGroup \--yes
422422
To deploy resources in Azure public MEC using the Go SDK, advance to the following tutorial:
423423

424424
> [!div class="nextstepaction"]
425-
> [Tutorial: Deploy resources in Azure public MEC using the Go SDK](tutorial-create-vm-using-go-sdk.md)
425+
> [Quickstart: Deploy a virtual machine in Azure public MEC using Azure CLI](quickstart-create-vm-cli.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Deploy a virtual machine in Azure public MEC using Azure CLI'
2+
title: 'Quickstart: Deploy a virtual machine in Azure public MEC Preview using Azure CLI'
33
description: In this quickstart, learn how to deploy a virtual machine in Azure public multi-access edge compute by using the Azure CLI.
44
author: reemas-new
55
ms.author: reemas
@@ -9,9 +9,9 @@ ms.date: 02/18/2022
99
ms.custom: template-quickstart, devx-track-azurecli
1010
---
1111

12-
# QuickStart: Deploy a virtual machine in Azure public MEC using Azure CLI
12+
# Quickstart: Deploy a virtual machine in Azure public MEC Preview using Azure CLI
1313

14-
In this quickstart, you learn how to use Azure CLI to deploy a Linux virtual machine (VM) in Azure public multi-access edge compute (MEC).
14+
In this quickstart, you learn how to use Azure CLI to deploy a Linux virtual machine (VM) in Azure public multi-access edge compute (MEC) Preview.
1515

1616
## Prerequisites
1717

@@ -132,4 +132,4 @@ az group delete \--name myResourceGroup \--yes
132132
To deploy a virtual machine in Azure public MEC using an ARM template, advance to the following tutorial:
133133

134134
> [!div class="nextstepaction"]
135-
> [Quickstart: Deploy a virtual machine in Azure public MEC using an ARM template](quickstart-create-vm-arm-template.md)
135+
> [Tutorial: Deploy resources in Azure public MEC using the Go SDK](tutorial-create-vm-using-go-sdk.md)
Lines changed: 33 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,42 @@
1+
items:
12
- name: Azure public multi-access edge compute documentation
23
href: index.yml
34
- name: Overview
45
expanded: true
56
items:
67
- name: What is the Azure public MEC?
7-
href: quickstart-create-vm-arm-template.md
8+
href: tbd.md
89
- name: Azure Public MEC partner solutions
9-
href: quickstart-create-vm-arm-template.md
10+
href: tbd.md
1011
- name: Edge connectivity using Metaswitch 5G Fusion Core
11-
- name: Quickstarts
12-
expanded: true
13-
items:
14-
- name: Create VM using ARM template
15-
href: quickstart-create-vm-arm-template.md
16-
- name: Create VM using Azure CLI
17-
href: quickstart-create-vm-cli.md
18-
- name: Tutorials
19-
items:
20-
- name: Create VM using Go SDK
21-
href: tutorial-create-vm-using-go-sdk.md
22-
- name: Create VM Python SDK
23-
href: tutorial-create-vm-using-python-sdk.md
24-
- name: Concepts
25-
items:
26-
- name: Considerations and pre-requisites
27-
href: quickstart-create-vm-arm-template.md
28-
- name: Comparisons
29-
href: quickstart-create-vm-arm-template.md
30-
- name: Resources
31-
items:
32-
- name: Azure private MEC product page
33-
href: https://go.microsoft.com/fwlink/?linkid=2165610
34-
- name: Azure Marketplace
35-
href: https://azuremarketplace.microsoft.com/marketplace/
36-
- name: Azure Roadmap
37-
href: https://azure.microsoft.com/roadmap/?category=networking
38-
- name: Blog
39-
href: https://azure.microsoft.com/blog/topics/networking
40-
- name: Reference
12+
href: tbd.md
13+
- name: Quickstarts
14+
expanded: true
15+
items:
16+
- name: Create VM using ARM template
17+
href: quickstart-create-vm-arm-template.md
18+
- name: Create VM using Azure CLI
19+
href: quickstart-create-vm-cli.md
20+
displayName: az login, az account, az group, az vm, az network, jump server, SSH, Azure Virtual Network, VNet
21+
- name: Tutorials
22+
items:
23+
- name: Create VM using Go SDK
24+
href: tutorial-create-vm-using-go-sdk.md
25+
- name: Create VM Python SDK
26+
href: tutorial-create-vm-using-python-sdk.md
27+
- name: Concepts
28+
items:
29+
- name: Considerations and pre-requisites
30+
href: tbd.md
31+
- name: Comparisons
32+
href: tbd.md
33+
- name: Resources
4134
items:
42-
- name: Azure VMs
43-
href: /azure/virtual-machines/
44-
- name: Azure CLI
45-
href: /cli/azure/
46-
- name: Azure AKS
47-
href: /azure/aks/
48-
- name: Powershell
49-
href: /powershell/module/
50-
- name: Storage
51-
href: /azure/?product=storage
52-
- name: Resource Manager Template
53-
href: /azure/templates/
35+
- name: Azure private MEC product page
36+
href: https://go.microsoft.com/fwlink/?linkid=2165610
37+
- name: Azure Marketplace
38+
href: https://azuremarketplace.microsoft.com/marketplace/
39+
- name: Azure Roadmap
40+
href: https://azure.microsoft.com/roadmap/?category=networking
41+
- name: Blog
42+
href: https://azure.microsoft.com/blog/topics/networking

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Deploy resources in Azure public MEC using the Go SDK'
2+
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 by using the Go SDK.
44
author: reemas-new
55
ms.author: reemas
@@ -9,9 +9,9 @@ ms.date: 02/18/2022
99
ms.custom: template-tutorial
1010
---
1111

12-
# Tutorial: Deploy resources in Azure public MEC using the Go SDK
12+
# Tutorial: Deploy resources in Azure public MEC Preview using the Go SDK
1313

14-
In this tutorial, you learn how to use the Go SDK to deploy resources in Azure public multi-access edge compute (MEC). The tutorial provides code snippets written in Go to deploy a virtual machine and public IP resources in an Azure public MEC solution. You can use the same model and template to deploy other resources and services that are supported for Azure public MEC. This article isn’t intended to be a tutorial on Go; it focuses only on the API calls required to deploy resources in Azure public MEC.
14+
In this tutorial, you learn how to use the Go SDK to deploy resources in Azure public multi-access edge compute (MEC) Preview. The tutorial provides code snippets written in Go to deploy a virtual machine and public IP resources in an Azure public MEC solution. You can use the same model and template to deploy other resources and services that are supported for Azure public MEC. This article isn’t intended to be a tutorial on Go; it focuses only on the API calls required to deploy resources in Azure public MEC.
1515

1616
For more information about Go, see [Azure for Go developers](/azure/developer/go/). For Go samples, see [Azure Go SDK samples](https://github.com/azure-samples/azure-sdk-for-go-samples).
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Deploy a virtual machine in Azure public MEC using Python SDK'
2+
title: 'Tutorial: Deploy a virtual machine in Azure public MEC Preview using Python SDK'
33
description: This tutorial demonstrates how to use the Azure SDK management libraries in a Python script to create a resource group in Azure public multi-access edge compute that contains a Linux virtual machine.
44
author: reemas-new
55
ms.author: reemas
@@ -9,9 +9,9 @@ ms.date: 02/18/2022
99
ms.custom: template-tutorial, devx-track-azurecli
1010
---
1111

12-
# Tutorial: Deploy a virtual machine in Azure public MEC using Python SDK
12+
# Tutorial: Deploy a virtual machine in Azure public MEC Preview using Python SDK
1313

14-
In this tutorial, you use Python SDK to deploy resources in Azure public multi-access edge compute (MEC). The tutorial provides Python code to deploy a virtual machine (VM) and its dependencies in Azure public MEC.
14+
In this tutorial, you use Python SDK to deploy resources in Azure public multi-access edge compute (MEC) Preview. The tutorial provides Python code to deploy a virtual machine (VM) and its dependencies in Azure public MEC.
1515

1616
For information about Python SDKs, see [Azure libraries for Python usage patterns](/azure/developer/python/azure-sdk-library-usage-patterns?tabs=pip).
1717

0 commit comments

Comments
 (0)