Skip to content

Commit 02f0bba

Browse files
committed
Update local settings
1 parent f0912ad commit 02f0bba

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

image_processing/src/image_processing/local.settings.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22
"IsEncrypted": false,
33
"Values": {
44
"AIService__DocumentIntelligence__Endpoint": "<documentIntelligenceEndpoint>",
5-
"AIService__DocumentIntelligence__Key": "<documentIntelligenceKey if not using identity>",
6-
"AIService__Language__Endpoint": "<languageEndpoint>",
7-
"AIService__Language__Key": "<languageKey if not using identity>",
8-
"FunctionApp__ClientId": "<clientId of the function app if using user assigned managed identity>",
9-
"IdentityType": "<identityType> # system_assigned or user_assigned or key",
105
"OpenAI__ApiKey": "<openAIKey if using non managed identity>",
116
"OpenAI__ApiVersion": "<openAIApiVersion>",
7+
"OpenAI__CompletionDeployment": "<openAIEmbeddingDeploymentId>",
128
"OpenAI__Endpoint": "<openAIEndpoint>",
13-
"OpenAI__MultiModalDeployment": "<openAIEmbeddingDeploymentId>",
14-
"StorageAccount__ConnectionString": "<connectionString if using non managed identity>",
15-
"StorageAccount__Endpoint": "<Endpoint if using identity based connections>"
9+
"StorageAccount__Name": "<Name of storage account if using identity based connections>"
1610
}
1711
}

0 commit comments

Comments
 (0)