microsoft / microsoft/amplifier

Issues when running with Azure OpenAI provider

Open
#199 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.1k
Forks
261
Avg merge
3h 28m
Merged PRs (30d)
13

Description

I couldn't find an available Model to use in Azure Open AI (Foundry) that wouldn't give me this error when running Amplifier:

Error code: 400
'Encrypted content is not supported with this model.'
param: 'include'

I tried:
gpt-5.2-chat
gpt-5-chat
o4-mini
gpt-4.1-mini

It seems encryption is not optional but hardcoded instead. Anyone facing similar issues with Azure OpenAI provider?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by locating the Azure OpenAI provider entry point and tracing how the include parameter is sent; compare its behavior with the listed Azure models and the reported 400 error. Done means the provider handles models that reject encrypted content without producing this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
api, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.