Skip to content

Commit a449e6e

Browse files
committed
fixes
1 parent b81c483 commit a449e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/use-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When customizing the app, we recommend:
4545

4646
Sample source code for the web app is available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT). Source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps.
4747

48-
### Updating the web app
48+
## Updating the web app
4949

5050
> [!NOTE]
5151
> After February 1, 2024, the web app requires the app startup command to be set to `python3 -m gunicorn app:app`. When updating an app that was published prior to February 1, 2024, you need to manually add the startup command from the **App Service Configuration** page.
@@ -58,7 +58,7 @@ Additionally, the web app must be synchronized every time the API version being
5858
1. Select **Deployment center** in the navigation menu, under **Deployment**.
5959
1. Select **Sync** at the top of the screen, and confirm that the app will be redeployed.
6060

61-
:::image type="content" source="../media/quickstarts/sync-app.png" alt-text="A screenshot of sync web app button on the Azure portal." lightbox="../media/quickstarts/sync-app.png":::
61+
:::image type="content" source="../media/use-your-data/sync-app.png" alt-text="A screenshot of web app synchronization button on the Azure portal." lightbox="../media/use-your-data/sync-app.png":::
6262

6363

6464

0 commit comments

Comments
 (0)