Skip to content

chore: Psl fix deploy#36

Merged
Roopan-Microsoft merged 10 commits intodevfrom
psl-fix-deploy
Oct 20, 2025
Merged

chore: Psl fix deploy#36
Roopan-Microsoft merged 10 commits intodevfrom
psl-fix-deploy

Conversation

@Shreyas-Microsoft
Copy link
Collaborator

@Shreyas-Microsoft Shreyas-Microsoft commented Oct 20, 2025

Purpose

  • This pull request updates Azure deployment configuration and related scripts to improve resource location handling and model capacity checks. The main changes ensure more flexibility and correctness in specifying deployment locations and model identifiers.

Azure Deployment Location Handling:

  • The ARM deployment command in .github/workflows/ci.yml now explicitly passes the location parameter in addition to aiDeploymentLocation, allowing distinct specification of general and AI-specific resource locations.
  • In infra/main.bicep, the unused azureAiServiceLocation parameter was removed, and the aiFoundry module's location parameter now defaults to the main deployment location if aiDeploymentLocation is empty, otherwise uses aiDeploymentLocation, improving location selection logic. [1] [2]

Model Capacity Check Update:

  • The scripts/checkquota.sh script now checks for the model identifier OpenAI.GlobalStandard.o3 instead of OpenAI.GlobalStandard.gpt-4o, reflecting a change in the model naming convention.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 96b79e7 into dev Oct 20, 2025
4 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Priyanka-Microsoft Priyanka-Microsoft deleted the psl-fix-deploy branch January 5, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants