Skip to content

Commit 8b25f50

Browse files
committed
updates
1 parent 497c6f0 commit 8b25f50

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/app-service/includes/quickstart-python/stream-logs-azure-portal-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.author: daberry
44
ms.topic: include
55
ms.date: 01/29/2022
66
---
7-
First, you need to enable streaming logs in Azure App Service. Navigate to page for the App Service instance in the Azure portal.<br>
7+
First, you need to enable streaming logs in Azure App Service. Navigate to the page for the App Service instance in the Azure portal.<br>
88
<br>
99
1. Select the **App Service logs** under the **Monitoring** heading in the menu on the left side of the page.
1010
1. Change the **Application Logging** property from **Off** to **File System**.

articles/app-service/includes/quickstart-python/stream-logs-azure-portal-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ms.author: daberry
44
ms.topic: include
55
ms.date: 01/29/2022
66
---
7-
Select the **Log stream** item from the menu under the **Monitoring** section. Refresh the home page in the app or attempt other requests to generate some log messages.<br>
7+
Select **Log stream** from the **Monitoring** section in the navigation pane on the left. Refresh the home page in the app or attempt other requests to generate some log messages.<br>
88
<br>
99
You will see any log messages generated by your app and messages generated by the service in the output.

articles/app-service/quickstart-python.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,16 @@ Starting Live Log Stream ---
351351

352352
| Instructions | Screenshot |
353353
|:----------------|-----------:|
354-
| [!INCLUDE [Stream logs from Azure portal 1](./includes/quickstart-python/stream-logs-azure-portal-1.md)] | :::image type="content" source="./media/quickstart-python/stream-logs-azure-portal-1-240px.png" alt-text="A screenshot of the location in the Azure portal where to enable streaming logs." lightbox="./media/quickstart-python/stream-logs-azure-portal-1.png"::: |
354+
| [!INCLUDE [Stream logs from Azure portal 1](./includes/quickstart-python/stream-logs-azure-portal-1.md)] | :::image type="content" source="./media/quickstart-python/stream-logs-azure-portal-1-240px.png" alt-text="A screenshot of the location in the Azure portal where you enable streaming logs." lightbox="./media/quickstart-python/stream-logs-azure-portal-1.png"::: |
355355
| [!INCLUDE [Stream logs from Azure portal 2](./includes/quickstart-python/stream-logs-azure-portal-2.md)] | :::image type="content" source="./media/quickstart-python/stream-logs-azure-portal-2-240px.png" alt-text="A screenshot of how to view logs in the Azure portal." lightbox="./media/quickstart-python/stream-logs-azure-portal-2.png"::: |
356356

357357
---
358358

359-
Having issues? Refer first to the [Troubleshooting guide](./configure-language-python.md#troubleshooting), otherwise, [let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
359+
Having issues? Refer first to the [Troubleshooting guide](./configure-language-python.md#troubleshooting). If that doesn't help, [let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
360360

361361
## Clean up resources
362362

363-
When you're finished with the sample app, you can remove all of the resources for the app from Azure. It will not incur extra charges and keep your Azure subscription uncluttered. Removing the resource group also removes all resources in the resource group and is the fastest way to remove all Azure resources for your app.
363+
When you're finished with the sample app, you can remove all of the resources for the app from Azure. Removing the resource group ensures that you don't incur extra charges and helps keep your Azure subscription uncluttered. Removing the resource group also removes all resources in the resource group and is the fastest way to remove all Azure resources for your app.
364364

365365
### [Azure CLI](#tab/azure-cli)
366366

@@ -401,13 +401,13 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
401401
> [Tutorial: Python (Django or Flask) web app with PostgreSQL](./tutorial-python-postgresql-app.md)
402402
403403
> [!div class="nextstepaction"]
404-
> [Configure Python app](./configure-language-python.md)
404+
> [Configure a Python app](./configure-language-python.md)
405405
406406
> [!div class="nextstepaction"]
407407
> [Add user sign-in to a Python web app](../active-directory/develop/quickstart-v2-python-webapp.md)
408408
409409
> [!div class="nextstepaction"]
410-
> [Tutorial: Run Python app in custom container](./tutorial-custom-container.md)
410+
> [Tutorial: Run a Python app in a custom container](./tutorial-custom-container.md)
411411
412412
> [!div class="nextstepaction"]
413-
> [Secure with custom domain and certificate](tutorial-secure-domain-certificate.md)
413+
> [Secure an app with a custom domain and certificate](tutorial-secure-domain-certificate.md)

0 commit comments

Comments
 (0)