Skip to content

Commit 45e1862

Browse files
committed
Add vnet parameters to staging and prod
1 parent 3ec9c1e commit 45e1862

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

tools/pipeline-witness/infrastructure/bicep/parameters.production.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
},
3535
"kustoDatabaseName": {
3636
"value": "Pipelines"
37+
},
38+
"networkSecurityGroupName": {
39+
"value": "pipelinewitnessprod"
40+
},
41+
"vnetName": {
42+
"value": "pipelinewitnessprod"
3743
}
3844
}
3945
}

tools/pipeline-witness/infrastructure/bicep/parameters.staging.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
},
3535
"kustoDatabaseName": {
3636
"value": "Staging"
37+
},
38+
"networkSecurityGroupName": {
39+
"value": "pipelinewitnessstaging"
40+
},
41+
"vnetName": {
42+
"value": "pipelinewitnessstaging"
3743
}
3844
}
3945
}

0 commit comments

Comments
 (0)