Skip to content

Conversation

@Dhruvkumar-Microsoft
Copy link
Contributor

Purpose

This pull request updates the container registry configuration for the docker and mcp services in azure_custom.yaml to ensure images are pushed to the correct Azure Container Registry. This change improves deployment consistency and aligns with best practices for container management.

Configuration updates:

  • Added the registry field with the value ${AZURE_CONTAINER_REGISTRY_ENDPOINT} to the docker service definition, specifying the Azure Container Registry endpoint for image storage.
  • Added the registry field with the value ${AZURE_CONTAINER_REGISTRY_ENDPOINT} to the mcp service definition, ensuring both services use the same registry configuration.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

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.

3 participants