Skip to content

Commit

Permalink
Configure Azure Developer Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenezw committed Aug 19, 2024
1 parent 199a764 commit 8d2941e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/main.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ param logAnalyticsWorkspaceName = readEnvironmentVariable('AZURE_LOG_ANALYTICS_W
param useContainerRegistry = bool(readEnvironmentVariable('USE_CONTAINER_REGISTRY', 'true'))
param useApplicationInsights = bool(readEnvironmentVariable('USE_APPLICATION_INSIGHTS', 'true'))
param useSearch = bool(readEnvironmentVariable('USE_SEARCH_SERVICE', 'true'))

param runningOnGh = readEnvironmentVariable('GITHUB_ACTIONS', '')

0 comments on commit 8d2941e

Please sign in to comment.