Skip to content

Commit

Permalink
Merge pull request #49 from DataFabricator/patch-1
Browse files Browse the repository at this point in the history
Update main.bicep
  • Loading branch information
bennyaustin authored Jan 21, 2025
2 parents c1c7163 + b71aea3 commit 0c983b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iac/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ resource audit_rg 'Microsoft.Resources/resourceGroups@2024-03-01' = {
}
}


/*
// Deploy Purview using module
module purview './modules/purview.bicep' = if (create_purview || enable_purview) {
name: purview_deployment_name
Expand Down Expand Up @@ -149,7 +149,7 @@ module fabric_capacity './modules/fabric-capacity.bicep' = {
adminUsers: kv_ref.getSecret('fabric-capacity-admin-username')
}
}

*/
//Deploy SQL control DB
module controldb './modules/sqldb.bicep' = {
name: controldb_deployment_name
Expand Down

0 comments on commit 0c983b5

Please sign in to comment.