top of page
Search


Azure Governance & Designing Azure Policy as Code Workflows
Effective Azure governance requires structured, automated processes for managing security, compliance, and operational policies. By...

Arlan Nugara
Nov 24, 20241 min read


Azure Governance & Reacting to Azure Policy State Change Events
Azure Governance relies on tools like Azure Policy to enforce security, compliance, and operational standards across resources. When a...

Arlan Nugara
Nov 21, 20241 min read


Azure Tags Management with Python, Azure Rest API and Azure DevOps
Azure tags play a crucial role in organizing and managing cloud resources by adding metadata like cost centers, owners, or environments....

Arlan Nugara
Nov 21, 20241 min read


Using Azure Data Explorer with Azure Monitor Data
In modern cloud environments, the volume of telemetry and log data can quickly become overwhelming. Azure Monitor provides a unified...

Arlan Nugara
Nov 12, 20243 min read


Azure Landing Zones for Canadian Public Sector - Part 3
Azure Landing Zones offer a structured foundation tailored for public sector organizations in Canada to adopt cloud at scale. These...

Arlan Nugara
Oct 13, 20241 min read


Azure Landing Zone in Terraform-Complete CAF IaC Solution
What is an Azure Landing Zone ? Azure landing zones are the output of a multisubscription Azure environment that accounts for scale,...

Arlan Nugara
Oct 11, 20244 min read


Azure Landing Zones for Canadian Public Sector - Part 2
Azure Landing Zones offer a structured foundation tailored for public sector organizations in Canada to adopt cloud at scale. These...

Arlan Nugara
Oct 8, 20241 min read


Azure Landing Zones for Canadian Public Sector - Part 1
Azure Landing Zones offer a structured foundation tailored for public sector organizations in Canada to adopt cloud at scale. These...

Arlan Nugara
Sep 30, 20241 min read


Comparing Azure Policy Deployment via ARM, Bicep, and Terraform - Part 2
Choosing the right method to deploy Azure Policy depends on your team’s tools and expertise. ARM templates offer native integration with...

Arlan Nugara
Sep 26, 20241 min read


Comparing Azure Policy Deployment via ARM, Bicep, and Terraform - Part 1
Choosing the right method to deploy Azure Policy depends on your team’s tools and expertise. ARM templates offer native integration with...

Arlan Nugara
Sep 20, 20241 min read


Policy as Code (PoC): Deploying and Managing Azure Policy in Bicep
What is Azure Policy ? As Per Official Microsoft Article Azure Policy helps to enforce organizational standards and to assess compliance...

Arlan Nugara
Sep 13, 20246 min read


Azure Policy Compliance Monitoring: A Solution in Bicep
Overview This bicep code is developed to automate deployment of a Azure Non-Compliance resource monitoring solution. The solution is a...

Arlan Nugara
May 3, 20241 min read


Bind a custom SSL Certificate to an Azure Web App
For this example of applying an SSL certificate: The web app has a custom domain applied that points to the Azure app. Read here for how...

Arlan Nugara
May 8, 20231 min read


Enforce HTTPS on Azure Web App
For this example, the Azure web app has: a custom domain name Read here how to apply a custom domain to an Azure Web App. is running in a...

Arlan Nugara
May 7, 20231 min read


Azure Stack is an On-Prem Hybrid Cloud Extension of Azure
On July 10, 2017, Mike Neil, Microsoft CVP (Azure Infrastructure and Management) announced that Microsoft Azure Stack would start...

Arlan Nugara
Apr 30, 20231 min read


Use Kudu to Publish Static Website to Azure App Service
1. Create a zip file of current websites folders/files 2. Create a website from the Azure portal. 3. Go to: https://{sitename}. scm...

Arlan Nugara
Apr 30, 20231 min read


Setting up Azure’s P2S VPN Gateway with PowerShell — Part 3/3
This post outlines Steps 8–10 of the series of 10 steps to create an Azure P2S Connection. Do these steps AFTER COMPLETING Steps 1–4...

Arlan Nugara
Apr 29, 20231 min read


Using Microsoft Azure Storage Explorer (MASE)
Microsoft Azure Storage Explorer (MASE) is a standalone app from Microsoft that allows you to easily work locally with Azure Storage...

Arlan Nugara
Apr 28, 20231 min read


Setting up Azure’s P2S VPN Gateway with PowerShell — Part 2/3
This post outlines Steps 5–7 of the series of 10 steps to create an Azure P2S Connection. Do these steps AFTER Steps 1–4 given in...

Arlan Nugara
Apr 28, 20231 min read


Resizing Azure VMs
An Azure (ARM) VM can conveniently be resized, up or down, while it is running, while stopped or while stopped(deallocated). To resize...

Arlan Nugara
Apr 27, 20231 min read
bottom of page