Skip to content

Commit 9958f53

Browse files
committed
updates
1 parent d1f1eea commit 9958f53

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

learn-pr/data-ai-cert/introduction-to-azure-data-lake-storage/includes/3-create-data-lake-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ To enable Azure Data Lake Storage Gen2 in an Azure Storage account, you can sele
66

77
Alternatively, if you already have an Azure Storage account and want to enable the Azure data Lake Storage Gen2 capability, you can use the **Data Lake Gen2 upgrade** wizard in the Azure portal page for your storage account resource.
88

9-
![Screenshot of Advanced Settings for Creating Storage Account.](../media/3-data-lake-upgrade.png)
9+
![Screenshot of upgrading a Storage Account to Data Lake Gen2.](../media/3-data-lake-upgrade.png)

learn-pr/data-ai-cert/introduction-to-data-streaming/5-knowledge-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ quiz:
2222
- content: "Data is collected in a temporary store, and all records are processed together as a batch."
2323
isCorrect: false
2424
explanation: "Incorrect. Collecting and processing data periodically as a batch is referred to as batch processing."
25-
- content: "Data that is incomplete or contains errors is redirected to separate storage for correction by a human operator."
25+
- content: "Data that's incomplete or contains errors is redirected to separate storage for correction by a human operator."
2626
isCorrect: false
2727
explanation: "Incorrect. When incomplete or erroneous data is often logged, but isn't usually analyzed as a stream."
28-
- content: "You need to process a stream of sensor data, aggregating values over one minute windows and storing the results in a data lake. Which service should you use?"
28+
- content: "You need to process a stream of sensor data, aggregating values over one-minute windows and storing the results in a data lake. Which service should you use?"
2929
choices:
3030
- content: "Azure SQL Database"
3131
isCorrect: false
@@ -36,14 +36,14 @@ quiz:
3636
- content: "Azure Stream Analytics"
3737
isCorrect: true
3838
explanation: "Correct. Azure Stream Analytics is a stream processing engine."
39-
- content: "You want to aggregate event data by contiguous, fixed-length, non-overlapping temporal intervals. What kind of window should you use?"
39+
- content: "You want to aggregate event data by contiguous, fixed-length, nonoverlapping temporal intervals. What kind of window should you use?"
4040
choices:
4141
- content: "Sliding"
4242
isCorrect: false
43-
explanation: "Incorrect. Sliding windows are not contiguous."
43+
explanation: "Incorrect. Sliding windows aren't contiguous."
4444
- content: "Session"
4545
isCorrect: false
4646
explanation: "Incorrect. Session windows only include concurrent events."
4747
- content: "Tumbling"
4848
isCorrect: true
49-
explanation: "Correct. Tumbling windows define contiguous, fixed-length, non-overlapping windows."
49+
explanation: "Correct. Tumbling windows define contiguous, fixed-length, nonoverlapping windows."

learn-pr/wwl-data-ai/introduction-to-data-engineering-azure/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
title: Introduction to data engineering on Azure
1212
summary: Microsoft Azure provides a comprehensive platform for data engineering; but what is data engineering? Complete this module to find out.
1313
abstract: |
14-
In this module you will learn how to:
14+
In this module you'll learn how to:
1515
- Identify common data engineering tasks
1616
- Describe common data engineering concepts
1717
- Identify Azure services for data engineering

0 commit comments

Comments
 (0)