Skip to content

Commit d731a2c

Browse files
authored
Merge pull request #98466 from cynthn/seo-2
SEO work - 2
2 parents 0311fc4 + 4071ffb commit d731a2c

8 files changed

+15
-15
lines changed

articles/virtual-machines/linux/migration-classic-resource-manager-deep-dive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Technical deep dive on platform-supported migration from classic to Azure Resource Manager
3-
description: This article does a technical deep dive on platform-supported migration of resources from classic to Azure Resource Manager
2+
title: Classic to Azure Resource Manager migration technical deep dive
3+
description: Technical deep dive on platform-supported migration of resources from the classic deployment model to Azure Resource Manager
44
services: virtual-machines-linux
55
documentationcenter: ''
66
author: singhkays

articles/virtual-machines/linux/migration-classic-resource-manager-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Planning for migration of IaaS resources from classic to Azure Resource Manager
2+
title: Planning for migration from classic to Azure Resource Manager
33
description: Planning for migration of IaaS resources from classic to Azure Resource Manager
44
services: virtual-machines-linux
55
documentationcenter: ''

articles/virtual-machines/linux/tutorial-create-vmss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial - Create a virtual machine scale set for Linux in Azure
3-
description: In this tutorial, you learn how to use the Azure CLI to create and deploy a highly available application on Linux VMs using a virtual machine scale set
2+
title: "Tutorial: Create a Windows virtual machine scale set"
3+
description: Learn how to use the Azure CLI to create and deploy a highly available application on Linux VMs using a virtual machine scale set
44
services: virtual-machine-scale-sets
55
documentationcenter: ''
66
author: cynthn

articles/virtual-machines/linux/using-cloud-init.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Overview of cloud-init support for Linux virtual machines in Azure
3-
description: Overview of cloud-init capabilities in Microsoft Azure
2+
title: Overview of cloud-init support for Linux VMs in Azure
3+
description: Overview of cloud-init capabilities to configure a VM at provisioning time in Azure.
44
services: virtual-machines-linux
55
documentationcenter: ''
66
author: danielsollondon

articles/virtual-machines/scripts/virtual-machines-linux-cli-sample-create-vm-nsg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure CLI Script Sample - Create two VMs with an internal and external NSG
3-
description: Azure CLI Script Sample - Create two VMs with internal and external NSG
2+
title: "CLI Sample: Create two VMs with an internal and external NSG"
3+
description: Create two VMs with internal and external NSG to secure network traffic using the Azure CLI.
44
services: virtual-machines-linux
55
documentationcenter: virtual-machines
66
author: cynthn
@@ -19,7 +19,7 @@ ms.author: cynthn
1919
ms.custom: mvc
2020
---
2121

22-
# Secure network traffic between virtual machines
22+
# Secure network traffic between virtual machines using an NSG
2323

2424
This script creates two virtual machines and secures incoming traffic to both. One virtual machine is accessible on the internet and has a network security group (NSG) configured to allow traffic on port 22 and port 80. The second virtual machine is not accessible on the internet, and has an NSG configured to only allow traffic from the first virtual machine.
2525

articles/virtual-machines/windows/migration-classic-resource-manager-deep-dive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Technical deep dive on platform-supported migration from classic to Azure Resource Manager
3-
description: This article does a technical deep dive on platform-supported migration of resources from classic to Azure Resource Manager
2+
title: Classic to Azure Resource Manager migration technical deep dive
3+
description: Technical deep dive on platform-supported migration of resources from the classic deployment model to Azure Resource Manager.
44
services: virtual-machines-windows
55
documentationcenter: ''
66
author: singhkays

articles/virtual-machines/windows/migration-classic-resource-manager-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Planning for migration of IaaS resources from classic to Azure Resource Manager
2+
title: Planning for migration from classic to Azure Resource Manager
33
description: Planning for migration of IaaS resources from classic to Azure Resource Manager
44
services: virtual-machines-windows
55
documentationcenter: ''

articles/virtual-machines/windows/tutorial-create-vmss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial - Create a virtual machine scale set for Windows in Azure
3-
description: In this tutorial, you learn how to use Azure PowerShell to create and deploy a highly available application on Windows VMs using a virtual machine scale set
2+
title: "Tutorial: Create a Windows virtual machine scale set"
3+
description: Learn how to use Azure PowerShell to create and deploy a highly available application on Windows VMs using a virtual machine scale set
44
services: virtual-machine-scale-sets
55
documentationcenter: ''
66
author: cynthn

0 commit comments

Comments
 (0)