Skip to content

Commit 1380600

Browse files
Merge pull request #213183 from normesta/normesta-reg-updates-10
Fixing some text
2 parents 7e23aff + ac28254 commit 1380600

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/data-lake-store/data-lake-store-end-user-authenticate-net-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to achieve end-user authentication with Azure Data Lake S
55
author: normesta
66
ms.service: data-lake-store
77
ms.topic: how-to
8-
ms.date: 05/29/2018
8+
ms.date: 09/22/2022
99
ms.author: normesta
1010
ms.custom: devx-track-csharp
1111

@@ -75,7 +75,7 @@ For ease of use, the following snippet uses default values for client ID and red
7575
{
7676
//User login via interactive popup
7777
string TENANT = "<AAD-directory-domain>";
78-
string CLIENTID = "1950a258-227b-4e31-a9cf-717495945fc2";
78+
string CLIENTID = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
7979
System.Uri ARM_TOKEN_AUDIENCE = new System.Uri(@"https://management.core.windows.net/");
8080
System.Uri ADL_TOKEN_AUDIENCE = new System.Uri(@"https://datalake.azure.net/");
8181
string MY_DOCUMENTS = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);

articles/storage/common/manage-storage-analytics-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to monitor a storage account in Azure by using Azure Stor
44
author: normesta
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 08/09/2022
7+
ms.date: 09/30/2022
88
ms.author: normesta
99
ms.reviewer: fryu
1010
ms.subservice: common
@@ -45,10 +45,10 @@ You can instruct Azure Storage to save diagnostics logs for read, write, and del
4545
> [!div class="mx-imgBorder"]
4646
> ![Configure logging in the Azure portal.](./media/manage-storage-analytics-logs/enable-diagnostics.png)
4747
48-
4. Ensure that the **Delete data** check box is selected. Then, set the number of days that you would like log data to be retained by moving the slider control beneath the check box, or by directly modifying the value that appears in the text box next to the slider control. The default for new storage accounts is seven days. If you do not want to set a retention policy, enter zero. If there is no retention policy, it is up to you to delete the log data.
48+
4. To retain logs, ensure that the **Delete data** check box is selected. Then, set the number of days that you would like log data to be retained by moving the slider control beneath the check box, or by directly modifying the value that appears in the text box next to the slider control. The default for new storage accounts is seven days. If you do not want to set a retention policy, leave the **Delete data** checkbox unchecked. If there is no retention policy, it is up to you to delete the log data.
4949

5050
> [!WARNING]
51-
> Logs are stored as data in your account. log data can accumulate in your account over time which can increase the cost of storage. If you need log data for only a small period of time, you can reduce your costs by modifying the data retention policy. Stale log data (data older than your retention policy) is deleted by the system. We recommend setting a retention policy based on how long you want to retain the log data for your account. See [Billing on storage metrics](storage-analytics-metrics.md#billing-on-storage-metrics) for more information.
51+
> Logs are stored as data in your account. Log data can accumulate in your account over time which can increase the cost of storage. If you need log data for only a small period of time, you can reduce your costs by modifying the data retention policy. Stale log data (data older than your retention policy) is deleted by the system. We recommend setting a retention policy based on how long you want to retain the log data for your account. See [Billing on storage metrics](storage-analytics-metrics.md#billing-on-storage-metrics) for more information.
5252
5353
4. Click **Save**.
5454

@@ -142,7 +142,7 @@ Log data can accumulate in your account over time which can increase the cost of
142142
> [!div class="mx-imgBorder"]
143143
> ![Modify the retention period in the Azure portal](./media/manage-storage-analytics-logs/modify-retention-period.png)
144144
145-
The default number of days for new storage accounts is seven days. If you do not want to set a retention policy, enter zero. If there is no retention policy, it is up to you to delete the monitoring data.
145+
The default number of days for new storage accounts is seven days. If you do not want to set a retention policy, leave the **Delete data** checkbox unchecked. If there is no retention policy, it is up to you to delete the monitoring data.
146146

147147
4. Click **Save**.
148148

0 commit comments

Comments
 (0)