From ea7108f71dab09175ff69322874d1bcba800a37a Mon Sep 17 00:00:00 2001 From: Christopher Bennage Date: Fri, 16 Mar 2018 15:28:47 -0700 Subject: [PATCH] Standardizing names (#452) * removing brand * name adjustment --- docs/building-blocks/extending-templates/index.md | 2 +- docs/reference-architectures/hybrid-networking/hub-spoke.md | 2 +- .../hybrid-networking/shared-services.md | 2 +- docs/reference-architectures/virtual-machines-linux/multi-vm.md | 2 +- docs/reference-architectures/virtual-machines-linux/n-tier.md | 2 +- .../reference-architectures/virtual-machines-linux/single-vm.md | 2 +- .../virtual-machines-windows/multi-vm.md | 2 +- docs/reference-architectures/virtual-machines-windows/n-tier.md | 2 +- .../virtual-machines-windows/single-vm.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/building-blocks/extending-templates/index.md b/docs/building-blocks/extending-templates/index.md index bc69bc224d3..4f8a358804a 100644 --- a/docs/building-blocks/extending-templates/index.md +++ b/docs/building-blocks/extending-templates/index.md @@ -8,7 +8,7 @@ ms.date: 06/09/2017 # Extend Azure Resource Manager template functionality -In 2016, the AzureCAT patterns & practices team created a set of Azure Resource Manager [template building blocks](https://github.com/mspnp/template-building-blocks/wiki) with the goal of simplifying resource deployment. Each building block contains a set of pre-built templates that deploy sets of resources specified by separate parameter files. +In 2016, the Microsoft patterns & practices team created a set of Azure Resource Manager [template building blocks](https://github.com/mspnp/template-building-blocks/wiki) with the goal of simplifying resource deployment. Each building block contains a set of pre-built templates that deploy sets of resources specified by separate parameter files. The building block templates are designed to be combined together to create larger and more complex deployments. For example, deploying a virtual machine in Azure requires a virtual network, storage accounts, and other resources. The [virtual network building block template](https://github.com/mspnp/template-building-blocks/wiki/VNet-(v1)) deploys a virtual network and subnets. The [virtual machine building block template](https://github.com/mspnp/template-building-blocks/wiki/Windows-and-Linux-VMs-(v1)) deploys storage accounts, network interfaces, and the actual VMs. You can then create a script or template to call both building block templates with their corresponding parameter files to deploy a complete architecture with one operation. diff --git a/docs/reference-architectures/hybrid-networking/hub-spoke.md b/docs/reference-architectures/hybrid-networking/hub-spoke.md index 85233c44166..b3f744f334b 100644 --- a/docs/reference-architectures/hybrid-networking/hub-spoke.md +++ b/docs/reference-architectures/hybrid-networking/hub-spoke.md @@ -112,7 +112,7 @@ A deployment for this architecture is available on [GitHub][ref-arch-repo]. It u Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. For CLI installation instructions, see [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/hybrid-networking/shared-services.md b/docs/reference-architectures/hybrid-networking/shared-services.md index 5a7a54b082e..85f1f1ce659 100644 --- a/docs/reference-architectures/hybrid-networking/shared-services.md +++ b/docs/reference-architectures/hybrid-networking/shared-services.md @@ -95,7 +95,7 @@ A deployment for this architecture is available on [GitHub][ref-arch-repo]. It u Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. For CLI installation instructions, see [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/virtual-machines-linux/multi-vm.md b/docs/reference-architectures/virtual-machines-linux/multi-vm.md index 8e0461dad88..951fee2ea87 100644 --- a/docs/reference-architectures/virtual-machines-linux/multi-vm.md +++ b/docs/reference-architectures/virtual-machines-linux/multi-vm.md @@ -129,7 +129,7 @@ A deployment for this architecture is available on [GitHub][github-folder]. It d Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. For CLI installation instructions, see [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/virtual-machines-linux/n-tier.md b/docs/reference-architectures/virtual-machines-linux/n-tier.md index 38c0236aaa2..388ee1d2215 100644 --- a/docs/reference-architectures/virtual-machines-linux/n-tier.md +++ b/docs/reference-architectures/virtual-machines-linux/n-tier.md @@ -119,7 +119,7 @@ A deployment for this reference architecture is available on [GitHub][github-fol Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. To install the CLI, follow the instructions in [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/virtual-machines-linux/single-vm.md b/docs/reference-architectures/virtual-machines-linux/single-vm.md index 56c5fe4472c..a03e29db581 100644 --- a/docs/reference-architectures/virtual-machines-linux/single-vm.md +++ b/docs/reference-architectures/virtual-machines-linux/single-vm.md @@ -156,7 +156,7 @@ A deployment for this architecture is available on [GitHub][github-folder]. It d Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. For CLI installation instructions, see [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/virtual-machines-windows/multi-vm.md b/docs/reference-architectures/virtual-machines-windows/multi-vm.md index bb6165f45ca..37e2e5b4454 100644 --- a/docs/reference-architectures/virtual-machines-windows/multi-vm.md +++ b/docs/reference-architectures/virtual-machines-windows/multi-vm.md @@ -129,7 +129,7 @@ A deployment for this architecture is available on [GitHub][github-folder]. It d Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. For CLI installation instructions, see [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/virtual-machines-windows/n-tier.md b/docs/reference-architectures/virtual-machines-windows/n-tier.md index e122e057483..eb5a84c0693 100644 --- a/docs/reference-architectures/virtual-machines-windows/n-tier.md +++ b/docs/reference-architectures/virtual-machines-windows/n-tier.md @@ -136,7 +136,7 @@ A deployment for this reference architecture is available on [GitHub][github-fol Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. To install the CLI, follow the instructions in [Install Azure CLI 2.0][azure-cli-2]. diff --git a/docs/reference-architectures/virtual-machines-windows/single-vm.md b/docs/reference-architectures/virtual-machines-windows/single-vm.md index ec960a4ca1a..6c62aa0dc53 100644 --- a/docs/reference-architectures/virtual-machines-windows/single-vm.md +++ b/docs/reference-architectures/virtual-machines-windows/single-vm.md @@ -138,7 +138,7 @@ A deployment for this architecture is available on [GitHub][github-folder]. It d Before you can deploy the reference architecture to your own subscription, you must perform the following steps. -1. Clone, fork, or download the zip file for the [AzureCAT reference architectures][ref-arch-repo] GitHub repository. +1. Clone, fork, or download the zip file for the [reference architectures][ref-arch-repo] GitHub repository. 2. Make sure you have the Azure CLI 2.0 installed on your computer. For CLI installation instructions, see [Install Azure CLI 2.0][azure-cli-2].