Fixed relative Url in main template

This commit is contained in:
Jovan Popovic
2020-01-17 23:57:17 +01:00
parent ceb6ea78be
commit b71b922e0a
@@ -24,7 +24,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[uri(deployment().properties.templateLink.uri, '/storage/azuredeployment.json')]",
"uri": "[uri(deployment().properties.templateLink.uri, '/JocaPC/sql-server-samples/synapse/samples/manage/synapse-analytics/storage/azuredeployment.json')]",
"contentVersion": "1.0.0.0"
},
"parameters":{
@@ -39,7 +39,7 @@
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[uri(deployment().properties.templateLink.uri, '/workspace/azuredeploy.json')]",
"uri": "[uri(deployment().properties.templateLink.uri, '/JocaPC/sql-server-samples/synapse/samples/manage/synapse-analytics/workspace/azuredeploy.json')]",
"contentVersion": "1.0.0.0"
},
"parameters":{