Azure have a new(ish) static hosting product which would be very useful. The idea is you can check your static site code into Git, and have it deploy to your site. You can even view branches as a sort of preview workflow.
The problem is Azure Static Web service only seems to work with Github.
Our organisation has all its repos in Azure DevOps, which is a seamless unified environment for our repos, build pipelines, and Azure web services. All our Devs are setup with Azure Dev ops git accounts, they dont have (non private) github accounts.
We dont want to have to go out and setup a duplicate git hosting outside of Azure - along with the pain of security, authorization, or linking with Active directory.
We want to use Azure Git with Azure Static web.
To a large extent, git is git.
Does anyone have any workarounds, hacks or tutorials to make these two Microsoft Azure products talk to each other?