We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa4c2c commit e45b056Copy full SHA for e45b056
1 file changed
infra/main.bicep
@@ -831,7 +831,7 @@ module aiFoundry 'br/public:avm/ptn/ai-ml/ai-foundry:0.4.0' = if(!useExistingAiF
831
name: take('avm.ptn.ai-ml.ai-foundry.${solutionSuffix}', 64)
832
params: {
833
#disable-next-line BCP334
834
- baseName: aiFoundryAiServicesResourceName
+ baseName: take('aif-${solutionSuffix}', 12)
835
baseUniqueName: null
836
location: azureAiServiceLocation
837
0 commit comments