mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed relative Url in main template
This commit is contained in:
@@ -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":{
|
||||
|
||||
Reference in New Issue
Block a user