Added comments on valid sample

This commit is contained in:
Jovan Popovic
2020-01-17 17:09:57 +01:00
parent 1667b91610
commit 4924c875e0
2 changed files with 30 additions and 14 deletions
@@ -9,15 +9,22 @@
"type": "String"
},
"defaultDataLakeStorageAccountName": {
"type": "String"
"type": "String",
"metadata": {
"description": "Data Lake Storage account that you will use for Synapse Workspace."
}
},
"defaultDataLakeStorageFilesystemName": {
"type": "String"
"defaultValue": "workspace",
"type": "String",
"metadata": {
"description": "Container in Data Lake Storage account that you will use for Synapse Workspace."
}
},
"sqlAdministratorLogin": {
"type": "String"
},
"sqlAdministratorLoginPassword": {
"sqlAdministratorPassword": {
"type": "SecureString"
},
"setWorkspaceIdentityRbacOnFilesystem": {
@@ -37,15 +44,24 @@
},
"storageSubscriptionID": {
"defaultValue": "[subscription().subscriptionId]",
"type": "String"
"type": "String",
"metadata": {
"description": "Do not change this value if Data Lake Storage is placed in the same subscription as Synapse Workspace(recommended)."
}
},
"storageResourceGroupName": {
"defaultValue": "[resourceGroup().name]",
"type": "String"
"type": "String",
"metadata": {
"description": "Do not change this value if Data Lake Storage is placed in the same resource group as Synapse Workspace."
}
},
"storageLocation": {
"defaultValue": "[resourceGroup().location]",
"type": "String"
"type": "String",
"metadata": {
"description": "Do not change this value if Data Lake Storage is placed in the same region as Synapse Workspace(recommended)."
}
}
},
"variables": {
@@ -71,7 +87,7 @@
"computeSubnetId": "[parameters('poolSubnetId')]"
},
"sqlAdministratorLogin": "[parameters('sqlAdministratorLogin')]",
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorLoginPassword')]"
"sqlAdministratorLoginPassword": "[parameters('sqlAdministratorPassword')]"
},
"resources": [
{
@@ -3,19 +3,19 @@
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "jphome1"
"value": ""
},
"location": {
"value": "westeurope"
"value": ""
},
"defaultDataLakeStorageAccountName": {
"value": "jphome1"
"value": ""
},
"defaultDataLakeStorageFilesystemName": {
"value": "workspace"
"value": ""
},
"sqlAdministratorLogin": {
"value": "cloudSA"
"value": ""
},
"setWorkspaceIdentityRbacOnFilesystem": {
"value": true
@@ -33,10 +33,10 @@
"value": "9932f414-50cd-474d-8a1a-bf0649225d73"
},
"storageResourceGroupName": {
"value": "jphome1"
"value": ""
},
"storageLocation": {
"value": "westeurope"
"value": ""
}
}
}