File tree Expand file tree Collapse file tree 3 files changed +94
-377
lines changed
Expand file tree Collapse file tree 3 files changed +94
-377
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
1313 docker :
1414 path : ./Dockerfile.NoCache
1515 image : backend
16+ registry : ${AZURE_CONTAINER_REGISTRY_ENDPOINT}
1617 remoteBuild : true
1718
1819 mcp :
@@ -21,6 +22,7 @@ services:
2122 host : containerapp
2223 docker :
2324 image : mcp
25+ registry : ${AZURE_CONTAINER_REGISTRY_ENDPOINT}
2426 remoteBuild : true
2527
2628 frontend :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ param gpt4_1ModelVersion string = '2025-04-14'
6767@description ('Optional. Name of the GPT Reasoning model to deploy:' )
6868param gptReasoningModelName string = 'o4-mini'
6969
70- @description ('Optional. Version of the GPT Reasoning model to deploy. Defaults to 2025-04-14 .' )
70+ @description ('Optional. Version of the GPT Reasoning model to deploy. Defaults to 2025-04-16 .' )
7171param gptReasoningModelVersion string = '2025-04-16'
7272
7373@description ('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2024-12-01-preview.' )
You can’t perform that action at this time.
0 commit comments