Skip to content

Commit

Permalink
Add missing useVnet parameter (#8679)
Browse files Browse the repository at this point in the history
* Add missing useVnet parameter
* Add classification tag
  • Loading branch information
hallipr authored Sep 12, 2024
1 parent 1101059 commit e2c08b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ resource kustoCluster 'Microsoft.Kusto/Clusters@2022-02-01' = {
identity: {
type: 'SystemAssigned'
}
tags: {
'NRMS.KustoPlatform.Classification.1P': 'Corp'
}
properties: {
trustedExternalTenants: []
optimizedAutoscale: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
},
"subnetPrefix": {
"value": "10.9.0.0/24"
},
"useVnet": {
"value": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
},
"subnetPrefix": {
"value": "10.8.0.0/24"
},
"useVnet": {
"value": true
}
}
}

0 comments on commit e2c08b0

Please sign in to comment.