microsoftgraph / group-membership-management

Group Membership Management (GMM) is a service that dynamically manages the membership of AAD Groups. Groups managed by GMM can have their membership defined using existing AAD Groups and/or custom membership sources.
Other
97 stars 14 forks source link

Unable to complete deployment after successfully deployed pipeline #40

Open ivajlotinh opened 2 months ago

ivajlotinh commented 2 months ago

Hello,

we have successfully deployed the pipeline but the webapi page cannot be opened with the following error: This page can't be found. (HTTP Error 404)

Can you please help us?

Thank you

Angelm116 commented 1 month ago

Hello,

Are you interacting with the UI (web application) or directly with the WebAPI through Swagger? Any extra information about your approach will help us help you! Also, please include logs from LogAnalytics or the web console that you think will be helpful.

Looking forward to helping you figure this out!

Best, Angel

ivajlotinh commented 1 month ago

Hello Angel,

We are following the installation manual and trying the complete this step: ‘ https://github.com/microsoftgraph/group-membership-management-tenant/blob/main/README.md#create-the-jobs-table

If I understand correctly, we should be able to browse the swagger url to complete the step. Is this correct?

In the UI, we see error: Failed to fetch jobs!

Thanks Ivajlo

On Wed, 2 Oct 2024 at 18:02, Angelm116 @.***> wrote:

Hello,

Are you interacting with the UI (web application) or directly with the WebAPI through Swagger? Any extra information about your approach will help us help you! Also, please include logs from LogAnalytics or the web console that you think will be helpful.

Looking forward to helping you figure this out!

Best, Angel

— Reply to this email directly, view it on GitHub https://github.com/microsoftgraph/group-membership-management/issues/40#issuecomment-2389047704, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEKYLT4YOVPFVNROFWVTD43ZZQKJHAVCNFSM6AAAAABO624KXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGA2DONZQGQ . You are receiving this because you authored the thread.Message ID: @.*** com>

Angelm116 commented 1 month ago

Hello Ivajlo,

Yes, you should be able to browse the Swagger URL. Did you add '_ASPNETCOREENVIRONMENT: development' to the configuration settings of the WebAPI? Did you restart the WebAPI after adding this setting?

Thanks, Angel