Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 872100a

Browse files
Update hub.deployment.json
1 parent b77c1e1 commit 872100a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

deploy/Services/hub.deployment.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"sku": {
2727
"type": "string",
28-
"defaultValue": "S3",
28+
"defaultValue": "S1",
2929
"metadata": {
3030
"description": "The SKU of App Service Plan."
3131
}
@@ -125,8 +125,9 @@
125125
"name": "[format('{0}/{1}', parameters('serverName'), parameters('sqlDBName'))]",
126126
"location": "[parameters('location')]",
127127
"sku": {
128-
"name": "P2",
129-
"tier": "Premium"
128+
"name": "Basic",
129+
"tier": "Basic",
130+
"capacity": 5
130131
},
131132
"dependsOn": [
132133
"[resourceId('Microsoft.Sql/servers', parameters('serverName'))]"
@@ -146,4 +147,4 @@
146147
]
147148
}
148149
]
149-
}
150+
}

0 commit comments

Comments
 (0)