Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lancefogle authored Oct 27, 2023
2 parents 52165f3 + 5a6b29d commit c8108d0
Show file tree
Hide file tree
Showing 98 changed files with 13,516 additions and 1,906 deletions.
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
1 change: 0 additions & 1 deletion deployment/AzureDeploymentTemplate_regionoptions.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
1 change: 0 additions & 1 deletion deployment/DevAzureDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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
1 change: 0 additions & 1 deletion deployment/DevAzureDeploymentTemplate_regionoptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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
Loading

0 comments on commit c8108d0

Please sign in to comment.