Skip to content

Commit 08d0b8c

Browse files
authored
fix typo
Bloband -> Blob and
1 parent 0514eee commit 08d0b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"metadata": {},
169169
"source": [
170170
"## Data Connections with Inputs and Outputs\n",
171-
"The DatabricksStep supports Azure Bloband ADLS for inputs and outputs. You also will need to define a [Secrets](https://docs.azuredatabricks.net/user-guide/secrets/index.html) scope to enable authentication to external data sources such as Blob and ADLS from Databricks.\n",
171+
"The DatabricksStep supports Azure Blob and ADLS for inputs and outputs. You also will need to define a [Secrets](https://docs.azuredatabricks.net/user-guide/secrets/index.html) scope to enable authentication to external data sources such as Blob and ADLS from Databricks.\n",
172172
"\n",
173173
"- Databricks documentation on [Azure Blob](https://docs.azuredatabricks.net/spark/latest/data-sources/azure/azure-storage.html)\n",
174174
"- Databricks documentation on [ADLS](https://docs.databricks.com/spark/latest/data-sources/azure/azure-datalake.html)\n",
@@ -695,4 +695,4 @@
695695
},
696696
"nbformat": 4,
697697
"nbformat_minor": 2
698-
}
698+
}

0 commit comments

Comments
 (0)