Skip to content

Commit 2cb03ab

Browse files
committedAug 31, 2021
Fixed connection string instructions
1 parent af00856 commit 2cb03ab

7 files changed

+18
-10
lines changed
 

‎skill-examples/Skill example - Image Analysis.postman_collection.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"Ten photos (JPEGS) of various buildings and landmarks from unsplash.com\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"unsplash-landmarks\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"Ten photos (JPEGS) of various buildings and landmarks from unsplash.com\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"unsplash-landmarks\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{search-service-name}}.search.windows.net/datasources/test-img-ds?api-version=2020-06-30",
@@ -310,9 +310,11 @@
310310
"value": ""
311311
},
312312
{
313+
"key": "azure-storage-connection-string",
313314
"value": ""
314315
},
315316
{
317+
"key": "storage-access-key",
316318
"value": ""
317319
},
318320
{

‎skill-examples/Skill example - Entity Linking with renamed fields.postman_collection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"First 10 PDF files out of nasa-e-book/text-only folder\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"nasa-10-pdf-files\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"First 10 PDF files out of nasa-e-book/text-only folder\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"nasa-10-pdf-files\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{search-service-name}}.search.windows.net/datasources/test-entity-link-ds?api-version=2020-06-30",
@@ -310,6 +310,7 @@
310310
"value": ""
311311
},
312312
{
313+
"key": "azure-storage-connection-string",
313314
"value": ""
314315
},
315316
{

‎skill-examples/Skill example - Entity Linking.postman_collection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"First 10 PDF files out of nasa-e-book/text-only folder\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"nasa-10-pdf-files\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"First 10 PDF files out of nasa-e-book/text-only folder\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"nasa-10-pdf-files\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{service-name}}.search.windows.net/datasources/test-entity-link-ds?api-version=2020-06-30",
@@ -310,6 +310,7 @@
310310
"value": ""
311311
},
312312
{
313+
"key": "azure-storage-connection-string",
313314
"value": ""
314315
},
315316
{

‎skill-examples/Skill example - Entity Recognition.postman_collection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"First 10 PDF files out of nasa-e-book/text-only folder\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"nasa-10-pdf-files\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"First 10 PDF files out of nasa-e-book/text-only folder\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"nasa-10-pdf-files\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{search-service-name}}.search.windows.net/datasources/test-entity-recog-ds?api-version=2020-06-30",
@@ -314,6 +314,7 @@
314314
"value": ""
315315
},
316316
{
317+
"key": "azure-storage-connection-string",
317318
"value": ""
318319
},
319320
{

‎skill-examples/Skill example - OCR with renamed fields.postman_collection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"Ten photos (JPEGS) of various signs from unsplash.com\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"unsplash-signs\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"Ten photos (JPEGS) of various signs from unsplash.com\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"unsplash-signs\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{search-service-name}}.search.windows.net/datasources/test-ocr-ds?api-version=2020-06-30",
@@ -314,6 +314,7 @@
314314
"value": ""
315315
},
316316
{
317+
"key": "azure-storage-connection-string",
317318
"value": ""
318319
},
319320
{

‎skill-examples/Skill example - OCR.postman_collection.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"Ten photos (JPEGS) of various signs from unsplash.com\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"unsplash-signs\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"Ten photos (JPEGS) of various signs from unsplash.com\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"unsplash-signs\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{search-service-name}}.search.windows.net/datasources/test-ocr-ds?api-version=2020-06-30",
@@ -314,6 +314,7 @@
314314
"value": ""
315315
},
316316
{
317+
"key": "azure-storage-connection-string",
317318
"value": ""
318319
},
319320
{

‎skill-examples/Skill example - Text Translation and Language Detection.postman_collection.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"body": {
2525
"mode": "raw",
26-
"raw": "{\r\n \"description\" : \"Ten descriptions of Spanish museums in Spanish and French\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"DefaultEndpointsProtocol=https;AccountName=heidistblobstorage;AccountKey=dICqQJDK7Ju8ifiMaUnSVK1p3e1BIIwsh74fIlxciCXHqD8dxKmcZA7ez1v/KH97Oe02tVlSRxn1LrP8fPxWIQ==;EndpointSuffix=core.windows.net\"\r\n },\r\n \"container\" : { \"name\" : \"spanish-museums\" }\r\n}"
26+
"raw": "{\r\n \"description\" : \"Ten descriptions of Spanish museums in Spanish and French\",\r\n \"type\" : \"azureblob\",\r\n \"credentials\" :\r\n { \"connectionString\" :\r\n \"{{azure-storage-connection-string}}\"\r\n },\r\n \"container\" : { \"name\" : \"spanish-museums\" }\r\n}"
2727
},
2828
"url": {
2929
"raw": "https://{{search-service-name}}.search.windows.net/datasources/test-lang-ds?api-version=2020-06-30",
@@ -248,7 +248,7 @@
248248
"raw": ""
249249
},
250250
"url": {
251-
"raw": "https://{{search-service-name}}.search.windows.net/indexes/test-lang-idx/docs?search=*&$select=content,languageCode,translatedText$count=true&api-version=2020-06-30",
251+
"raw": "https://{{search-service-name}}.search.windows.net/indexes/test-lang-idx/docs?search=*&$count=true&api-version=2020-06-30",
252252
"protocol": "https",
253253
"host": [
254254
"{{search-service-name}}",
@@ -267,8 +267,8 @@
267267
"value": "*"
268268
},
269269
{
270-
"key": "$select",
271-
"value": "content,languageCode,translatedText$count=true"
270+
"key": "$count",
271+
"value": "true"
272272
},
273273
{
274274
"key": "api-version",
@@ -310,6 +310,7 @@
310310
"value": ""
311311
},
312312
{
313+
"key": "azure-storage-connection-string",
313314
"value": ""
314315
},
315316
{

0 commit comments

Comments
 (0)
Please sign in to comment.