File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments