Skip to content

Commit 6e7e478

Browse files
authored
Merge pull request #1527 from Adez017/dicord
added blog for cost optimizations
2 parents 6a6acf8 + 6215027 commit 6e7e478

8 files changed

Lines changed: 477 additions & 0 deletions

File tree

311 KB
Loading
18.8 KB
Loading
37 KB
Loading
180 KB
Loading
45.1 KB
Loading

blog/azure-cost-optimization/index.md

Lines changed: 466 additions & 0 deletions
Large diffs are not rendered by default.

src/database/blogs/index.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,17 @@ const blogs: Blog[] = [
188188
category: "data engineering",
189189
tags: ["Azure", "Synapse Analytics", "Data Warehousing", "Big Data", "Unified Analytics", "Fabric", "Data Engineering"],
190190
},
191+
{
192+
id: 17,
193+
title: "Azure Data Pipeline Cost Optimization: How We Cut a $4,200 Bill by 73%",
194+
image: "/img/blogs/cost_optimzation_cover.png",
195+
description:
196+
"Azure Data Pipeline can be a powerful tool for data processing and analytics, but it can also lead to unexpectedly high costs if not managed properly. In this article, we share our experience of optimizing our Azure Data Pipeline costs, which resulted in a 73% reduction in our monthly bill, saving us $3,066. We discuss the strategies we implemented to achieve this significant cost reduction while maintaining the performance and reliability of our data pipeline.",
197+
slug: "azure-cost-optimization",
198+
authors: ["Aditya-Singh-Rathore"],
199+
category: "data engineering",
200+
tags: ["Azure", "Data Pipeline", "Cost Optimization", "Data Engineering"],
201+
},
191202

192203
];
193204

907 KB
Loading

0 commit comments

Comments
 (0)