Rios Engineer

Let's connect

MVP-Badge-Horizontal

Get Azure posts

straight to your inbox

Deploying Azure Policy remediation via Azure Lighthouse with PIM

Intro As you cannot grant owner level permission in Azure Lighthouse (contributor is the highest level available to us) we need to circumvent a way around this limitation for Azure policy remediation. The solution to this is granting the User Access Administrator role with two delegated roles: Contributor & Log Analytics Contributor. This will allow …

Terraform hanging in WSL Ubuntu

When I was trying to run terraform plan in WSL Ubuntu (20.04) it seemed like it had hung. However, when exiting from the process I was receiving the following error: The error was a red herring as my permissions were OK after double checking in Azure. Turning on the Terraform debug trace feature I found …

How Azure Dashboards can proactively help with cost monitoring

There are many ways to manage and keep an eye on Azure spend using Cost Alerts for subscriptions, departmental budgets, etc. (And even more recently in Preview at the time of writing, Azure Cost allocation). However, an additional tool in the Azure arsenal is to harness an Azure Dashboard. Using a dashboard can be a …

Configuring Guest Access In Specific M365 Groups

Enable or disable the ability to add guests to an individual Microsoft Team / M365 groups via Azure AD PowerShell. AzureAD Module Open PowerShell as Administrator Run Get-Module -ListAvailable *AzureAD* to check if the module is installed. If the AzureAD module is present run Uninstall-Module AzureAD to remove it Install AzureADPreview module Install-Module AzureADPreview Run …

Skip to content