Skip to content

Commit

Permalink
Merge pull request #3 from rturknett/rturknett-v2-changes
Browse files Browse the repository at this point in the history
Fix for bug #7205: ARM Template deployment fails validation due to mi…
  • Loading branch information
rturknett authored Oct 4, 2023
2 parents e0c2135 + 8ce46a8 commit 1548654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/ARM/audio-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,8 @@
"SearchIndexName": "conversational-index",
"StorageAccountName": "[parameters('storageAccountName')]",
"StorageAccountKey": "[listKeys(resourceId(parameters('resourceGroupName'),'Microsoft.Storage/storageAccounts', parameters('storageAccountName')), '2019-04-01').keys[0].value]",
"StorageContainerAddress": "[concat('https://', parameters('storageAccountName') ,'.blob.core.windows.net/audio-input)]",
"StorageContainerAddress2": "[concat('https://', parameters('storageAccountName') ,'.blob.core.windows.net/conversationkm-full)]",
"StorageContainerAddress": "[concat('https://', parameters('storageAccountName') ,'.blob.core.windows.net/audio-input)']",
"StorageContainerAddress2": "[concat('https://', parameters('storageAccountName') ,'.blob.core.windows.net/conversationkm-full)']",
"KeyField": "metadata_storage_path",
"IsPathBase64Encoded": true
}
Expand Down

0 comments on commit 1548654

Please sign in to comment.