How do I export existing azure application registration as terraform code?
I have two azure application registrations which are used for authentication & authorization. I would like to know how I can export them into terraform code with keeping their settings and configurations. I have been checking Azure/Aztfexport however I could…