Skip to content

Commit

Permalink
Create DevOpsArticlePart1-parameters.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonpatricio authored Jan 17, 2020
1 parent cf8efb7 commit 33285ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DevOpsArticlePart1-parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"pVirtualNetworkName": {
"value": "DEV-CanC-Hub-CoreNetwork"
},
"pLocation":{
"value": "Canada Central"
}
}
}

0 comments on commit 33285ce

Please sign in to comment.