We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe194a4 + 5426f48 commit 764df33Copy full SHA for 764df33
1 file changed
ai-services/gpt-video-analysis-in-a-box/infra/main.bicep
@@ -33,7 +33,7 @@ var cosmosDbName = 'gpt4vresults-db' // preset for solution
33
var cosmosDbContainerName = 'gptoutput' // preset for solution
34
35
//Storage Module Parameters
36
-var storageAccountName = '${vprefix}storage${vsuffix}'
+var storageAccountName = '${replace(vprefix,'-','0')}0storage0${replace(vsuffix,'-','0')}'
37
38
var containers = [
39
'videosin'
0 commit comments