Skip to content

Commit 9a954b8

Browse files
Update README.md with keyless auth guidance (#6261)
* Update README.md * Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web/README.md Co-authored-by: Jon Galloway <jongalloway@gmail.com> --------- Co-authored-by: Jon Galloway <jongalloway@gmail.com>
1 parent fcc420f commit 9a954b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)