Applicable to the Express and Enterprise Editions only.
Navigate to settings
- Go to Settings > Admin > Copilot Settings.
- Locate AI Model Provider Credentials and edit the Transform Agent JSON.
- Replace the existing configuration with the following:
Configuration parameters
| Parameter | Description |
|---|---|
| foundry_api_key | Your Azure AI Foundry API key |
| foundry_base_url | Your Azure AI Foundry endpoint URL |
| foundry_model | The deployed Claude model name |
Important
- Remove
/v1/messagesfrom the base URL provided by Azure AI Foundry. - The model name must match the deployment name in Azure Foundry.
How it works
Prophecy uses the Transform Agent configuration to determine which LLM provider to call. Adding afoundry_config block enables Azure AI Foundry as the provider.
Only one provider can be configured at a time, either Anthropic or Azure AI Foundry.
