Commit 2ab2e2f 1 parent ebeb5a0 commit 2ab2e2f Copy full SHA for 2ab2e2f
File tree 3 files changed +5
-0
lines changed
.azure/applications/graphql
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ param imageTag string
6
6
param environment string
7
7
@minLength (3 )
8
8
param location string
9
+ @minLength (3 )
10
+ param apimIp string
9
11
10
12
@minLength (3 )
11
13
@secure ()
@@ -60,6 +62,7 @@ module containerApp '../../modules/containerApp/main.bicep' = {
60
62
location : location
61
63
envVariables : containerAppEnvVars
62
64
containerAppEnvId : containerAppEnvironment .id
65
+ apimIp : apimIp
63
66
}
64
67
}
65
68
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ using './main.bicep'
2
2
3
3
param environment = 'staging'
4
4
param location = 'norwayeast'
5
+ param apimIp = '51.13.86.131'
5
6
param imageTag = readEnvironmentVariable ('IMAGE_TAG' )
6
7
7
8
// secrets
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ using './main.bicep'
2
2
3
3
param environment = 'test'
4
4
param location = 'norwayeast'
5
+ param apimIp = '51.120.88.69'
5
6
param imageTag = readEnvironmentVariable ('IMAGE_TAG' )
6
7
7
8
// secrets
You can’t perform that action at this time.
0 commit comments