Azure / azure-saas

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
https://aka.ms/azuresaasdevkit
326 stars 239 forks source link

I used Option 2: Setup Identity Framework - Powershell (Advanced) to run #205

Closed Wiiki0807 closed 1 year ago

Wiiki0807 commented 1 year ago

Describe the bug Can't setup the infrastructure by script. (https://azure.github.io/azure-saas/quick-start/#option-2-setup-identity-framework---powershell-advanced) Should any prerequisite be done before running script?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. image Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Wiiki0807 commented 1 year ago

find the error caused by Get-MgUser parameters -filter, and resolved the issue by skip -filter parameter.