Enterprise-Scale icon indicating copy to clipboard operation
Enterprise-Scale copied to clipboard

Bug Report: PowerShell deployment runs forever or fails

Open jdrepo opened this issue 4 months ago • 16 comments

Describe the bug

Deploy ALZ reference implementation with PowerShell doesn´t work

Steps to reproduce

  1. New-AzTenantDeployment -Name "ALZ-Deployment-$(Get-Date -Format 'yyyyMMddTHHMM')" -Location "westeurope" -TemplateUri "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2024-09-03/eslzArm/eslzArm.json" -TemplateParameterFile ".\ALZ-Portal-parametersFile.json" -WhatIf
  2. Getting the latest status of all resources... forever

Seems to me that there is the same error/behaviour in the "Test Portal experience" workflow in this repo ?

Screenshots

Image

Is this a general problem with PowerShell deployment at the moment ?

jdrepo avatar Oct 09 '24 11:10 jdrepo