Skip to content

Commit

Permalink
Bicep (#15)
Browse files Browse the repository at this point in the history
* Added Network and Log Analytics
  • Loading branch information
danielscholl authored Jan 17, 2024
1 parent ff73e40 commit 5ee2e6a
Show file tree
Hide file tree
Showing 5 changed files with 7,396 additions and 377 deletions.
12 changes: 12 additions & 0 deletions .github/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
"parameters": {
"applicationClientId": {
"value": "00000000-0000-0000-0000-000000000000"
},
"enableTelemetry": {
"value": false
},
"enablePodSubnet": {
"value": false
},
"enableVpnGateway": {
"value": false
},
"enableBastion": {
"value": false
}
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Set up the environment using the following variables. You can find these values
| AZURE_SUBSCRIPTION_ID | The Azure Subscription _(GUID)_ |
| AZURE_LOCATION | The Azure Region |
| AZURE_CLIENT_ID | Azure AD Application Client Id _(GUID)_ |
| ENABLE_TELEMETRY | Enable Telemetry Tracking |
| ENABLE_PRIVATE_ACCESS | Feature Flag - Private Access |
| ENABLE_POD_SUBNET | Feature Flag - Pod Subnet |

Initialize the environment and set the Azure Client ID:

Expand Down
Loading

0 comments on commit 5ee2e6a

Please sign in to comment.