microsoft / hack-together

Hack Together: Microsoft Graph and .NET is a hackathon for .NET developers to learn Microsoft Graph and Microsoft 365.
MIT License
523 stars 85 forks source link

Project: AVD Session Manager #39

Closed cscaminaci closed 1 year ago

cscaminaci commented 1 year ago

Project name

AVD Session Manager

Description

AVD Session Manager is a Blazor server application built on Mudblazor and the Azure .NET SDK to more easily control user sessions in Azure Virtual Desktop. This is a sanitized version of my in house production tooling for Microsoft Hack Together 2023.

This app is designed to be CSP/MSP friendly, meaning it authenticates the user to the CSP tenant, and then uses an app registration in the target tenant to interact with AVD. Eventually, this app will allow multitenant management of AVD for MSPs from one central app instead of market alternatives like Nerdio that require an appservice to be stood up in each tenant you manage.

Repo URL

https://github.com/cscaminaci/AVD-Session-Manager

Team members

cscaminaci, mspautomator (me but public repo)

waldekmastykarz commented 1 year ago

Thank you for submitting your hack @cscaminaci. It doesn't seem though like it's using Microsoft Graph and the Microsoft Graph .NET SDK, which are both prerequisites for this hackathon. Are you planning to extend it with Microsoft Graph?