Skip to content

Commit 21db5dd

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#400052
Updated line number 150
1 parent 7e0c88d commit 21db5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-semi-structured-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ POST {{baseUrl}}/datasources?api-version=2024-07-01 HTTP/1.1
147147
"type": "azureblob",
148148
"subtype": null,
149149
"credentials": {
150-
"connectionString": "{{storageConnectionString}}"
150+
"connectionString": "{{storageConnection}}"
151151
},
152152
"container": {
153153
"name": "{{blobContainer}}",

0 commit comments

Comments
 (0)