Skip to content

Commit

Permalink
chore(applications): add bicepparam for yt01 for service
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Oct 17, 2024
1 parent 1a1ccc0 commit 336d026
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .azure/applications/service/yt01.bicepparam
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using './main.bicep'

param environment = 'yt01'
param location = 'norwayeast'
param imageTag = readEnvironmentVariable('IMAGE_TAG')
param revisionSuffix = readEnvironmentVariable('REVISION_SUFFIX')
param environmentKeyVaultName = readEnvironmentVariable('AZURE_ENVIRONMENT_KEY_VAULT_NAME')
param appConfigurationName = readEnvironmentVariable('AZURE_APP_CONFIGURATION_NAME')
param containerAppEnvironmentName = readEnvironmentVariable('AZURE_CONTAINER_APP_ENVIRONMENT_NAME')
param serviceBusNamespaceName = readEnvironmentVariable('AZURE_SERVICE_BUS_NAMESPACE_NAME')

// secrets
param appInsightConnectionString = readEnvironmentVariable('AZURE_APP_INSIGHTS_CONNECTION_STRING')

0 comments on commit 336d026

Please sign in to comment.