Skip to content

chore: update model type to global standard#424

Merged
Roopan-Microsoft merged 1 commit intomainfrom
migrate-modeltype-to-globalstandard
Jul 22, 2025
Merged

chore: update model type to global standard#424
Roopan-Microsoft merged 1 commit intomainfrom
migrate-modeltype-to-globalstandard

Conversation

@Priyanka-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

  • ...
    This pull request updates the Azure OpenAI service configurations to use the GlobalStandard SKU instead of the Standard SKU across multiple deployment files. This change ensures consistency in the scaling type and aligns with updated Azure resource requirements.

Azure OpenAI Service Configuration Updates:

  • .github/workflows/CI.yml: Updated the SKU for both GPT-4o-mini and text-embedding-large deployments from Standard to GlobalStandard in the Azure REST API calls.

  • Deployment/bicep/azureopenaiservicemodel.bicep: Changed the SKU for the gpt4Deployment resource from Standard to GlobalStandard.

  • Deployment/checkquota.ps1: Updated the MIN_CAPACITY hash table to reflect the new GlobalStandard SKU for gpt-4o-mini and text-embedding-3-large models.

  • Deployment/main.bicep: Modified the scaleType for both gs_openaiservicemodels_gpt4o and gs_openaiservicemodels_text_embedding modules from Standard to GlobalStandard. [1] [2]

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 89f004d into main Jul 22, 2025
5 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the migrate-modeltype-to-globalstandard branch July 22, 2025 06:21
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants