diff --git a/Libraries/Azure.psm1 b/Libraries/Azure.psm1 index 01a32b4fc..8a562d6ef 100644 --- a/Libraries/Azure.psm1 +++ b/Libraries/Azure.psm1 @@ -676,7 +676,7 @@ Function CreateResourceGroupDeployment([string]$RGName, $location, $setupType, $ { $FailCounter = 0 $retValue = "False" - $ResourceGroupDeploymentName = $RGName + "-deployment" + $ResourceGroupDeploymentName = "LISA-" + [guid]::NewGuid().Guid While(($retValue -eq $false) -and ($FailCounter -lt 1)) { try