Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Dec 9, 2024
1 parent b81f3f1 commit 899c1e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions eslzArm/prerequisites/deployPrerequisites.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"parameters": {
"location": {
"value": "[parameters('location')]"
},
"eslzRootName": {
"value": "[parameters('eslzRootName')]"
}
},
"template": {
Expand Down Expand Up @@ -157,10 +160,10 @@
)

#API call to register the Microsoft.Network provider against intermediate resource group for AVNM
#Invoke-AzRestMethod -Method POST -Uri \"https://management.azure.com/providers/Microsoft.Management/managementGroups/$eslzRootName/providers/Microsoft.Network/register?api-version=2021-04-01\"
Invoke-AzRestMethod -Method POST -Uri \"https://management.azure.com/providers/Microsoft.Management/managementGroups/$eslzRootName/providers/Microsoft.Network/register?api-version=2021-04-01\"

#Sleep for XX minutes to wait for Management Groups to load to cache before assignments
Start-Sleep -Duration (New-TimeSpan -Minutes 20)
Start-Sleep -Duration (New-TimeSpan -Minutes 10)

$result = \"\"
$count = 0
Expand Down

0 comments on commit 899c1e7

Please sign in to comment.