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]"
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]"