Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaltireland committed Aug 21, 2024
1 parent ab467c2 commit ef13e1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workload/bicep/modules/networking-arpah/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ var varExistingSubnetName = split(existingAvdSubnetResourceId, '/')[10]
// =========== //

// AVD network security group.
module networksecurityGroupAvd '../../../../carml/1.3.0/Microsoft.Network/networkSecurityGroups/deploy.bicep' = {
module networksecurityGroupAvd '../../../../avm/1.0.0/res/network/network-security-group/main.bicep' = {
scope: resourceGroup('${workloadSubsId}', '${networkObjectsRgName}')
name: 'nsg-avd-${time}'
params: {
name: avdNetworksecurityGroupName
location: sessionHostLocation
tags: tags
diagnosticWorkspaceId: alaWorkspaceResourceId
diagnosticLogCategoriesToEnable: varNetworkSecurityGroupDiagnostic
// diagnosticWorkspaceId: alaWorkspaceResourceId
// diagnosticLogCategoriesToEnable: varNetworkSecurityGroupDiagnostic
securityRules: [
{
name: 'AVDServiceTraffic'
Expand Down Expand Up @@ -160,7 +160,7 @@ module networksecurityGroupAvd '../../../../carml/1.3.0/Microsoft.Network/networ
}

// AVD route table if creating a vnet
module routeTableAvd '../../../../carml/1.3.0/Microsoft.Network/routeTables/deploy.bicep' = {
module routeTableAvd '../../../../avm/1.0.0/res/network/route-table/main.bicep' = {
scope: resourceGroup('${workloadSubsId}', '${networkObjectsRgName}')
name: 'Route-Table-AVD-${time}'
params: {
Expand Down

0 comments on commit ef13e1a

Please sign in to comment.