diff --git a/azuredeploy.json b/azuredeploy.json index 17bf1b7..f19aff4 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -123,6 +123,7 @@ "apiVersion": "2021-08-01", "location": "[parameters('location')]", "kind": "StorageV2", + "properties": { "allowBlobPublicAccess": true }, "sku": { "name": "[parameters('storageAccountType')]", "tier": "Standard" @@ -275,7 +276,7 @@ ], "properties": { "azPowerShellVersion": "6.4", - "primaryScriptUri": "https://raw.githubusercontent.com/Azure-Samples/azure-search-knowledge-mining/Web-UI-Simplified-deployment/00%20-%20Resource%20Deployment/SearchAssets.ps1", + "primaryScriptUri": "https://raw.githubusercontent.com/Azure-Samples/azure-search-knowledge-mining/master/00%20-%20Resource%20Deployment/SearchAssets.ps1", "arguments": "[concat('-searchServiceName', ' ', variables('searchServiceName'),' ', '-searchServiceKey', ' ', listAdminKeys(concat('Microsoft.Search/searchServices/', variables('searchServiceName')), '2021-04-01-preview').primaryKey,' ', '-storageAccount', ' ', variables('storageAccountName'),' ', '-storageKey', ' ', listkeys(resourceId('Microsoft.Storage/storageAccounts', variables('storageAccountName')), '2015-05-01-preview').key1,' ', '-storageContainerName', ' ', variables('storageContainerName'),' ', '-cogServicesKey', ' ', listKeys(resourceId(resourceGroup().name,'Microsoft.CognitiveServices/accounts', variables('cognitiveServicesAccountName')), '2017-04-18').key1,' ', '-dataSourceName', ' ', variables('dataSourceName'),' ', '-skillsetName', ' ', variables('skillsetName'),' ', '-indexName', ' ', variables('indexName'),' ', '-indexerName', ' ', variables('indexerName'))]", "timeout": "PT1H", "cleanupPreference": "OnSuccess",