You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-databricks/databricks-extract-load-sql-data-warehouse.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.reviewer: jasonh
7
7
ms.service: azure-databricks
8
8
ms.custom: mvc
9
9
ms.topic: tutorial
10
-
ms.date: 06/20/2019
10
+
ms.date: 01/29/2020
11
11
---
12
12
# Tutorial: Extract, transform, and load data by using Azure Databricks
13
13
@@ -57,7 +57,7 @@ Complete these tasks before you begin this tutorial:
57
57
58
58
If you'd prefer to use an access control list (ACL) to associate the service principal with a specific file or directory, reference [Access control in Azure Data Lake Storage Gen2](../storage/blobs/data-lake-storage-access-control.md).
59
59
60
-
* When performing the steps in the [Get values for signing in](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal#get-values-for-signing-in) section of the article, paste the tenant ID, app ID, and password values into a text file. You'll need those soon.
60
+
* When performing the steps in the [Get values for signing in](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal#get-values-for-signing-in) section of the article, paste the tenant ID, app ID, and secret values into a text file. You'll need those soon.
61
61
62
62
* Sign in to the [Azure portal](https://portal.azure.com/).
63
63
@@ -165,23 +165,23 @@ In this section, you create a notebook in Azure Databricks workspace and then ru
6. In this code block, replace the `<app-id>`, `<password>`, `<tenant-id>`, and `<storage-account-name>` placeholder values in this code block with the values that you collected while completing the prerequisites of this tutorial. Replace the `<file-system-name>` placeholder value with whatever name you want to give the file system.
182
+
6. In this code block, replace the `<app-id>`, `<secret>`, `<tenant-id>`, and `<storage-account-name>` placeholder values in this code block with the values that you collected while completing the prerequisites of this tutorial. Replace the `<file-system-name>` placeholder value with whatever name you want to give the file system.
183
183
184
-
* The `<app-id>`, and `<password>` are from the app that you registered with active directory as part of creating a service principal.
184
+
* The `<app-id>`, and `<secret>` are from the app that you registered with active directory as part of creating a service principal.
0 commit comments