Skip to content

Commit 0f524a6

Browse files
authored
Merge pull request #174401 from osalzberg/ADXstorageUpdate
Ad xstorage update
2 parents f987226 + 5081b90 commit 0f524a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-monitor/logs/azure-data-explorer-query-storage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.reviewer: bwren
77
ms.topic: conceptual
88
ms.date: 10/13/2020
99
ms.custom: devx-track-azurepowershell
10-
1110
---
1211

1312
# Query exported data from Azure Monitor using Azure Data Explorer
@@ -103,7 +102,7 @@ with
103102
docstring = "Docs",
104103
folder = "ExternalTables"
105104
)
106-
'@ -f $TableName, $schema, $BlobURL, $ContainerAccessKey, $subscriptionId, $WorkspaceName, $resourcegroupname,$WorkspaceId
105+
'@ -f $TableName, $schema, $BlobURL, $ContainerAccessKey, $subscriptionId, $WorkspaceName.ToLower(), $resourcegroupname.ToLower(),$WorkspaceId
107106
108107
$createMapping = @'
109108
.create external table {0} json mapping "{1}" '[{2}]'

0 commit comments

Comments
 (0)