Skip to content

Commit f1f19b4

Browse files
Merge pull request #217230 from alexwolfmsft/fix-screenshot
fixed screenshot logs
2 parents 9ae1f9a + b76c521 commit f1f19b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/azure-portal-generate-schema-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ ms.topic: include
55
ms.date: 02/03/2022
66
---
77

8-
1. On the left navigation, select **Firewalls and virtual networks**.
9-
1. In the Firewall Rules section, enter a new **Rule name** of 'MyLocalAccess'. In the **Start IP** and **End IP** fields, paste the IP Address you copied earlier.
8+
1. On the left navigation, select **Networking**.
9+
1. On the **Public access** tab, select **Add your client IPv4 address (xx.xx.xx.xx)** to add a firewall rule that will allow your local computer to access the database.
1010
1. Select **Save** at the top of the screen to persist your changes.

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/azure-portal-stream-logs-01.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ms.topic: include
55
ms.date: 02/03/2022
66
---
77

8-
First, you need to enabled streaming logs in Azure App Service. Navigate to the page for the App Service instance in the Azure portal.
8+
First, you need to enable streaming logs in Azure App Service. Navigate to the page for the App Service instance in the Azure portal.
99
<br>
1010
<br>
1111
1) Select the App Service logs under the Monitoring heading in the menu on the left side of the page.
1212
2) Change the **Application Logging (File System)** property to **On**.
13-
3) Enter a retention period of 30 days for the logs.
14-
4) Select Save to save your changes.
13+
3) Set the **Level** to **Information**.
14+
4) Select Save to save your changes.
-1.25 KB
Loading
111 KB
Loading

0 commit comments

Comments
 (0)