Skip to content

Commit 36713de

Browse files
author
Poulami Das
committed
update
1 parent 1acd2ed commit 36713de

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

adi_function_app/.env

Lines changed: 0 additions & 12 deletions
This file was deleted.

adi_function_app/local.settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"IsEncrypted": false,
3+
"Values": {
4+
"FunctionApp__ClientId": "<clientId of the function app if using user assigned managed identity>",
5+
"IdentityType": "<identityType> # system_assigned or user_assigned or key",
6+
"OpenAI__ApiKey": "<openAIKey if using non managed identity>",
7+
"OpenAI__Endpoint": "<openAIEndpoint>",
8+
"OpenAI__MultiModalDeployment": "<openAIEmbeddingDeploymentId>",
9+
"OpenAI__ApiVersion": "<openAIApiVersion>",
10+
"AIService__DocumentIntelligence__Endpoint": "<documentIntelligenceEndpoint>",
11+
"AIService__DocumentIntelligence__Key": "<documentIntelligenceKey if not using identity>",
12+
"AIService__Language__Endpoint": "<languageEndpoint>",
13+
"AIService__Language__Key": "<languageKey if not using identity>",
14+
"StorageAccount__Endpoint": "<Endpoint if using identity based connections>",
15+
"StorageAccount__ConnectionString": "<connectionString if using non managed identity>"
16+
}
17+
}

0 commit comments

Comments
 (0)