Skip to content

Commit 34b78c4

Browse files
jmatthiesenjongalloway
authored andcommitted
Update README.md with keyless auth guidance (dotnet#6261)
* Update README.md * Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web/README.md Co-authored-by: Jon Galloway <[email protected]> --------- Co-authored-by: Jon Galloway <[email protected]>
1 parent 8e77724 commit 34b78c4

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Deploy the `gpt-4o-mini` and `text-embedding-3-small` models to your Azure OpenA
9696
9797
#### ---#if (UseManagedIdentity)
9898
### 3. Configure Azure OpenAI for Keyless Authentication
99-
This template is configured to use keyless authentication (also known as Managed Identity, with Entra ID). In the Azure Portal, when viewing the Azure OpenAI resource you just created, view access control settings and assign yourself the `Cognitive Services OpenAI User` role. [Learn more](https://learn.microsoft.com/azure/developer/ai/keyless-connections).
99+
This template is configured to use keyless authentication (also known as Managed Identity, with Entra ID). In the Azure Portal, when viewing the Azure OpenAI resource you just created, view access control settings and assign yourself the `Azure AI Developer` role. [Learn more about configuring authentication for local development](https://learn.microsoft.com/azure/developer/ai/keyless-connections?tabs=csharp%2Cazure-cli#authenticate-for-local-development).
100100
101101
### 4. Configure Azure OpenAI Endpoint
102102
Configure your Azure OpenAI endpoint for this project, using .NET User Secrets:

0 commit comments

Comments
 (0)