Tag: azure
Assigning Roles for Azure Enterprise Apps using Bicep
In this post, I walk you through a practical solution for assigning RBAC roles to Azure Enterprise Applications—like Azure Machine Learning—using Bicep and the Microsoft Graph extension. You'll learn why multi-tenant apps require a different approach, how to use Bicep's extensibility features to reference service principals, and how to automate role assignments securely and repeatably. If you're building secure, zero-trust Azure environments or working with multi-tenant SaaS in Entra ID, this guide will help you confidently automate permissions and avoid common pitfalls.
AKS Announcements Roll-up from Microsoft Ignite 2020
A roll-up of all the AKS announcements from Microsoft Ignite 2020
Enable AKS Azure Active Directory integration with a Managed Identity from an ARM template
How to enable AKS Azure Active Directory integration with a Managed Identity from an ARM template
Deploy Sonarqube to Azure App Service Linux Containers using an Azure DevOps Pipeline
A guide to deploying Sonarqube to Azure App Service Linux Containers using an Azure DevOps Pipeline.
Azure Resource Manager Templates Hands-on Lab and #GlobalAzure 2019
A hands-on lab and presentation on Azure Resource Manager templates I presented at the Global Azure Bootcamp 2019 in Auckland.
Enable CORS Support in Cosmos DB using PowerShell
Enable CORS Support in Cosmos DB using PowerShell
Use Pester to Test Azure Resource Manager Templates for Best Practices
Use Pester to Test Azure Resource Manager Templates for Best Practices
Managing Users and Permissions in Cosmos DB with PowerShell
Managing Users and Permissions in Cosmos DB with PowerShell
Configure Azure SQL Server Automatic Tuning with PowerShell
Configure Azure SQL Server Automatic Tuning with PowerShell
Stop, Start or Restart all Web Apps in Azure using PowerShell
Here is a short (and sometimes handy) single line of PowerShell code that can be used to restart all the Azure Web Apps in a subscription.
Install Nightly Build of Azure CLI 2.0 on Windows
Installing the Nightly Build of Azure CLI 2.0 on Windows using PowerShell and Chocolatey.
Get Azure API Management Git Credentials using PowerShell
Generate Git Credentials for Azure API Management using PowerShell
Sonatype Nexus Containers with Persistent Storage in Azure Container Instances
Running Sonatype Nexus 2 and 3 containers with persistent storage in Azure Container Instances.
Persistent Storage in Azure Container Instances
A PowerShell script to create an Azure Container Instance with persistent storage using Azure File Shares.
Publish an Azure RM Web App using a Service Principal in PowerShell
Publish an Azure RM Web App using a Service Principal in PowerShell
Using Azure Key Vault with PowerShell - Part 1
Using Azure Key Vault with PowerShell - Part 1