Skip to content

Commit 1b495b9

Browse files
authored
Infra - foundry version update and config purge protection (#22)
1 parent 8a8ec91 commit 1b495b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ module cosmosDb 'modules/cosmosDb.bicep' = {
207207

208208
var aiModelDeploymentName = aiModelName
209209

210-
module aiFoundry 'br/public:avm/ptn/ai-ml/ai-foundry:0.3.0' = {
210+
module aiFoundry 'br/public:avm/ptn/ai-ml/ai-foundry:0.4.0' = {
211211
name: take('avm.ptn.ai-ml.ai-foundry.${resourcesName}', 64)
212212
params: {
213213
#disable-next-line BCP334
@@ -266,8 +266,8 @@ module appConfiguration 'br/public:avm/res/app-configuration/configuration-store
266266
params: {
267267
location: location
268268
name: 'appcs-${resourcesName}'
269-
disableLocalAuth: false // TODO - private networking?
270-
//enablePurgeProtection: false // TODO - turn off purge protection after dev env not used or is recreated
269+
disableLocalAuth: false // needed to allow setting app config key values from this module
270+
enablePurgeProtection: false
271271
// TODO - private networking
272272
//privateEndpoints:
273273
tags: allTags

0 commit comments

Comments
 (0)