Skip to content

Commit ccbd1c6

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

File tree

1 file changed

+12
-0
lines changed
  • adi_function_app

1 file changed

+12
-0
lines changed

adi_function_app/.env

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

0 commit comments

Comments
 (0)