Roger Doherty (MSFT)

Results 12 comments of Roger Doherty (MSFT)

The code would need to go get members in batches 5000 security principals at a time. As each batch of 5000 is retrieved, it would be checked to see if...

> You can change the size limit for the ADWS Service. This solved same problem with group member limit for me. On all domain controller got to: c:\windows\ADWS Edit file:...

One other thing to note, when I sign into shell.azure.com on a browser, I have to pick from multiple identities. There is my work identity , then two other identities...

@chrmarti negative, just hangs at "Requesting a Cloud Shell....". Nothing new shows up in Developer Tools console.

@chrmarti I am not behind a network proxy, and `PowerShell in Cloud Shell` does work.

@chrmarti yes it does.

@chrmarti correction `Open Bash in Cloud Shell` never worked, and `Open PowerShell in Cloud Shell` does work.

@chrmarti it just started working for me now, I didn't change a thing so I'm assuming some kind of backend change.

@AbdullahBell made the suggested change can you please review?

cloud-init installs using apt failing as well, this code works on 22.04: ```yaml cloud_config_modules: - apt_configure - package_update_upgrade_install apt: sources: powershell: source: 'deb https://packages.microsoft.com/ubuntu/24.04/prod $RELEASE main' key: | -----BEGIN PGP...