Skip to content

Commit

Permalink
Create deploy.parameters.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-cloudlabsuser-2021 authored Sep 27, 2024
1 parent eae43ea commit d13192f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deploy.parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"value": "West US"
},
"appServicePlanName": {
"value": "GitHub-Copilot-Challenges"
},
"webAppName": {
"value": "myMvcApp"
}
}
}

0 comments on commit d13192f

Please sign in to comment.