Skip to content

Commit a3a8dda

Browse files
committed
build fix attempt
1 parent 29dc3f7 commit a3a8dda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

blog/ETL-pipeline-tutorial/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ meta:
2222
- property: "og:url"
2323
content: "https://www.recodehive.com/blog/azure-data-factory-build-first-etl"
2424
- property: "og:image"
25-
content: "./img/adf-etl-cover.png"
25+
content: "./img/adf-cover_image.png"
2626
- name: "twitter:card"
2727
content: "summary_large_image"
2828
- name: "twitter:title"
2929
content: "Azure Data Factory Pipeline: Build Your First ETL in 10 Minutes"
3030
- name: "twitter:description"
3131
content: "Azure Data Factory is Microsoft's cloud-native ETL service. Here's how to build your first real pipeline in under 10 minutes."
3232
- name: "twitter:image"
33-
content: "./img/adf-etl-cover.png"
33+
content: "./img/adf-cover_image.png"
3434

3535
---
3636

@@ -86,9 +86,9 @@ You create a Linked Service once, then reuse it across as many datasets and pipe
8686
height="400"
8787
src="https://www.youtube.com/embed/EpDkxTHAhOs"
8888
title="YouTube video player"
89-
frameborder="0"
89+
frameBorder="0"
9090
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
91-
allowfullscreen>
91+
allowFullScreen>
9292
</iframe>
9393

9494
**Examples:**

0 commit comments

Comments
 (0)