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/storage/blobs/data-lake-storage-use-databricks-spark.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
43
43
> [!IMPORTANT]
44
44
> Make sure to assign the role in the scope of the Data Lake Storage Gen2 storage account. You can assign a role to the parent resource group or subscription, but you'll receive permissions-related errors until those role assignments propagate to the storage account.
45
45
46
-
:heavy_check_mark: 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.
46
+
:heavy_check_mark: 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 client secret values into a text file. You'll need those soon.
47
47
48
48
### Download the flight data
49
49
@@ -147,7 +147,7 @@ In this section, you'll create a container and a folder in your storage account.
@@ -157,7 +157,7 @@ In this section, you'll create a container and a folder in your storage account.
157
157
extra_configs= configs)
158
158
```
159
159
160
-
18. In this code block, replace the `appId`, `password`, `tenant`, 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 `container-name` placeholder value with the name of the container.
160
+
18. In this code block, replace the `appId`, `clientSecret`, `tenant`, 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 `container-name` placeholder value with the name of the container.
161
161
162
162
19. Press the **SHIFT+ENTER** keys to run the code in this block.
0 commit comments