Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,13 @@ Click **Review + create → Create**. When it finishes, the deployment **Outputs

### Prerequisite (once per subscription)

For private preview onboarding, please reach out to **azurecontextcacherp@microsoft.com** to get OpenAI.ContextCacheAllowed feature enabled.

The preview features below must be `Registered` before the deployment can succeed. You only need to do this **one time** per subscription:

```bash
az provider register --namespace Microsoft.AzureContextCache
az feature register --namespace Microsoft.AzureContextCache --name EnablePreview
az feature register --namespace Microsoft.CognitiveServices --name OpenAI.ContextCacheAllowed
```

Both features are **gated** — if a status stays `Pending` for more than a few minutes, email **azurecontextcacherp@microsoft.com** for approval. A convenience script is included:
Expand Down
Loading