File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
articles/synapse-analytics Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ This tutorial guides you through all the basic steps needed to use Azure Synapse
16
16
17
17
## Prepare a storage account for use with a Synapse workspace
18
18
* Open the [ Azure Portal] ( https://portal.azure.com )
19
- * Create a new Storage account
20
- * Key settings in the ** Basics** tab
21
- * ** Storage account name** - you can give it any name. In this document we'll refer to it as ` contosolake `
22
- * ** Account kind** - must be set to ` StorageV2 `
23
- * ** Location** - you can pick any location but its recommended your Synapse workspace and ADLSGEN2 account are in the same region
24
- * Key settings in the ** Advanced** tab
25
- * ** Data Lake Storage Gen2** - set to ` Enabled ` . Azure Synapse only works with storage accounts where this setting is enabled.
19
+ * Create a new Storage account with the following settings:
20
+ * In the ** Basics** tab
21
+ * ** Storage account name** - you can give it any name. In this document we'll refer to it as ` contosolake `
22
+ * ** Account kind** - must be set to ` StorageV2 `
23
+ * ** Location** - you can pick any location but its recommended your Synapse workspace and ADLSGEN2 account are in the same region
24
+ * In the ** Advanced** tab
25
+ * ** Data Lake Storage Gen2** - set to ` Enabled ` . Azure Synapse only works with storage accounts where this setting is enabled.
26
26
* Once the storage account is created, perform these role assignments or ensure they are already assigned
27
27
* Assign yourself to the ** Owner** role on the storage account
28
28
* Assign yourself to the ** Storage Blob Data Owner** role on the Storage Account
You can’t perform that action at this time.
0 commit comments