From 44b27a0cb61335ddea84cfbd713483d40f91cd16 Mon Sep 17 00:00:00 2001 From: Yoichi Kawasaki Date: Mon, 6 Jan 2020 07:04:55 +0900 Subject: [PATCH] fixup missing comma - issue #38 --- v2functions/local.settings.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2functions/local.settings.json.sample b/v2functions/local.settings.json.sample index 0e7d870..6347cdf 100644 --- a/v2functions/local.settings.json.sample +++ b/v2functions/local.settings.json.sample @@ -5,7 +5,7 @@ "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=teststore01;AccountKey=laRarya5VO50MRmoxa3xPA0SFCTH4fYymJLkkhGAhguF1rtjnaI+d+zR9Ha2g1t3sY9kGkM4+ZinvbD0VTHxew==;EndpointSuffix=core.windows.net", "MyCosmosDBConnectionString": "AccountEndpoint=https://testcosmos01.documents.azure.com:443/;AccountKey=XCU5aM6eTnnlJ9TE4dQJsLML2RIMBYe5jFGEdpRLLvdcr3YLbQ17s4ZOEQjxqU6qGVTfd37PeZKKD0YEXIJ08g==;", "ComputerVisionSubscription": "aatest72a28e47cd9ce2f984c0ee8sse", - "ComputerVisionApiEndpoint": "https://westus.api.cognitive.microsoft.com/" + "ComputerVisionApiEndpoint": "https://westus.api.cognitive.microsoft.com/", "MyStorageConnectionString": "DefaultEndpointsProtocol=https;AccountName=teststore01;AccountKey=laRarya5VO50MRmoxa3xPA0SFCTH4fYymJLkkhGAhguF1rtjnaI+d+zR9Ha2g1t3sY9kGkM4+ZinvbD0VTHxew==;EndpointSuffix=core.windows.net" } }