Tag: Python

Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Blog Posts

I recently got the question on how to assign Azure AD roles to Azure AD users and app registration (service principal (SPN)) using the Azure AD Graph API with the az cli & az rest command. Here’s an example Python script to assign the Global Administrator role to a user: (replace the ‘valid-user-principal-object-id’ with the objectId of the user object) A copy of the Python code can be found on… READ MORE

Is Python Faster Than Visual Basic?
Is Python Faster Than Visual Basic?
Blog Posts

Many software developers and programmers have this doubt regarding whether Python is faster than Visual Basic. Some of the experienced Python Programmers have the opinion that Visual Basic is faster than Python. This blog discusses this aspect of Visual Basic and before getting into the reason why Visual Basic is faster than Python, let’s get… READ MORE