We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91d4daa + 96ab538 commit 424cdffCopy full SHA for 424cdff
infra/main.bicep
@@ -579,7 +579,7 @@ module avmStorageAccount 'br/public:avm/res/storage/storage-account:0.20.0' = {
579
}
580
581
// // ========== AI Foundry and related resources ========== //
582
-module avmAiServices 'modules/account/main.bicep' = {
+module avmAiServices 'modules/account/aifoundry.bicep' = {
583
name: format(resourceNameFormatString, 'aisa-')
584
params: {
585
name: 'aisa-${solutionPrefix}'
infra/modules/account/main.bicep renamed to infra/modules/account/aifoundry.bicep
0 commit comments