Skip to content
Closed
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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TonyDou, why do we need this? Note that subscription whitelisting is initiated by Saloni/me when customers approve whitelisting subscriptions in response to the welcome email that Saloni and I are sending.

Recommend removing this as Saloni/I will reach out to contextCache and Foundry RP owners to whitelist subscriptions.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally we will share this repo link only after subscription has been whitelisted and feature enabled.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need customer to know this feature is we are planning to register it before sharing this doc.


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