Skip to content

Commit

Permalink
Merge pull request #14019 from v-barshana/v-barshanaa/azure-quickstar…
Browse files Browse the repository at this point in the history
…t-templates-databricks-all-in-one-template-for-vnet-injection-with-nat-gateway-latest-apiversion-npip-update

Databricks-all-in-one-template-for-vnet-injection-with-nat-gateway - Updated latest API version, NPIP default value to true
  • Loading branch information
alex-frankel committed May 14, 2024
2 parents b742efc + de99acf commit a5360f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@description('Specifies whether to deploy Azure Databricks workspace with Secure Cluster Connectivity (No Public IP) enabled or not')
param disablePublicIp bool = false
param disablePublicIp bool = true

@description('Location for all resources.')
param location string = resourceGroup().location
Expand Down Expand Up @@ -136,7 +136,7 @@ resource vnet 'Microsoft.Network/virtualNetworks@2023-09-01' = {
}
}

resource workspace 'Microsoft.Databricks/workspaces@2023-02-01' = {
resource workspace 'Microsoft.Databricks/workspaces@2024-05-01' = {
location: location
name: workspaceName
sku: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"itemDisplayName": "AzureDatabricks Template for VNet Injection with NAT Gateway",
"description": "This template allows you to create a NAT gateway, network security group, a virtual network and an Azure Databricks workspace with the virtual network.",
"summary": "Deploy a NAT Gateway, Network Security Group, a Virtual Network and an Azure Databricks Workspace with the Virtual Network.",
"githubUsername": "sunainakrishnamoorthy",
"dateUpdated": "2024-02-23",
"githubUsername": "v-barshana",
"dateUpdated": "2024-05-13",
"tags": {
"subscriptiontype": "Azure4Student",
"resource": "Azure DataBricks",
Expand Down

0 comments on commit a5360f1

Please sign in to comment.