Skip to content

Commit

Permalink
Merge pull request #9427 from Azure/v-sabiraj-parameterssamplefile
Browse files Browse the repository at this point in the history
Create azuredeploy_parameters.json
  • Loading branch information
v-sabiraj authored Nov 20, 2023
2 parents f87a3b8 + 36aabcf commit 264bde4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Solutions/azuredeploy_parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"type": "string",
"minLength": 1,
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Not used, but needed to pass arm-ttk test `Location-Should-Not-Be-Hardcoded`. We instead use the `workspace-location` which is derived from the LA workspace"
}
},
"workspace-location": {
"value": {}
},
"workspace": {
"value": {}
},
"workbook1-name": {
"value": {}
}
}
}

0 comments on commit 264bde4

Please sign in to comment.