I want to automate application creation in Azure with python. My goal is to execute it with AWS Lambda.
I have found ApplicationsOperations class, but I don't understand how to use it.
For the client part it's ok with a GraphRbacManagementClient object
But for config, serializer and deserializer parameters I don't know how to construct them.
Is someone here has code sample for ApplicationsOperations ?