Skip to content

Commit a124f39

Browse files
committed
Acrolinx fixes.
1 parent cee5ef1 commit a124f39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/diagnostic-logging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Let's start by enabling diagnostic logging using the Azure portal.
3737
3. If there is a previously created resource that you'd like to use, you can select it now. Otherwise, select **+ Add diagnostic setting**.
3838
4. Enter a name for the setting. Then select **Archive to a storage account** and **Send to log Analytics**.
3939
5. When prompted to configure, select the storage account and OMS workspace that you'd like to use to store you diagnostic logs. **Note**: If you don't have a storage account or OMS workspace, follow the prompts to create one.
40-
6. Select **Audit**, **RequestResponse**, and **AllMetrics**. Then set the desired retention period for your diagnostic log data. If a retention policy is set to zero, events for that log category are stored indefinitely.
40+
6. Select **Audit**, **RequestResponse**, and **AllMetrics**. Then set the retention period for your diagnostic log data. If a retention policy is set to zero, events for that log category are stored indefinitely.
4141
7. Click **Save**.
4242

4343
It can take up to two hours before logging data is available to query and analyze. So don't worry if you don't see anything right away.
4444

4545
## View and export diagnostic data from Azure Storage
4646

47-
Azure Storage is a robust object storage solution that is optimized for storing large amounts of unstructured data. In this section, you'll learn to query your storage account for total transactions over a 30 day timeframe and export the data to excel.
47+
Azure Storage is a robust object storage solution that is optimized for storing large amounts of unstructured data. In this section, you'll learn to query your storage account for total transactions over a 30-day timeframe and export the data to excel.
4848

4949
1. From the Azure portal, locate the Azure Storage resource that you created in the last section.
5050
2. From the left-hand navigation menu, locate **Monitoring** and select **Metrics**.
@@ -57,13 +57,13 @@ Learn more about what you can do with diagnostic data in [Azure Storage](https:/
5757

5858
Follow these instructions to explore log analytics data for your resource.
5959

60-
1. From the Azure Portal, locate and select **Log Analytics** from the left-hand navigation menu.
60+
1. From the Azure portal, locate and select **Log Analytics** from the left-hand navigation menu.
6161
2. Locate and select the resource you created when enabling diagnostics.
6262
3. Under **General**, locate and select **Logs**. From this page, you can run queries against your logs.
6363

6464
### Sample queries
6565

66-
Run this query for all diagnostic logs from Azure Cognitivie Services for a specified time period:
66+
Run this query for all diagnostic logs from Azure Cognitive Services for a specified time period:
6767

6868
```kusto
6969
AzureDiagnostics

0 commit comments

Comments
 (0)