initial attempt at IaC and CI/CD
This commit is contained in:
parent
597c7e4e0b
commit
820b251c61
11 changed files with 355 additions and 1 deletions
11
infrastructure/bicepconfig.json
Normal file
11
infrastructure/bicepconfig.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"experimentalFeaturesEnabled": {
|
||||
"assertions": true,
|
||||
"testFramework": true,
|
||||
"extensibility": true,
|
||||
"resourceDerivedTypes": true,
|
||||
"resourceTypedParamsAndOutputs": true,
|
||||
"sourceMapping": true,
|
||||
"symbolicNameCodegen": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue