Azure Functions: Add a PowerShell Module

Azure Functions are a great serverless option in Azure for executing code. You can deploy functions using multiple languages, including PowerShell. This tutorial will teach you how to configure your…

Continue Reading Azure Functions: Add a PowerShell Module

How To Create a Custom Azure Role in PowerShell

Azure currently comes with more than 140 built-in roles for assigning role-based access control (RBAC) to your Azure resources. This allows assigning users, groups, service principals, and managed identities granular…

Continue Reading How To Create a Custom Azure Role in PowerShell

PowerShell ForEach and CSV Files: Tutorial

PowerShell is a fantastic tool for creating repeatable processes. You might need to create, modify, or delete objects in your environment, such as user accounts, virtual machines, or mailboxes. You…

Continue Reading PowerShell ForEach and CSV Files: Tutorial

PowerShell SecretManagement and Key Vault Tutorial

In a previous article (PowerShell SecretManagement: Getting Started), you learned about a new module from Microsoft named SecretManagement. This module provides an abstraction layer to an extension vault for storing…

Continue Reading PowerShell SecretManagement and Key Vault Tutorial