Skip to content

Commit

Permalink
Merge pull request #14015 from v-barshana/v-barshanaa/azure-quickstar…
Browse files Browse the repository at this point in the history
…t-templates-databricks-workspace-with-dbfs-root-customer-managed-keys-latest-apiversion-npip-update

Databricks-workspace-with-dbfs-root-customer-managed-keys- Updated latest API version, NPIP default value to true
  • Loading branch information
alex-frankel committed May 14, 2024
2 parents 90f192e + 3e4a505 commit 15f96a3
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 = 'ws${uniqueString(resourceGroup().id)}'
Expand Down Expand Up @@ -27,7 +27,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,8 +4,8 @@
"itemDisplayName": "Deploy an Azure Databricks WS with CMK for DBFS encryption",
"description": "This template allows you to create an Azure Databricks workspace with CMK for DBFS root encryption",
"summary": "Deploy an Azure Databricks WS with CMK for DBFS encryption.",
"githubUsername": "sunainakrishnamoorthy",
"dateUpdated": "2023-04-01",
"githubUsername": "v-barshana",
"dateUpdated": "2024-05-13",
"environments": [
"AzureCloud"
]
Expand Down

0 comments on commit 15f96a3

Please sign in to comment.