Skip to content

Commit

Permalink
Merge pull request #7776 from snpdev/master
Browse files Browse the repository at this point in the history
Change PostgreSQL to MySQL in description text
  • Loading branch information
bmoore-msft committed Jul 8, 2020
2 parents 7d1bbd2 + 9ef9fcf commit 7c549d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 101-webapp-managed-mysql/azuredeploy.json
Expand Up @@ -34,7 +34,7 @@
32
],
"metadata": {
"description": "Azure database for PostgreSQL compute capacity in vCores (2,4,8,16,32)"
"description": "Azure database for MySQL compute capacity in vCores (2,4,8,16,32)"
}
},
"databaseSkuName": {
Expand All @@ -53,7 +53,7 @@
"MO_Gen5_32"
],
"metadata": {
"description": "Azure database for PostgreSQL sku name "
"description": "Azure database for MySQL sku name "
}
},
"databaseSkuSizeMB": {
Expand All @@ -64,7 +64,7 @@
],
"defaultValue": 51200,
"metadata": {
"description": "Azure database for PostgreSQL Sku Size "
"description": "Azure database for MySQL Sku Size "
}
},
"databaseSkuTier": {
Expand All @@ -75,7 +75,7 @@
"MemoryOptimized"
],
"metadata": {
"description": "Azure database for PostgreSQL pricing tier"
"description": "Azure database for MySQL pricing tier"
}
},
"mysqlVersion": {
Expand All @@ -100,13 +100,13 @@
"type": "string",
"defaultValue": "Gen5",
"metadata": {
"description": "Azure database for PostgreSQL sku family"
"description": "Azure database for MySQL sku family"
}
}
},
"variables": {
"databaseName": "[concat(parameters('siteName'), 'database')]",
"serverName": "[concat(parameters('siteName'), 'pgserver')]",
"serverName": "[concat(parameters('siteName'), 'myserver')]",
"hostingPlanName": "[concat(parameters('siteName'), 'serviceplan')]"
},
"resources": [
Expand Down

0 comments on commit 7c549d6

Please sign in to comment.