I’m currently using Azure AI Foundry to build a few custom GPT models fine-tuned for different business scenarios (customer support, content generation, etc.). I’ve also integrated Prompt Flow to test and evaluate different prompt versions.
My question is — what’s the best practice for:
Managing multiple fine-tuned model versions in a single AI Foundry project?
Keeping track of Prompt Flow updates tied to each model version?
Ensuring that only specific team members can deploy or modify production-ready models?
Right now, it feels a bit tricky to maintain version alignment between fine-tuned models, prompt flows, and deployed endpoints.