QuestionQ84
Design and implement a GenAIOps infrastructureA team is building multiple AI applications in Microsoft Foundry that use shared prompt templates.
The team needs a centralized method to track, version, and reuse prompt content across projects.
You need to recommend a solution for tracking and reusing prompt content.
Which approach should you recommend?
- A Store prompts as versioned files in a Git repository.
- B Register prompts as datasets in the Azure Machine Learning workspace.
- C Embed prompts directly in application configuration files.
- D Persist prompts in Azure Blob Storage with folder-level organization.
Community Discussion