Skip to content

Commit

Permalink
Fixing linting issues with broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
promisinganuj committed Nov 21, 2023
1 parent 07f9a9a commit 33a8ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ This sample implementation focuses on securing the Azure Databricks Environment

- Appropriately select the [Storage redundancy](https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy) option.

- Leverage [Azure Cost Management and Billing](https://azure.microsoft.com/en-us/services/cost-management/) to track usage cost of the Azure Databricks and Storage services.
- Leverage [Azure Cost Management and Billing](https://azure.microsoft.com/en-us/products/cost-management/) to track usage cost of the Azure Databricks and Storage services.

- Use [Azure Advisor](https://azure.microsoft.com/en-us/services/advisor/) to optimize deployments by leveraging the smart insights.
- Use [Azure Advisor](https://azure.microsoft.com/en-us/products/advisor/) to optimize deployments by leveraging the smart insights.

- Use [Azure Policies](https://azure.microsoft.com/en-us/services/azure-policy/) to define guardrails around deployment constraints to regulate the cost.
- Use [Azure Policies](https://azure.microsoft.com/en-us/products/azure-policy/) to define guardrails around deployment constraints to regulate the cost.

- Operational Excellence

Expand Down
2 changes: 1 addition & 1 deletion single_tech_samples/datafactory/sample1_cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This sample demonstrates how to apply DevOps with Azure Data Factory (ADF) by so

## Solution Overview

This solution sets up an [Azure Data Lake Gen2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) storage account, with a folder structure that enables data tiering (bronze, silver, gold), and an [Azure Data Factory](https://azure.microsoft.com/en-us/products/data-factory/)(ADF) instance with linked services connecting to the data lake, to a separate file share and a [key vault](https://azure.microsoft.com/en-us/services/key-vault/) for secrets.
This solution sets up an [Azure Data Lake Gen2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) storage account, with a folder structure that enables data tiering (bronze, silver, gold), and an [Azure Data Factory](https://azure.microsoft.com/en-us/products/data-factory/)(ADF) instance with linked services connecting to the data lake, to a separate file share and a [key vault](https://azure.microsoft.com/en-us/products/key-vault/) for secrets.

The Azure Data Factory contains a simple pipeline taking data from the file share and ingesting it to the bronze folder.

Expand Down
2 changes: 1 addition & 1 deletion single_tech_samples/purview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Azure Purview is a managed data governance cloud service for centrally managing

## Solution Overview

This solution sets up an [Azure Data Lake Gen2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) storage account, with a folder structure that enables data tiering (bronze, silver, gold), an [Azure Data Factory](https://azure.microsoft.com/en-us/products/data-factory/)(ADF) instance with linked services connecting to the data lake, a [key vault](https://azure.microsoft.com/en-us/services/key-vault/) for any secrets, and an [Azure Purview](https://azure.microsoft.com/en-us/products/purview/) account for data governance.
This solution sets up an [Azure Data Lake Gen2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) storage account, with a folder structure that enables data tiering (bronze, silver, gold), an [Azure Data Factory](https://azure.microsoft.com/en-us/products/data-factory/)(ADF) instance with linked services connecting to the data lake, a [key vault](https://azure.microsoft.com/en-us/products/key-vault/) for any secrets, and an [Azure Purview](https://azure.microsoft.com/en-us/products/purview/) account for data governance.

The Azure Data Factory contains a simple ADF Pipeline that is stored in a git repository, that is taking data from the Dropzone and ingesting it into the bronze folder.

Expand Down

0 comments on commit 33a8ff1

Please sign in to comment.