Azure AI Foundry - how to move project to different environment.

Sakaldeep Yadav 171 Reputation points MVP
2025-03-19T16:33:46.3133333+00:00

Hi All,

Is it possible for developers to move the Azure AI Foundry Projects from one environment to other like v, pre-prod, prod from developer perspective. Thanks 

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,604 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pavankumar Purilla 8,335 Reputation points Microsoft External Staff Moderator
    2025-03-19T20:01:51.44+00:00

    Hi Sakaldeep Yadav,

    Yes, developers can move Azure AI Foundry projects across environments such as development (dev), pre-production (pre-prod), and production (prod), but this is achieved by creating and configuring separate projects for each environment rather than directly "moving" a project. Developers can replicate the project setup in a new environment by configuring the necessary resources, including external connections, compute instances, networking, and security settings.

    To ensure a smooth transition, it is recommended to use automated CI/CD pipelines with Azure DevOps or GitHub Actions for consistent deployment and versioning across environments. Thorough testing, including functional, performance, and security validation, should be conducted in each environment before moving to the next stage. While Azure AI Foundry does not provide a direct "move project" feature, following this structured approach ensures efficient and reliable project transitions between environments.

    I hope this information helps. Thank you!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.