Skip to content

Commit 85904d9

Browse files
authored
Merge pull request #95960 from mamccrea/patch-33
Databricks: remove html extension
2 parents db6dc9f + d40969b commit 85904d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-databricks/databricks-connect-to-data-sources.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@ This article provides links to all the different data sources in Azure that can
2121

2222
## Data sources for Azure Databricks
2323

24-
The following list provides the data sources in Azure that you can use with Azure Databricks. For a complete list of data sources that can be used with Azure Databricks, see [Data sources for Azure Databricks](/azure/databricks/data/data-sources/index.html).
24+
The following list provides the data sources in Azure that you can use with Azure Databricks. For a complete list of data sources that can be used with Azure Databricks, see [Data sources for Azure Databricks](/azure/databricks/data/data-sources/index).
2525

26-
- [Azure SQL database](/azure/databricks/data/data-sources/sql-databases.html)
26+
- [Azure SQL database](/azure/databricks/data/data-sources/sql-databases)
2727

2828
This link provides the DataFrame API for connecting to SQL databases using JDBC and how to control the parallelism of reads through the JDBC interface. This topic provides detailed examples using the Scala API, with abbreviated Python and Spark SQL examples at the end.
29-
- [Azure Data Lake Storage](/azure/databricks/data/data-sources/azure/azure-datalake-gen2.html)
29+
- [Azure Data Lake Storage](/azure/databricks/data/data-sources/azure/azure-datalake-gen2)
3030

3131
This link provides examples on how to use the Azure Active Directory service principal to authenticate with Azure Data Lake Storage. It also provides instructions on how to access the data in Azure Data Lake Storage from Azure Databricks.
3232

33-
- [Azure Blob Storage](/azure/databricks/data/data-sources/azure/azure-storage.html)
33+
- [Azure Blob Storage](/azure/databricks/data/data-sources/azure/azure-storage)
3434

3535
This link provides examples on how to directly access Azure Blob Storage from Azure Databricks using access key or the SAS for a given container. The link also provides info on how to access the Azure Blob Storage from Azure Databricks using the RDD API.
3636

37-
- [Azure Cosmos DB](/azure/databricks/data/data-sources/azure/cosmosdb-connector.html)
37+
- [Azure Cosmos DB](/azure/databricks/data/data-sources/azure/cosmosdb-connector)
3838

3939
This link provides instructions on how to use the [Azure Cosmos DB Spark connector](https://github.com/Azure/azure-cosmosdb-spark) from Azure Databricks to access data in Azure Cosmos DB.
4040

41-
- [Azure Event Hubs](/azure/databricks/data/data-sources/azure/eventhubs-connector.html)
41+
- [Azure Event Hubs](/azure/databricks/data/data-sources/azure/eventhubs-connector)
4242

4343
This link provides instructions on how to use the [Azure Event Hubs Spark connector](https://github.com/Azure/azure-event-hubs-spark) from Azure Databricks to access data in Azure Event Hubs.
4444

45-
- [Azure SQL Data Warehouse](/azure/databricks/data/data-sources/azure/sql-data-warehouse.html)
45+
- [Azure SQL Data Warehouse](/azure/databricks/data/data-sources/azure/sql-data-warehouse)
4646

4747
This link provides instructions on how to use the Azure SQL Data Warehouse connector to connect from Azure Databricks.
4848

4949

5050
## Next steps
5151

52-
To learn about sources from where you can import data into Azure Databricks, see [Data sources for Azure Databricks](/azure/databricks/data/data-sources/index.html#).
52+
To learn about sources from where you can import data into Azure Databricks, see [Data sources for Azure Databricks](/azure/databricks/data/data-sources/index).
5353

5454

0 commit comments

Comments
 (0)