From 1fd6d1d83e11d4c0a667ad467bd70a03752e1d23 Mon Sep 17 00:00:00 2001 From: Michael Buchoff Date: Thu, 7 Dec 2023 07:16:02 -0500 Subject: [PATCH 1/2] Referenced azure master branch instead of Simplified-Web-Ui --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 17bf1b7..3c631f6 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -275,7 +275,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", From 549d184c17dc9843df03cf6442cc2105a3335db7 Mon Sep 17 00:00:00 2001 From: Michael Buchoff Date: Thu, 7 Dec 2023 07:29:55 -0500 Subject: [PATCH 2/2] allowBlobPublicAccess is true --- azuredeploy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/azuredeploy.json b/azuredeploy.json index 3c631f6..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"