Showing posts with label Azure. Show all posts
Showing posts with label Azure. Show all posts

Wednesday, January 26, 2022

Create Azure Automation Account (using managed identity) and Runbooks using Azure PowerShell and deploy via Azure DevOps Pipeline.



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.

Monday, January 24, 2022

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.

AZURE AD APP REGISTRATION - CREATE APPLICATION USING MS GRAPH API AND POWERSHELL - PART 1



Hi everyone, after a while, I am back with one of my most favorite topic of Azure AD. I have spent lot of time in learning about application registrations within Azure AD,  a platform that offers the ability to create registrations for applications and assign permissions accordingly.