Is it possible to create and configure an Azure application registration using an Azure DevOps pipeline?
I'm working on setting up a bot from Microsoft Bot Framework 4.4+. Ideally, I'd like to be able to create all of the Azure resources (including the application registration) with a click of a button from Azure DevOps. I'd also like to be able to tear all those resources down with another click of a button.
This question is fairly straight forward, but I can't seem to find much documentation.