Assigning Azure RBAC Roles using PowerApps and Flow – Part 5

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 4

4. Adding Azure AD Application and Setting the permissions

Registering the application in Azure AD,

Login to https://Portal.Azure.comAzure Active directory –Select App Registration(Legacy)Continue Reading

Assigning Azure RBAC Roles using PowerApps and Flow – Part 2

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 1

Step 2: Creating Microsoft PowerApps form

Now, it is time to create PowerApps for our application. Let’s Login to https://create.powerapps.com/studio/#

Click on New and select StartContinue Reading

Assigning Azure RBAC Roles using PowerApps and Flow – Part 1

For Next Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 2

Welcome to Microsoft PowerApps and Microsoft Flow, the new technologies gets added in the Windowstechpro.. Going forward you will be seeing  more articles in this … Continue Reading

Method ‘get_SerializationSettings’ error when Login-AzureRMAccount

Error:

Login-AzureRMAccount : Method ‘get_SerializationSettings’ in type
‘Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient’ from
assembly ‘Microsoft.Azure.Commands.ResourceManager.Common, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35’ does not have an
implementation.
At line:1 char:1
+ Login-AzureRMAccount
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Connect-AzureRmAccount], TypeL
oadException
+ FullyQualifiedErrorId : System.TypeLoadException,Microsoft.Azure.Commands
.Profile.ConnectAzureRmAccountCommand

Resolution:… Continue Reading