Skip to content

Commit 9a7a391

Browse files
Merge pull request #3312 from ManoharLakkoju-MSFT/patch-7
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#400052
2 parents 6110fd7 + 21db5dd commit 9a7a391

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)