Skip to content

Commit

Permalink
Refactoring and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akshata29 committed Mar 30, 2024
1 parent efbc16f commit bd862f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
],
"sku": {
"name": "Standard",
"capacity": "parameters('deploymentCapacity')"
"capacity": "[parameters('deploymentCapacity')]"
},
"properties": {
"model": {
Expand All @@ -427,7 +427,7 @@
],
"sku": {
"name": "Standard",
"capacity": "parameters('deploymentCapacity')"
"capacity": "[parameters('deploymentCapacity')]"
},
"properties": {
"model": {
Expand All @@ -448,7 +448,7 @@
],
"sku": {
"name": "Standard",
"capacity": "parameters('deploymentCapacity')"
"capacity": "[parameters('deploymentCapacity')]"
},
"properties": {
"model": {
Expand Down

0 comments on commit bd862f3

Please sign in to comment.