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