Azure Automation is one of the most popular automation tools, designed specifically for resolving day to day operational challenges around process automation, configuration management and update management.
Wednesday, January 26, 2022
Monday, January 24, 2022
Calling Terraform Modules for Azure Active Directory (azuread)
Terraform is one of the most popular open source "infrastructure-as-code" tool and support many cloud providers e.g. AWS, Azure, Google Cloud etc. With terraform modules, we can easily create reusable infrastructure.
Friday, January 7, 2022
AZURE AD APP REGISTRATION - CREATE SCOPES USING MS GRAPH API AND POWERSHELL - PART 3
Hello everyone, this is my Part 3 blog of Azure AD App Registration. In my previous posts, I talked about following:
In Part 1 https://www.leogether.com/2022/01/create-azure-ad-app-registration-using.html, I talked about creating app registration.
Then in Part 2 https://www.leogether.com/2022/01/azure-ad-app-registration-create-app.html, I talked about creating app roles.
Thursday, January 6, 2022
AZURE AD APP REGISTRATION - CREATE APP ROLES USING MS GRAPH API AND POWERSHELL - PART 2
In my previous post https://www.leogether.com/2022/01/create-azure-ad-app-registration-using.html, I wrote about creating app registration programmatically. In this post, I will aim at creating multiple app roles via PowerShell script that uses Azure AD PowerShell commands that in turn uses MS Graph behind. App roles are usually defined on application registration representing a service, app or API.