Skip to content

Commit

Permalink
Fix minor spelling errors in description elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Downard committed Apr 11, 2016
1 parent e1ee55d commit b60a9e8
Show file tree
Hide file tree
Showing 45 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion 101-redis-cache/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"redisCacheLocation": {
"type": "string",
"metadata": {
"description": "The location of the Redis Cache. For best perfomance, use the same location as the app to be used with the cache."
"description": "The location of the Redis Cache. For best performance, use the same location as the app to be used with the cache."
}
},
"redisCacheSKU": {
Expand Down
8 changes: 4 additions & 4 deletions 101-site-to-site-vpn-create/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "string",
"defaultValue": "localGateway",
"metadata": {
"description": "Aribtary name for gateway resource representing "
"description": "Arbitrary name for gateway resource representing "
}
},
"localGatewayIpAddress": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"type": "string",
"defaultValue": "Subnet1",
"metadata": {
"description": "Aribtrary name for the Azure Subnet"
"description": "Arbitrary name for the Azure Subnet"
}
},
"subnetPrefix": {
Expand All @@ -92,14 +92,14 @@
"type": "string",
"defaultValue": "10.3.200.0/29",
"metadata": {
"description": "CIDR block for gateway subnet, subsset of azureVNetAddressPrefix address space"
"description": "CIDR block for gateway subnet, subset of azureVNetAddressPrefix address space"
}
},
"gatewayPublicIPName": {
"type": "string",
"defaultValue": "azureGatewayIP",
"metadata": {
"description": "Aribtary name for public IP resource used for the new azure gateway"
"description": "Arbitrary name for public IP resource used for the new azure gateway"
}
},
"gatewayName": {
Expand Down
2 changes: 1 addition & 1 deletion 101-vm-from-user-image/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"adminUserName": {
"type": "string",
"metadata": {
"description": "UserName for the Virtual Machine"
"description": "User Name for the Virtual Machine"
}
},
"adminPassword": {
Expand Down
2 changes: 1 addition & 1 deletion 101-vm-tags/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Deploy a simple Windows VM with tags",
"description": "This template allows you to deploy a simple Windows VM with tags using a few different options for the Windows version, using the latest patched version. This will deploy in West US on a D1 VM Size. This will include tags on the Virtual Machine, Storage Account, Publib IP, and the Virtual Network.",
"description": "This template allows you to deploy a simple Windows VM with tags using a few different options for the Windows version, using the latest patched version. This will deploy in West US on a D1 VM Size. This will include tags on the Virtual Machine, Storage Account, Public IP, and the Virtual Network.",
"summary": "This template takes a minimum amount of parameters and deploys a Windows VM with tags, using the latest patched version.",
"githubUsername": "mmccrory",
"dateUpdated": "2015-12-21"
Expand Down
2 changes: 1 addition & 1 deletion 101-vm-user-image-data-disks/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"adminUserName": {
"type": "string",
"metadata": {
"description": "UserName for the Virtual Machine"
"description": "User Name for the Virtual Machine"
}
},
"adminPassword": {
Expand Down
2 changes: 1 addition & 1 deletion 101-vm-with-rdp-port/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Virtual machine with an RDP port",
"description": "Creates a vrtual machine and creates a NAT rule for RDP to the VM in load balancer",
"description": "Creates a virtual machine and creates a NAT rule for RDP to the VM in load balancer",
"summary": "Creates a virtual machine with RDP port",
"githubUsername": "mmarch",
"dateUpdated": "2015-12-22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"adminUserName": {
"type": "string",
"metadata": {
"description": "This is the the username you wish to assign to your VMs admin account"
"description": "This is the username you wish to assign to your VMs admin account"
}
},
"adminPassword": {
"type": "securestring",
"metadata": {
"description": "This is the the password you wish to assign to your VMs admin account"
"description": "This is the password you wish to assign to your VMs admin account"
}
},
"vmSize": {
Expand Down
2 changes: 1 addition & 1 deletion 201-redis-premium-cluster-diagnostics/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"redisCacheLocation": {
"type": "string",
"metadata": {
"description": "The location of the Redics Cache. For best perfomance, use the same location as the app to be used with the cache."
"description": "The location of the Redis Cache. For best performance, use the same location as the app to be used with the cache."
}
},
"redisShardCount": {
Expand Down
2 changes: 1 addition & 1 deletion 201-redis-premium-persistence/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"redisCacheLocation": {
"type": "string",
"metadata": {
"description": "The location of the Redis Cache. For best perfomance, use the same location as the app to be used with the cache."
"description": "The location of the Redis Cache. For best performance, use the same location as the app to be used with the cache."
}
},
"redisCacheCapacity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"redisCacheLocation": {
"type": "string",
"metadata": {
"description": "The location of the Redics Cache. For best perfomance, use the same location as the app to be used with the cache."
"description": "The location of the Redis Cache. For best performance, use the same location as the app to be used with the cache."
}
},
"redisShardCount": {
Expand Down
6 changes: 3 additions & 3 deletions 201-site-to-site-vpn/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"type": "string",
"defaultValue": "Subnet1",
"metadata": {
"description": "Aribtrary name for the Azure Subnet"
"description": "Arbitrary name for the Azure Subnet"
}
},
"subnetPrefix": {
Expand All @@ -83,14 +83,14 @@
"type": "string",
"defaultValue": "10.3.200.0/29",
"metadata": {
"description": "CIDR block for gateway subnet, subsset of azureVNetAddressPrefix address space"
"description": "CIDR block for gateway subnet, subset of azureVNetAddressPrefix address space"
}
},
"gatewayPublicIPName": {
"type": "string",
"defaultValue": "azureGatewayIP",
"metadata": {
"description": "Aribtary name for public IP resource used for the new azure gateway"
"description": "Arbitrary name for public IP resource used for the new azure gateway"
}
},
"gatewayName": {
Expand Down
2 changes: 1 addition & 1 deletion 201-vm-custom-image-new-storage-account/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"minLength": 3,
"maxLength": 15,
"metadata": {
"description": "Name of the Windows VM that will perform the copy of the VHD from a source storage account to the new storage account created in the new deployement, this is known as transfer vm."
"description": "Name of the Windows VM that will perform the copy of the VHD from a source storage account to the new storage account created in the new deployment, this is known as transfer vm."
}
},
"vmSize": {
Expand Down
2 changes: 1 addition & 1 deletion 201-vm-custom-image-new-storage-account/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Create VM from a custom image in new storage account",
"description": "This template allows you to create a new Virtual Machine from a custom image on a new storage account deployed togheter with the storage account, which means the source image VHD must be transfered to the newly created storage account before that Virtual Machine is deployed. This is accomplished by the usage of a transfer virtual machine that is deployed and then uses a script via custom script extension to copy the source VHD to the destination storage account.",
"description": "This template allows you to create a new Virtual Machine from a custom image on a new storage account deployed together with the storage account, which means the source image VHD must be transferred to the newly created storage account before that Virtual Machine is deployed. This is accomplished by the usage of a transfer virtual machine that is deployed and then uses a script via custom script extension to copy the source VHD to the destination storage account.",
"summary": "Create a new VM on a new storage account from a custom image.",
"githubUsername": "paulomarquesc",
"dateUpdated": "2016-03-25"
Expand Down
2 changes: 1 addition & 1 deletion 201-vm-monitoring-diagnostics-extension/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"existingdiagnosticsStorageAccountName": {
"type": "string",
"metadata": {
"description": "The name of an existing storage account to which diagnostics data will be transfered."
"description": "The name of an existing storage account to which diagnostics data will be transferred."
}
},
"existingdiagnosticsStorageResourceGroup": {
Expand Down
2 changes: 1 addition & 1 deletion 201-vmss-automation-dsc/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"type": "string",
"defaultValue": "myAutomationAccount",
"metadata": {
"description": "The name of the Automation account to use. Check the SKU and tags to make sure they match the exisitng account."
"description": "The name of the Automation account to use. Check the SKU and tags to make sure they match the existing account."
}
},
"automationRegionId": {
Expand Down
2 changes: 1 addition & 1 deletion 201-vmss-internal-loadbalancer/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Deploy a VM Scale Set with Linux VMs behind ILB",
"description": "This template allows you to deploy a VM Scale Set of Linux VMs using the lastest patched version of Ubuntu Linux 15.10 or 14.04.4-LTS. These VMs are behind an internal load balancer with NAT rules for ssh connections.",
"description": "This template allows you to deploy a VM Scale Set of Linux VMs using the latest patched version of Ubuntu Linux 15.10 or 14.04.4-LTS. These VMs are behind an internal load balancer with NAT rules for ssh connections.",
"summary": "This template deploys a VM Scale Set of Linux VMs behind an internal load balancer with NAT rules for ssh connections.",
"githubUsername": "gatneil",
"dateUpdated": "2016-04-04"
Expand Down
2 changes: 1 addition & 1 deletion 201-vmss-linux-nat/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Deploy a simple VM Scale Set with Linux VMs",
"description": "This template allows you to deploy a simple VM Scale Set of Linux VMs using the lastest patched version of Ubuntu Linux 15.10 or 14.04.4-LTS. These VMs are behind a load balancer with NAT rules for ssh connections.",
"description": "This template allows you to deploy a simple VM Scale Set of Linux VMs using the latest patched version of Ubuntu Linux 15.10 or 14.04.4-LTS. These VMs are behind a load balancer with NAT rules for ssh connections.",
"summary": "This template deploys a VM Scale Set of Linux VMs behind a load balancer with NAT rules for ssh connections.",
"githubUsername": "gatneil",
"dateUpdated": "2016-04-04"
Expand Down
2 changes: 1 addition & 1 deletion 201-vmss-ubuntu-autoscale/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Deploy a VM Scale Set with Linux VMs and Auto Scale",
"description": "This template allows you to deploy a simple VM Scale Set of Linux VMs using the lastest patched version of Ubuntu Linux 15.04 or 14.04.4-LTS. These VMs are behind a load balancer with NAT rules for ssh connections.They also have Auto Scale integrated",
"description": "This template allows you to deploy a simple VM Scale Set of Linux VMs using the latest patched version of Ubuntu Linux 15.04 or 14.04.4-LTS. These VMs are behind a load balancer with NAT rules for ssh connections.They also have Auto Scale integrated",
"summary": "This template deploys a VM Scale Set of Linux VMs behind a load balancer with NAT rules for ssh connections and Auto scale integrated",
"githubUsername": "madhana",
"dateUpdated": "2016-04-04"
Expand Down
2 changes: 1 addition & 1 deletion 201-vmss-windows-autoscale/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Deploy a VM Scale Set with Windows VMs and Auto Scale",
"description": "This template allows you to deploy a simple VM Scale Set of Windows VMs using the lastest patched version of Windows 2008-R2-SP1, 2012-Datacenter, or 2012-R2-Datacenter. These VMs are behind a load balancer with NAT rules for RDP connections.They also have Auto Scale integrated",
"description": "This template allows you to deploy a simple VM Scale Set of Windows VMs using the latest patched version of Windows 2008-R2-SP1, 2012-Datacenter, or 2012-R2-Datacenter. These VMs are behind a load balancer with NAT rules for RDP connections. They also have Auto Scale integrated",
"summary": "This template deploys a VM Scale Set of Windows VMs behind a load balancer with NAT rules for RDP connections and Auto scale integrated",
"githubUsername": "gatneil",
"dateUpdated": "2015-12-31"
Expand Down
4 changes: 2 additions & 2 deletions 201-vmss-windows-customimage/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"adminUsername": {
"type": "string",
"metadata": {
"description": "The Username of the admininstrative user for each VM instance created"
"description": "The Username of the administrative user for each VM instance created"
}
},
"adminPassword": {
"type": "securestring",
"metadata": {
"description": "The Password of the admininstrative user for each VM instance created"
"description": "The Password of the administrative user for each VM instance created"
}
},
"location": {
Expand Down
2 changes: 1 addition & 1 deletion 201-web-app-vm-dsc/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Create, configure and deploy Web Application to an Azure VM",
"description": "Create and configure a Windows VM with SQL Azure database, and deploy web applicatino to the environment using PowerShell DSC",
"description": "Create and configure a Windows VM with SQL Azure database, and deploy web application to the environment using PowerShell DSC",
"summary": "This template creates a VM with webdeploy enabled, and deploys the Web Application using DSC extension",
"githubUsername": "CawaMS",
"dateUpdated": "2015-11-05"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"itemDisplayName": "Create 2 VMs Linux with LB and SQL Server VM with SSD.",
"description": "This template creates 2 Linux VMs (that can be used as web FE) with in an Availability Set and a Load Balancer with port 80 open. The two VMs can be reached using SSH on port 6001 and 6002. This template also create a SQL Server 2014 VM that can be reached via RDP connection defined in a Network Security Group.All VMs storage can use Premium Storage (SSD) and you can choose to creare VMs with all DS sizes",
"description": "This template creates 2 Linux VMs (that can be used as web FE) with in an Availability Set and a Load Balancer with port 80 open. The two VMs can be reached using SSH on port 6001 and 6002. This template also create a SQL Server 2014 VM that can be reached via RDP connection defined in a Network Security Group. All VMs storage can use Premium Storage (SSD) and you can choose to creare VMs with all DS sizes",
"summary": "This template creates 2 VMs Linux as Front End and SQL Server VM as backend.",
"githubUsername": "pietrobr",
"dateUpdated": "2015-10-16"
Expand Down
2 changes: 1 addition & 1 deletion 301-custom-images-at-scale/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Standard_D14"
],
"metadata": {
"description": "Size of the VM used to transfer the VM image to various storage acounts."
"description": "Size of the VM used to transfer the VM image to various storage accounts."
}
},
"computeVMSize": {
Expand Down
2 changes: 1 addition & 1 deletion active-directory-new-domain/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"adminPassword": {
"type": "securestring",
"metadata": {
"description": "The password forthe Administrator account of the new VM and Domain"
"description": "The password for the Administrator account of the new VM and Domain"
}
},
"adVMSize": {
Expand Down
4 changes: 2 additions & 2 deletions ansible-advancedlinux/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
"type": "string",
"defaultValue": "DEV",
"metadata": {
"description": "Servers purpose, for instance development, test, pre-production, production.A tag will be created with the provided value"
"description": "Servers purpose, for instance development, test, pre-production, production. A tag will be created with the provided value"
}
},
"numberOfVms": {
"type": "int",
"defaultValue": 3,
"metadata": {
"description": "Number of VMs.The template will create N number of identical VMs"
"description": "Number of VMs. The template will create N number of identical VMs"
}
},
"adminUsername": {
Expand Down
4 changes: 2 additions & 2 deletions ansible-advancedlinux/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"itemDisplayName": "Setup Ansible to efficiently manage N Linux VMs",
"description": "This advanced template deploys N Linux VMs ( Ubuntu) and it configures Ansible so you can easily manage all the VMS from the Ansible Controller VM.Additionally,it will execute an ansible Playbook that creates a RAID with all the available data disks. Don't suffer more pain configuring and managing all your VMs , just use Ansible! Ansible is a very powerful masterless configuration management system based on SSH.Do you need 1 or 10 or 100 VMs? It won't make any difference with Ansible playbooks, just apply consisten configuration to all your VMS",
"summary": "Manage all your Linux VMs efficiently with Ansible.This awesome template deploys N Linux VMs and it configures Ansible.Then it executes an Ansible playbook that will RAID all the available data disks",
"description": "This advanced template deploys N Linux VMs ( Ubuntu) and it configures Ansible so you can easily manage all the VMS from the Ansible Controller VM. Additionally, it will execute an ansible Playbook that creates a RAID with all the available data disks. Don't suffer more pain configuring and managing all your VMs , just use Ansible! Ansible is a very powerful masterless configuration management system based on SSH. Do you need 1 or 10 or 100 VMs? It won't make any difference with Ansible playbooks, just apply consistent configuration to all your VMS",
"summary": "Manage all your Linux VMs efficiently with Ansible. This awesome template deploys N Linux VMs and it configures Ansible. Then it executes an Ansible playbook that will RAID all the available data disks",
"githubUsername": "GONZALORUIZ",
"dateUpdated": "2016-03-23"
}
2 changes: 1 addition & 1 deletion anti-malware-extension-windows-vm/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"type": "string",
"defaultValue": "10.0.0.0/24",
"metadata": {
"description": "Subnet 1 adress space"
"description": "Subnet 1 address space"
}
},
"nicName": {
Expand Down
4 changes: 2 additions & 2 deletions bitcore-centos-vm/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"adminUsername": {
"type": "string",
"metadata": {
"description": "This is the the username you wish to assign to your VMs admin account"
"description": "This is the username you wish to assign to your VMs admin account"
}
},
"adminPassword": {
"type": "securestring",
"metadata": {
"description": "This is the the password you wish to assign to your VMs admin account"
"description": "This is the password you wish to assign to your VMs admin account"
}
},
"vmSize": {
Expand Down
4 changes: 2 additions & 2 deletions bosh-setup/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"itemDisplayName": "BOSH Setup",
"description": "This template helps you setup a development environment where you can delpoy BOSH and Cloud Foundy.",
"summary": "This template helps you setup a development environment where you can delpoy BOSH and Cloud Foundry.",
"description": "This template helps you setup a development environment where you can deploy BOSH and Cloud Foundry.",
"summary": "This template helps you setup a development environment where you can deploy BOSH and Cloud Foundry.",
"githubUsername": "bingosummer",
"dateUpdated": "2016-04-01"
}
2 changes: 1 addition & 1 deletion cloudera-on-centos/ds13.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Resource Group Name for Vnet. For new VNet, use the same resource group for the cluster. O stherwise, type in existing resource group name"
"description": "Resource Group Name for Vnet. For new VNet, use the same resource group for the cluster. O otherwise, type in existing resource group name"
}
},
"subnetName": {
Expand Down
Loading

0 comments on commit b60a9e8

Please sign in to comment.