QuestionQ84

Design and implement a GenAIOps infrastructure

A 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.
Explanation

Prompt templates should be managed as code assets in a shared Git repository. Git provides centralized collaboration, explicit version history, review workflows, branching, and rollback, enabling the same prompt content to be reused consistently across Microsoft Foundry projects.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!