Skip to content

Commit

Permalink
Remove repoUrl variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Aug 22, 2023
1 parent 4234bbf commit b01bb1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/AzureDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"funcAppName": "[toLower(concat(parameters('baseName'), variables('suffix')))]",
"funcStorageName": "[tolower(concat(substring(parameters('baseName'), 0, min(length(parameters('baseName')),16)), 'stg', variables('suffix')))]",
"serverFarmName": "[concat(substring(parameters('baseName'), 0, min(length(parameters('baseName')),14)), '-srv-', variables('suffix'))]",
"repoURL": "https://github.com/KelvinTegelaar/AzValidate.git",
"uniqueResourceNameBase": "[toLower(concat(parameters('baseName'), variables('suffix')))]",
"swaName": "[toLower(concat(parameters('baseName'), '-swa-', variables('suffix')))]"
},
Expand Down

0 comments on commit b01bb1e

Please sign in to comment.