Skip to content

Commit 60fff4a

Browse files
Merge pull request #655 from microsoft/psl-v4infrachanges
fix: added the local deployment changes
2 parents 326e8dd + 8db46af commit 60fff4a

File tree

3 files changed

+94
-377
lines changed

3 files changed

+94
-377
lines changed

azure_custom.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ param gpt4_1ModelVersion string = '2025-04-14'
6767
@description('Optional. Name of the GPT Reasoning model to deploy:')
6868
param 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.')
7171
param gptReasoningModelVersion string = '2025-04-16'
7272

7373
@description('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2024-12-01-preview.')

0 commit comments

Comments
 (0)