Azure get EID List with API
I’m currently working on a project where I need to retrieve a list of EID users from our tenant using the Azure API. Could someone guide me on how to achieve this?
Reading credentials from azure fails
I’m trying read azure default credentials but fails with following error
How can I copy API connections from my original resource group to another backup resource group Azure?
I’m trying to copy API connections from my source resource group to another resource group to serve a backup RG. The code I’m currently using is moving the API connection to another RG, so the target RG is not serving its purpose as a backup RG. I slightly modified the code to process 20 API connections since I’m managing around 200+ API connection at the moment.
How to move API connections from Resource Group A to Resource Group B in Azure using Python?
I’m trying to move all my API connections in Azure from Resource Group A to Resource Group B. RG B is newly created and currently empty.