Skip to content

Commit

Permalink
Merge pull request #14017 from v-barshana/v-barshanaa/azure-quickstar…
Browse files Browse the repository at this point in the history
…t-templates-databricks-workspace-with-custom-vnet-address-latest-apiversion-npip-update

Databricks-workspace-with-custom-vnet-address - Updated latest API version, NPIP default value to true
  • Loading branch information
alex-frankel committed May 14, 2024
2 parents 66fbcda + 6ded712 commit 72fc634
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('The name of the Azure Databricks workspace to create.')
param workspaceName string
Expand All @@ -21,7 +21,7 @@ var managedResourceGroupName = 'databricks-rg-${workspaceName}-${uniqueString(wo
var trimmedMRGName = substring(managedResourceGroupName, 0, min(length(managedResourceGroupName), 90))
var managedResourceGroupId = '${subscription().id}/resourceGroups/${trimmedMRGName}'

resource workspace 'Microsoft.Databricks/workspaces@2023-02-01' = {
resource workspace 'Microsoft.Databricks/workspaces@2024-05-01' = {
name: workspaceName
location: location
sku: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"itemDisplayName": "Azure Databricks Workspace with custom Address Range",
"description": "This template allows you to create an Azure Databricks workspace with a custom virtual network address range.",
"summary": "Deploy an Azure Databricks workspace with a custom virtual network address range.",
"githubUsername": "sunainakrishnamoorthy",
"dateUpdated": "2024-02-23"
"githubUsername": "v-barshana",
"dateUpdated": "2024-05-13"
}

0 comments on commit 72fc634

Please sign in to comment.