Skip to content

Commit

Permalink
Added initial bicep code and github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 16, 2024
1 parent 5951624 commit 11e4c5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ param location string = resourceGroup().location
@description('Feature Flag to Enable Telemetry')
param enableTelemetry bool = false

/////////////////
// Settings Blade
/////////////////
@description('Specify the AD Application Client Id.')
param applicationClientId string

output applicationClientId string = applicationClientId

//*****************************************************************//
// Common Section //
Expand Down

0 comments on commit 11e4c5f

Please sign in to comment.