Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit e6ccb63

Browse files
author
Yoichi Kawasaki
committed
Added param: ComputerVisionApiEndpoint
1 parent b908322 commit e6ccb63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

v2functions/local.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
66
"MyCosmosDBConnectionString": "<CosmosDB Connection String>",
77
"ComputerVisionSubscription": "<Azure Computer Vision API SubscriptionKey>",
8+
"ComputerVisionApiEndpoint": "<Azure Computer Vision API Endpoint",
89
"MyStorageConnectionString": "<Storage Connection String>"
910
}
1011
}

v2functions/local.settings.json.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"IsEncrypted": false,
33
"Values": {
44
"FUNCTIONS_WORKER_RUNTIME": "python",
5-
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
5+
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=teststore01;AccountKey=laRarya5VO50MRmoxa3xPA0SFCTH4fYymJLkkhGAhguF1rtjnaI+d+zR9Ha2g1t3sY9kGkM4+ZinvbD0VTHxew==;EndpointSuffix=core.windows.net",
66
"MyCosmosDBConnectionString": "AccountEndpoint=https://testcosmos01.documents.azure.com:443/;AccountKey=XCU5aM6eTnnlJ9TE4dQJsLML2RIMBYe5jFGEdpRLLvdcr3YLbQ17s4ZOEQjxqU6qGVTfd37PeZKKD0YEXIJ08g==;",
77
"ComputerVisionSubscription": "aatest72a28e47cd9ce2f984c0ee8sse",
8+
"ComputerVisionApiEndpoint": "https://westus.api.cognitive.microsoft.com/"
89
"MyStorageConnectionString": "DefaultEndpointsProtocol=https;AccountName=teststore01;AccountKey=laRarya5VO50MRmoxa3xPA0SFCTH4fYymJLkkhGAhguF1rtjnaI+d+zR9Ha2g1t3sY9kGkM4+ZinvbD0VTHxew==;EndpointSuffix=core.windows.net"
910
}
1011
}

0 commit comments

Comments
 (0)