Insight Tech APAC Blog Logo

Featured Post

Security is the One AI Workload I Won't Token-Optimise

AI security ClaudeCode GitHubCopilot Opus TokenEconomics

What I learned running my open-sourced Claude security audit skill against three of my own apps for $189 AUD, just as the industry shifts to consumption-based billing.

April 27, 2026 by velimattiv

Latest Blog Posts

Unlocking the Power of Azure Verified Modules for Infrastructure as Code and Platform Engineering - Part 1
Unlocking the Power of Azure Verified Modules for Infrastructure as Code and Platform Engineering - Part 1

azure iac PlatformEngineering GitHub

Approach to IaC across both Bicep and Terraform for building and consuming repeatable infra patterns.

Anti-Pattern 7: Overcomplicating Networking Configurations
Anti-Pattern 7: Overcomplicating Networking Configurations

azure iac bicep anti-patterns networking nsg udr

Overcomplicated networking configurations in Azure can create maintenance headaches and lead to avoidable failures. Learn how to simplify NSG rules, utilise service tags, and properly manage UDRs for cleaner and more effective IaC deployments.

Azure Platform Engineering Tools & Capabilities - Part 2
Azure Platform Engineering Tools & Capabilities - Part 2

azure iac PlatformEngineering

An overview of useful tools across the different capability areas related to Platform Engineering - Part 2/2.

Anti-Pattern 6: Being lazy with IaC and not doing things because it's too hard or gets in the way of things like Azure Policy
Anti-Pattern 6: Being lazy with IaC and not doing things because it's too hard or gets in the way of things like Azure Policy

azure iac bicep anti-patterns security rbac documentation

Ignoring key practices like RBAC, over-relying on Azure Policy, skipping documentation, and neglecting resource cleanup can expose your infrastructure to risks and inefficiencies. Learn why incorporating these practices into your IaC is crucial for secure and effective deployments.

Azure Platform Engineering Tools & Capabilities - Part 1
Azure Platform Engineering Tools & Capabilities - Part 1

azure iac PlatformEngineering

An overview of useful tools across the different capability areas related to Platform Engineering - Part 1/2.

Anti-Pattern 5: Passing secrets from pipelines without first storing them in a Key Vault
Anti-Pattern 5: Passing secrets from pipelines without first storing them in a Key Vault

azure iac bicep anti-patterns security secrets

Bypassing Azure Key Vault for secret management exposes your infrastructure to unnecessary risks and mistakes. Learn why integrating Key Vault into your pipelines is essential for secure and maintainable deployments.

The Platform Engineering Journey
The Platform Engineering Journey

azure iac PlatformEngineering GitHub

Where do I start and what should I be working towards.

Anti-Pattern 4: Not Using Outputs for Dependencies
Anti-Pattern 4: Not Using Outputs for Dependencies

azure iac bicep anti-patterns

Outputs are the glue between modules and systems. Ignoring them can create unnecessary bottlenecks and complexity in your infrastructure deployments.

Azure Platform Engineering Principles
Azure Platform Engineering Principles

azure iac PlatformEngineering GitHub

Some guiding principals to align with when implementing Platform Engineering.