File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ param gptModelName string = 'gpt-4o'
5252@description ('Optional. Version of the GPT model to deploy. Defaults to 2024-08-06.' )
5353param gptModelVersion string = '2024-08-06'
5454
55+ @description ('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2025-01-01-preview.' )
56+ param azureopenaiVersion string = '2025-01-01-preview'
57+
5558@minLength (1 )
5659@allowed ([
5760 'Standard'
@@ -1548,5 +1551,5 @@ output AZURE_AI_PROJECT_NAME string = aiFoundryAiProjectName
15481551output AZURE_AI_MODEL_DEPLOYMENT_NAME string = aiFoundryAiServicesModelDeployment .name
15491552// output APPLICATIONINSIGHTS_CONNECTION_STRING string = applicationInsights.outputs.connectionString
15501553output AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME string = aiFoundryAiServicesModelDeployment .name
1551- output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiServices . outputs . aiProjectInfo . apiEndpoint
1554+ output AZURE_AI_AGENT_ENDPOINT string = aiFoundryAiProjectEndpoint
15521555output APP_ENV string = 'Prod'
You can’t perform that action at this time.
0 commit comments