Skip to content

Commit d3930c5

Browse files
authored
Merge pull request #101434 from mamccrea/dbks-quickstart-images
Databricks: update images for new UI
2 parents ede053b + b7847d7 commit d3930c5

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed
78.2 KB
Loading
Loading
Loading
Loading
57.5 KB
Loading

articles/azure-databricks/quickstart-create-databricks-workspace-portal.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ In this section, you create an Azure Databricks workspace using the Azure portal
4949
|**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). |
5050
|**Location** | Select **West US 2**. For other available regions, see [Azure services available by region](https://azure.microsoft.com/regions/services/). |
5151
|**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). |
5352

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**.
5754

5855
![Databricks deployment tile](./media/quickstart-create-databricks-workspace-portal/databricks-deployment-tile.png "Databricks deployment tile")
5956

articles/azure-databricks/quickstart-create-databricks-workspace-vnet-injection.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,24 @@ Sign in to the [Azure portal](https://portal.azure.com/).
3636

3737
|Setting|Suggested value|Description|
3838
|-------|---------------|-----------|
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|
4139
|Subscription|\<Your subscription\>|Select the Azure subscription that you want to use.|
4240
|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+
![Basics for a virtual network on Azure portal](./media/quickstart-create-databricks-workspace-vnet-injection/create-virtual-network.png)
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|
4451
|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.|
4653

47-
![Create a virtual network on Azure portal](./media/quickstart-create-databricks-workspace-vnet-injection/create-virtual-network.png)
54+
![Set IP configurations for a virtual network on Azure portal](./media/quickstart-create-databricks-workspace-vnet-injection/create-virtual-network-ip-config.png)
4855

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**.
5057

5158
![Azure virtual network address space](./media/quickstart-create-databricks-workspace-vnet-injection/add-address-space.png)
5259

@@ -65,14 +72,21 @@ Sign in to the [Azure portal](https://portal.azure.com/).
6572
|Resource group|databricks-quickstart|Select the same resource group you used for the virtual network.|
6673
|Location|\<Select the region that is closest to your users\>|Choose the same location as your virtual network.|
6774
|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+
![Create an Azure Databricks workspace basics](./media/quickstart-create-databricks-workspace-vnet-injection/create-databricks-workspace.png)
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+
|-------|---------------|-----------|
6882
|Deploy Azure Databricks workspace in your Virtual Network (VNet)|Yes|This setting allows you to deploy an Azure Databricks workspace in your virtual network.|
6983
|Virtual Network|databricks-quickstart|Select the virtual network you created in the previous section.|
7084
|Public Subnet Name|public-subnet|Use the default public subnet name.|
7185
|Public Subnet CIDR Range|10.179.64.0/18|Use a CIDR range up to and including /26.|
7286
|Private Subnet Name|private-subnet|Use the default private subnet name.|
7387
|Private Subnet CIDR Range|10.179.0.0/18|Use a CIDR range up to and including /26.|
7488

75-
![Create an Azure Databricks workspace on Azure portal](./media/quickstart-create-databricks-workspace-vnet-injection/create-databricks-workspace.png)
89+
![Add VNet information to Azure Databricks workspace on Azure portal](./media/quickstart-create-databricks-workspace-vnet-injection/create-databricks-workspace-vnet-config.png)
7690

7791
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.
7892

0 commit comments

Comments
 (0)