Skip to content

Commit ba8ef3a

Browse files
authored
preexisting acrolinx
1 parent ee6ad5b commit ba8ef3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/includes/deploy-intelligent-apps/deploy-intelligent-apps-linux-dotnet-pivot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ If you're using Azure OpenAI, it's highly recommended to secure your application
194194

195195
Follow the steps below to secure your application with managed identity:
196196

197-
Add the identity package `Azure.Identity`. This package enables using Azure credentials in your app. Install the package using Nuget package manager and add the using statement to the top of the OpenAI.razor file.
197+
Add the identity package `Azure.Identity`. This package enables using Azure credentials in your app. Install the package using NuGet package manager and add the using statement to the top of the OpenAI.razor file.
198198

199199
```c#
200200
@using Azure.Identity
@@ -215,7 +215,7 @@ var kernel = Kernel.CreateBuilder()
215215
Once the credentials are added to the application, you'll then need to enable managed identity in your application and grant access to the resource.
216216

217217
1. In your web app resource, navigate to the **Identity** blade and turn on **System assigned** and click **Save**
218-
2. Once System assigned identity is turned on, it register's the web app with Microsoft Entra ID and the web app can be granted permissions to access protected resources.
218+
2. Once System assigned identity is turned on, it registers the web app with Microsoft Entra ID and the web app can be granted permissions to access protected resources.
219219
3. Go to your Azure OpenAI resource and navigate to the **Access control (IAM)** blade on the left pane.
220220
4. Find the Grant access to this resource card and click on **Add role assignment**
221221
5. Search for the **Cognitive Services OpenAI User** role and click **Next**

0 commit comments

Comments
 (0)