File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ param containerRegistryName string
6
6
param containerAppsEnvironmentName string
7
7
param applicationInsightsName string
8
8
param exists bool
9
- param _resourceToken
9
+ param keyvaultname string
10
10
param openAiSku object = {
11
11
name :'S0'
12
12
}
@@ -73,7 +73,7 @@ module fetchLatestImage '../modules/fetch-container-image.bicep' = {
73
73
}
74
74
75
75
resource keyVault 'Microsoft.KeyVault/vaults@2021-06-01-preview' = {
76
- name : '${ abbrs . keyVaultVaults }${ _resourceToken }'
76
+ name : keyvaultname
77
77
location : location
78
78
properties : {
79
79
sku : {
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ module outputCacheDallESample './app/OutputCacheDallESample.bicep' = {
95
95
location : location
96
96
tags : tags
97
97
identityName : '${abbrs .managedIdentityUserAssignedIdentities }outputcached-${resourceToken }'
98
+ keyvaultname : '${abbrs .keyVaultVaults }${resourceToken }'
98
99
applicationInsightsName : monitoring .outputs .applicationInsightsName
99
100
containerAppsEnvironmentName : appsEnv .outputs .name
100
101
containerRegistryName : registry .outputs .name
You can’t perform that action at this time.
0 commit comments