LogicAppCollaborative / PsLogicAppExtractor

MIT License
3 stars 3 forks source link

Set resource group location for Integration Account #33

Open Prafulkapse opened 2 years ago

Prafulkapse commented 2 years ago

In task Set-Arm.IntegrationAccount.IdFormatted.Advanced.AsVariable.task.ps1 , kindly set the value as "[resourceGroup().name]"

On line 28 we can set the value as below. $armObj = Add-ArmVariable -InputObject $armObj -Name "integrationAccountResourceGroup" -Value "[resourceGroup().name]"