Skip to content

Commit

Permalink
Merge pull request #6 from JCoreMS/JCore-Brownfield-AppAttachVM-fix
Browse files Browse the repository at this point in the history
fix issue with post script not running
  • Loading branch information
JCoreMS authored Jan 2, 2024
2 parents 07baddb + f2acb93 commit f42b6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/bicep/brownfield/appAttachToolsVM/solution.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ param VNet object = {
@description('Subnet to use for MSIX VM Tools VM.')
param SubnetName string

var PostDeployScriptURI = 'https://github.com/Azure/avdaccelerator/blob/main/workload/scripts/appAttachToolsVM/'
var PostDeployScriptURI = 'https://raw.githubusercontent.com/Azure/avdaccelerator/main/workload/scripts/appAttachToolsVM/'
var VNetSub = split(VNet.id, '/')[2]
var VNetRG = split(VNet.id, '/')[4]
var VNetName = VNet.name
Expand Down

0 comments on commit f42b6f9

Please sign in to comment.