Configure custom prompts to use the Foundry model catalog
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Designing and Building Integrated AI Agent Solutions in Copilot Studio premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Two catalogs behind one Model field
- What the Foundry side must produce first
- Connecting the deployment, field by field
- The endpoint suffix is where this fails
- What the feature supports, and what it refuses
- Selecting the model, and what that selection binds
- Image input narrows the Model dropdown
- Where safety and governance live now
- How this shows up in questions
The two catalogs behind a prompt's Model field
| Property | Managed model (built-in catalog) | Connected Microsoft Foundry model |
|---|---|---|
| How it reaches the Model field | Already listed; you select it | Model field, plus sign, Connect a model from Azure AI Foundry, then Connect |
| What you supply | Nothing beyond the selection | Model deployment name and Base model name exactly as in Foundry, plus the Azure model endpoint URL |
| Who deployed the model | Microsoft, as part of the product | Your organization, in a Foundry resource, before the prompt can use it |
| Published discriminators | Category (Mini, General, Deep), Licensing (Basic, Standard, Premium rate), release-stage tag, region | Whatever the deployment is: base model, version, capacity type, content filtering configuration, rate limits |
| Supported model types | The generative models the catalog lists for prompts | Chat completion type only; the endpoint URL must end in /chat/completions |
| Content moderation level slider | Available; Low to High, default Moderate | Unavailable; the setting is available only for managed models |
| Where safety is then configured | The prompt's own Content moderation level setting | The deployment's content filtering configuration and Responsible AI policies managed in Foundry |
| Platform governance handle | The prompt and agent settings in Copilot Studio | The Azure AI Foundry connector and the connection it creates, governed by data policy |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Change the model version and settings - Microsoft Copilot Studio
- Bring your own model for your prompts - Microsoft Copilot Studio
- Endpoints for Microsoft Foundry Models
- Deploy Microsoft Foundry Models in the Foundry portal
- Create a prompt - Microsoft Copilot Studio
- Select a primary AI model for your agent - Microsoft Copilot Studio
- Add inputs to your prompt - Microsoft Copilot Studio
- Responsible AI for Microsoft Foundry
- Data policies - Power Platform