diff --git a/kafka-on-ubuntu/azuredeploy-parameters.json b/kafka-on-ubuntu/azuredeploy-parameters.json index cde4c18..b113efc 100644 --- a/kafka-on-ubuntu/azuredeploy-parameters.json +++ b/kafka-on-ubuntu/azuredeploy-parameters.json @@ -1,6 +1,6 @@ { "storageAccountName": { - "value": "armdeploykafkastr1" + "value": "armuiquekafkastr4" }, "adminUsername": { "value": "adminuser" diff --git a/spark-on-ubuntu/azuredeploy.json b/spark-on-ubuntu/azuredeploy.json index f501cf8..5ed49d4 100644 --- a/spark-on-ubuntu/azuredeploy.json +++ b/spark-on-ubuntu/azuredeploy.json @@ -142,7 +142,7 @@ "subnetRef": "[concat(variables('vnetID'),'/subnets/',parameters('subnetName'))]", "sourceImageName": "[concat('/',subscription().subscriptionId,'/services/images/',variables('vmSourceImageName'))]", "computerNamePrefix": "sparknode", - "scriptUrl": "https://raw.githubusercontent.com/CognosysTech/AzureDeploySparkV3/master/", + "scriptUrl": "https://raw.githubusercontent.com/CognosysTech/azure-quickstart-templates/master/spark-on-ubuntu/", "templateUrl": "[variables('scriptUrl')]", "sharedTemplateName": "shared-resources", "jumpboxTemplateName": "jumpbox-resources-", diff --git a/spark-on-ubuntu/shared-resources.json b/spark-on-ubuntu/shared-resources.json index 42499e0..f68d653 100644 --- a/spark-on-ubuntu/shared-resources.json +++ b/spark-on-ubuntu/shared-resources.json @@ -65,6 +65,8 @@ "name": "sparkCluserAS", "location": "[parameters('region')]", "properties": { + "platformFaultDomainCount": "[variables('platformFaultDomainCount')]", + "platformUpdateDomainCount": "[variables('platformUpdateDomainCount')]" } }, {