Skip to content

Commit

Permalink
updates for deploying remote apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaltireland committed Sep 13, 2024
1 parent c6bbfaf commit 3f93d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ param workSpaceName string
@sys.description('Existing properties')
param properties object

@sys.description('Location where to deploy AVD management plane.')
param location string

resource existingWorkspace 'Microsoft.DesktopVirtualization/workspaces@2023-11-01-preview' = {
name: workSpaceName
location: location
properties: properties
}
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ module updateWorkspace '.bicep/updateAVDWorkspace.bicep' = {
//scope: resourceGroup(vnetResourceGroupName)
params: {
workSpaceName: workSpaceName
location: managementPlaneLocation

// Update the nsg
properties: union(existingWorkspace.properties, {
Expand Down

0 comments on commit 3f93d27

Please sign in to comment.