Skip to content

Commit 764df33

Browse files
authored
Merge pull request Azure#93 from Azure/jhgpt4vimage
replaces dashes in prefix and suffix for storage account with 0s
2 parents fe194a4 + 5426f48 commit 764df33

File tree

1 file changed

+1
-1
lines changed
  • ai-services/gpt-video-analysis-in-a-box/infra

1 file changed

+1
-1
lines changed

ai-services/gpt-video-analysis-in-a-box/infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var cosmosDbName = 'gpt4vresults-db' // preset for solution
3333
var cosmosDbContainerName = 'gptoutput' // preset for solution
3434

3535
//Storage Module Parameters
36-
var storageAccountName = '${vprefix}storage${vsuffix}'
36+
var storageAccountName = '${replace(vprefix,'-','0')}0storage0${replace(vsuffix,'-','0')}'
3737

3838
var containers = [
3939
'videosin'

0 commit comments

Comments
 (0)