Skip to content

Commit 676403d

Browse files
committed
acrolinux
1 parent e97b466 commit 676403d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can use Azure App Service to work with popular AI frameworks like LangChain
1919

2020
For this Flask web application, we are building off the [quickstart](../../quickstart-python.md?tabs=flask%2Cwindows%2Cazure-cli%2Cvscode-deploy%2Cdeploy-instructions-azportal%2Cterminal-bash%2Cdeploy-instructions-zip-azcli#1---sample-application) app and updating the *app.py* file to send and receive requests to an Azure OpenAI OR OpenAI service using LangChain.
2121

22-
First, copy and replace the *index.html* file with the following code:
22+
First, copy, and replace the *index.html* file with the following code:
2323

2424
```html
2525
<!doctype html>
@@ -54,7 +54,7 @@ First, copy and replace the *index.html* file with the following code:
5454
</html>
5555
```
5656

57-
Next, copy and replace the *hello.html* file with the following code:
57+
Next, copy, and replace the *hello.html* file with the following code:
5858

5959
```html
6060
<!doctype html>
@@ -285,7 +285,7 @@ client = AzureOpenAI(
285285
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.
286286

287287
1. In your web app resource, navigate to the **Identity** blade and turn on **System assigned** and click **Save**
288-
2. Once System assigned identity is turned on, it will register the web app with Microsoft Entra ID and the web app can be granted permissions to access protected resources.
288+
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.
289289
3. Go to your Azure OpenAI resource and navigate to the **Access control (IAM)** blade on the left pane.
290290
4. Find the Grant access to this resource card and click on **Add role assignment**
291291
5. Search for the **Cognitive Services OpenAI User** role and click **Next**

0 commit comments

Comments
 (0)