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/quickstart-create-databricks-workspace-portal.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,8 @@ In this section, you create an Azure Databricks workspace using the Azure portal
49
49
|**Resource group**| Specify whether you want to create a new resource group or use an existing one. A resource group is a container that holds related resources for an Azure solution. For more information, see [Azure Resource Group overview](../azure-resource-manager/management/overview.md). |
50
50
|**Location**| Select **West US 2**. For other available regions, see [Azure services available by region](https://azure.microsoft.com/regions/services/). |
51
51
|**Pricing Tier**| Choose between **Standard**, **Premium**, or **Trial**. For more information on these tiers, see [Databricks pricing page](https://azure.microsoft.com/pricing/details/databricks/). |
52
-
|**Virtual Network**| Choose to deploy an Azure Databricks workspace in your own Virtual Network (VNet). For more information, see [Deploy Azure Databricks in your Azure Virtual Network (VNet Injection)](/azure/databricks/administration-guide/cloud-configurations/azure/vnet-inject). |
53
52
54
-
Select **Create**.
55
-
56
-
4. The workspace creation takes a few minutes. During workspace creation, you can view the deployment status in **Notifications**.
53
+
4. Select **Review + Create**, and then **Create**. The workspace creation takes a few minutes. During workspace creation, you can view the deployment status in **Notifications**.
Copy file name to clipboardExpand all lines: articles/azure-databricks/quickstart-create-databricks-workspace-vnet-injection.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,24 @@ Sign in to the [Azure portal](https://portal.azure.com/).
36
36
37
37
|Setting|Suggested value|Description|
38
38
|-------|---------------|-----------|
39
-
|Name|databricks-quickstart|Select a name for your virtual network.|
40
-
|Address space|10.1.0.0/16|The virtual network's address range in CIDR notation. The CIDR range must be between /16 and /24|
41
39
|Subscription|\<Your subscription\>|Select the Azure subscription that you want to use.|
42
40
|Resource group|databricks-quickstart|Select **Create New** and enter a new resource group name for your account.|
43
-
|Location|\<Select the region that is closest to your users\>|Select a geographic location where you can host your virtual network. Use the location that's closest to your users.|
41
+
|Name|databricks-quickstart|Select a name for your virtual network.|
42
+
|Region|\<Select the region that is closest to your users\>|Select a geographic location where you can host your virtual network. Use the location that's closest to your users.|
43
+
44
+

45
+
46
+
3. Select **Next: IP Addresses >** and apply the following settings. Then select **Review + create**.
47
+
48
+
|Setting|Suggested value|Description|
49
+
|-------|---------------|-----------|
50
+
|IPv4 address space|10.2.0.0/16|The virtual network's address range in CIDR notation. The CIDR range must be between /16 and /24|
44
51
|Subnet name|default|Select a name for the default subnet in your virtual network.|
45
-
|Subnet Address range|10.1.0.0/24|The subnet's address range in CIDR notation. It must be contained by the address space of the virtual network. The address range of a subnet which is in use can't be edited.|
52
+
|Subnet Address range|10.2.0.0/24|The subnet's address range in CIDR notation. It must be contained by the address space of the virtual network. The address range of a subnet which is in use can't be edited.|
46
53
47
-

54
+

48
55
49
-
3. Once the deployment is complete, navigate to your virtual network and select **Address space** under **Settings**. In the box that says *Add additional address range*, insert `10.179.0.0/16` and select **Save**.
56
+
4. On the **Review + create** tab, select **Create** to deploy the virtual network. Once the deployment is complete, navigate to your virtual network and select **Address space** under **Settings**. In the box that says *Add additional address range*, insert `10.179.0.0/16` and select **Save**.
@@ -65,14 +72,21 @@ Sign in to the [Azure portal](https://portal.azure.com/).
65
72
|Resource group|databricks-quickstart|Select the same resource group you used for the virtual network.|
66
73
|Location|\<Select the region that is closest to your users\>|Choose the same location as your virtual network.|
67
74
|Pricing Tier|Choose between Standard or Premium.|For more information on pricing tiers, see the [Databricks pricing page](https://azure.microsoft.com/pricing/details/databricks/).|
75
+
76
+

77
+
78
+
3. Once you've finished entering settings on the **Basics** page, select **Next: Networking >** and apply the following settings:
79
+
80
+
|Setting|Suggested value|Description|
81
+
|-------|---------------|-----------|
68
82
|Deploy Azure Databricks workspace in your Virtual Network (VNet)|Yes|This setting allows you to deploy an Azure Databricks workspace in your virtual network.|
69
83
|Virtual Network|databricks-quickstart|Select the virtual network you created in the previous section.|
70
84
|Public Subnet Name|public-subnet|Use the default public subnet name.|
71
85
|Public Subnet CIDR Range|10.179.64.0/18|Use a CIDR range up to and including /26.|
72
86
|Private Subnet Name|private-subnet|Use the default private subnet name.|
73
87
|Private Subnet CIDR Range|10.179.0.0/18|Use a CIDR range up to and including /26.|
74
88
75
-

89
+

76
90
77
91
3. Once the deployment is complete, navigate to the Azure Databricks resource. Notice that virtual network peering is disabled. Also notice the resource group and managed resource group in the overview page.
0 commit comments