{"id":56773,"date":"2025-11-05T09:13:21","date_gmt":"2025-11-04T23:13:21","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?p=56773"},"modified":"2025-11-05T09:13:23","modified_gmt":"2025-11-04T23:13:23","slug":"why-use-an-azure-landing-zone","status":"publish","type":"post","link":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/","title":{"rendered":"Why Use an Azure Landing Zone"},"content":{"rendered":"\n<p>In this blog post Why Use an Azure Landing Zone for Secure, Scalable Cloud Growth we will explore how a landing zone turns Azure from \u201csubscriptions and services\u201d into a safe, scalable platform your teams can build on with confidence.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>If you\u2019re moving beyond a few experimental workloads, an Azure Landing Zone gives you a ready-made foundation: identity, networking, governance, security, and automation wired together before the first app lands. Think of it as the paved road for your cloud program. You get speed and consistency without sacrificing control.<\/p>\n\n\n\n<p>We\u2019ll start with a high-level view of what a landing zone is and why it matters, then dive into the technology behind it, practical design choices, and a step-by-step path to get started\u2014complete with example code you can adapt.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-an-azure-landing-zone\">What is an Azure Landing Zone?<\/h2>\n\n\n\n<p>An <a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/category\/microsoft-azure\/\">Azure<\/a> Landing Zone is a set of opinionated, ready-to-use Azure configurations and guardrails that align to the Microsoft Cloud Adoption Framework (CAF). It covers the control plane (management groups, policies, RBAC, identity) and the data plane (networking, subscriptions, resource organization) so new workloads can be deployed quickly and safely.<\/p>\n\n\n\n<p>Microsoft provides the <strong>Azure Landing Zone Accelerator<\/strong> (the evolution of Enterprise-Scale Architecture). It includes reference architectures, policy sets, and infrastructure-as-code (Bicep\/ARM and Terraform) to bootstrap your platform. Note: Azure Blueprints is deprecated and scheduled for retirement in 2026; use Azure Policy plus templates (Bicep\/ARM\/Terraform) instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-use-a-landing-zone\">Why use a Landing Zone?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Security by default<\/strong>: Policies enforce encryption, restricted locations, private endpoints, and tagging without manual checks.<\/li>\n\n\n\n<li><strong>Speed with guardrails<\/strong>: Teams get pre-approved subscriptions and networks so delivery isn\u2019t waiting on ad-hoc reviews.<\/li>\n\n\n\n<li><strong>Consistency at scale<\/strong>: Shared rules (identity, RBAC, network egress, logging) apply automatically across all workloads.<\/li>\n\n\n\n<li><strong>Audit and compliance<\/strong>: Evidence is built in\u2014Azure Policy compliance, Defender for Cloud, and activity logs are centralized.<\/li>\n\n\n\n<li><strong>Cost visibility<\/strong>: Standardized tagging, budgets, and cost exports help track and optimize spend.<\/li>\n\n\n\n<li><strong>Day-2 operations ready<\/strong>: Monitoring, backup, update management, and incident routing are platform features, not afterthoughts.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-technology-behind-it\">The technology behind it<\/h2>\n\n\n\n<p>A landing zone is not a single product. It\u2019s a combination of Azure control-plane features, network patterns, and automation:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Management Groups and Subscriptions<\/strong>: Organize by <em>Platform<\/em>, <em>Sandbox<\/em>, <em>Corp<\/em>, and <em>Online<\/em> (or similar). Policies and RBAC flow down the tree.<\/li>\n\n\n\n<li><strong>Azure Policy<\/strong>: The enforcement engine. Assign policy sets (initiatives) to management groups for region restrictions, SKU controls, diagnostics, and more.<\/li>\n\n\n\n<li><strong>Role-Based Access Control (RBAC)<\/strong>: Least privilege via Azure roles and, increasingly, Entra ID PIM for just-in-time elevation.<\/li>\n\n\n\n<li><strong>Identity<\/strong>: Microsoft Entra ID as the control-plane identity provider. Conditional Access, MFA, and enterprise app governance protect the portal and APIs.<\/li>\n\n\n\n<li><strong>Networking<\/strong>: Hub-and-spoke or Virtual WAN, private DNS, firewall, DDoS protection, and standard egress control patterns.<\/li>\n\n\n\n<li><strong>Platform automation<\/strong>: Bicep or Terraform for declarative deployments, plus CI\/CD (GitHub Actions or Azure DevOps) for repeatability and approvals.<\/li>\n\n\n\n<li><strong>Operations<\/strong>: Azure Monitor, Log Analytics, Defender for Cloud, and Security Center baselines applied centrally.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core-building-blocks\">Core building blocks<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-management-group-hierarchy\">Management group hierarchy<\/h3>\n\n\n\n<p>Create a clear hierarchy so you can scope policies predictably. A common model:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Root<\/li>\n\n\n\n<li>Platform (identity, connectivity, management)<\/li>\n\n\n\n<li>Landing Zones (Corp, Online, or Business Units)<\/li>\n\n\n\n<li>Sandbox<\/li>\n<\/ul>\n\n\n\n<p>Attach strict policies at the top, relax where appropriate lower down.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-policy-and-governance\">Policy and governance<\/h3>\n\n\n\n<p>Use Azure Policy initiatives to codify your rules: allowed locations, required tags, diagnostics, private endpoints, TLS minimums, and key vault usage. Treat policy as code, test in non-prod, and promote through environments.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-identity-and-access\">Identity and access<\/h3>\n\n\n\n<p>Centralize identity in Entra ID with Conditional Access, MFA, and PIM. Use management group-level RBAC for platform teams; resource-group roles for app teams. Avoid broad Owner access except for break-glass accounts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-networking-patterns\">Networking patterns<\/h3>\n\n\n\n<p>Start with a hub-and-spoke network for most enterprises. The hub hosts shared services (firewall, Azure Bastion, Private DNS, outbound egress). Spokes are app or domain networks connected via peering or vWAN. Prefer private endpoints to expose PaaS services internally.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-subscription-vending\">Subscription vending<\/h3>\n\n\n\n<p>Automate the creation and configuration of new subscriptions: assign to a management group, set budgets, apply policy sets, join the right network, and bootstrap RBAC. This removes weeks of manual setup from every new project.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-security-baseline\">Security baseline<\/h3>\n\n\n\n<p>Enable Microsoft Defender for Cloud across subscriptions, enforce disk and storage encryption, require key vault-backed secrets, and centralize logs. Use Secure Score and policy compliance as your KPI.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-it-works-under-the-hood\">How it works under the hood<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Policy evaluation<\/strong>: Azure Policy evaluates at creation and on a schedule; deny effects block non-compliant resources, deployIfNotExists remediates configuration drifts (e.g., enabling diagnostics).<\/li>\n\n\n\n<li><strong>RBAC<\/strong>: Access tokens carry role assignments; scope them narrowly (resource group or resource) and avoid inheritance surprises by reviewing effective permissions.<\/li>\n\n\n\n<li><strong>Networking<\/strong>: User-defined routes and Azure Firewall steer outbound traffic; Private DNS zones map private endpoints; DDoS Standard protects public entry points.<\/li>\n\n\n\n<li><strong>Automation<\/strong>: Pipelines run Bicep\/Terraform plans; approvals gate production; state is in Git and, for Terraform, in remote state with locks.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-practical-path-to-your-landing-zone\">A practical path to your landing zone<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Decide on scope and principles<\/strong>: Choose hub-and-spoke vs vWAN, regions, and your segmentation (Prod\/Non-Prod, BU, or data sensitivity).<\/li>\n\n\n\n<li><strong>Stand up the management group tree<\/strong>: Create Platform, Landing Zones, and Sandbox. Map existing subscriptions.<\/li>\n\n\n\n<li><strong>Adopt the Azure Landing Zone Accelerator<\/strong>: Start with its policy initiatives and Bicep\/Terraform templates, then tailor.<\/li>\n\n\n\n<li><strong>Build the platform hub<\/strong>: Identity (Entra), connectivity (vNet\/vWAN, Firewall, Private DNS), management (Monitor, Log Analytics), and security (Defender).<\/li>\n\n\n\n<li><strong>Implement subscription vending<\/strong>: Automate new subscriptions with policies, budgets, and baseline RBAC.<\/li>\n\n\n\n<li><strong>Create an app landing zone<\/strong>: A sample spoke with NSGs, private endpoints, diagnostics, and an app team role model.<\/li>\n\n\n\n<li><strong>Operationalize<\/strong>: Alerts, dashboards, incident routing, patch\/update flows, backup policies, and cost budgets.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-example-snippets-you-can-adapt\">Example snippets you can adapt<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-bicep-assign-a-policy-initiative-to-a-management-group\">Bicep: assign a policy initiative to a management group<\/h3>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-a573bbd5d89d2a4fa1d57f7aa7ec683b\"><code>targetScope = 'managementGroup'\n\n@description('Target management group ID (e.g., contoso-landingzones)')\nparam targetMgId string\n\n@description('Policy initiative ID for required diagnostics')\nparam initiativeId string\n\nresource assignment 'Microsoft.Authorization\/policyAssignments@2022-06-01' = {\n  name: 'diag-baseline'\n  scope: managementGroup(targetMgId)\n  properties: {\n    displayName: 'Diagnostics Baseline'\n    policyDefinitionId: initiativeId\n    enforcementMode: 'Default'\n    parameters: {\n      logAnalyticsWorkspaceId: {\n        value: '\/subscriptions\/&lt;subId&gt;\/resourceGroups\/rg-monitor\/providers\/Microsoft.OperationalInsights\/workspaces\/la-central'\n      }\n    }\n  }\n}\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-terraform-hub-virtual-network-with-firewall-and-private-dns-links\">Terraform: hub virtual network with firewall and private DNS links<\/h3>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-4d07fd67d00bfc28ed9904395b16ae7a\"><code>provider \"azurerm\" { features {} }\n\nresource \"azurerm_resource_group\" \"hub\" {\n  name     = \"rg-hub\"\n  location = \"australiaeast\"\n}\n\nresource \"azurerm_virtual_network\" \"hub\" {\n  name                = \"vnet-hub\"\n  location            = azurerm_resource_group.hub.location\n  resource_group_name = azurerm_resource_group.hub.name\n  address_space       = &#91;\"10.0.0.0\/16\"]\n}\n\nresource \"azurerm_subnet\" \"AzureFirewallSubnet\" {\n  name                 = \"AzureFirewallSubnet\"\n  resource_group_name  = azurerm_resource_group.hub.name\n  virtual_network_name = azurerm_virtual_network.hub.name\n  address_prefixes     = &#91;\"10.0.1.0\/24\"]\n}\n\nresource \"azurerm_firewall\" \"hub\" {\n  name                = \"afw-hub\"\n  location            = azurerm_resource_group.hub.location\n  resource_group_name = azurerm_resource_group.hub.name\n  sku_name            = \"AZFW_VNet\"\n}\n\n# Private DNS example (linking would require an existing zone)\nresource \"azurerm_private_dns_zone\" \"priv\" {\n  name                = \"privatelink.database.windows.net\"\n  resource_group_name = azurerm_resource_group.hub.name\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-day-2-operations-that-stick\">Day-2 operations that stick<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Monitoring<\/strong>: Standardize metric alerts and log queries. Publish dashboards for platform and app teams.<\/li>\n\n\n\n<li><strong>Security posture<\/strong>: Track Secure Score and policy compliance. Remediate with deployIfNotExists where safe.<\/li>\n\n\n\n<li><strong>Cost and tagging<\/strong>: Enforce required tags, set budgets per subscription, automate anomaly alerts.<\/li>\n\n\n\n<li><strong>Drift control<\/strong>: Run scheduled what-if plans (Bicep\/Terraform) and policy scans; treat manual changes as exceptions.<\/li>\n\n\n\n<li><strong>Change management<\/strong>: Use Git-based approvals for platform changes; publish a landing zone release cadence.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-common-pitfalls-to-avoid\">Common pitfalls to avoid<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Skipping identity hardening<\/strong>: MFA, PIM, and break-glass accounts are table stakes.<\/li>\n\n\n\n<li><strong>Overusing exemptions<\/strong>: Too many policy exemptions erode your guardrails\u2014fix the policy or the workload pattern.<\/li>\n\n\n\n<li><strong>One-size-fits-all networks<\/strong>: Some workloads need their own spokes or even isolated subscriptions; don\u2019t cram everything into one vNet.<\/li>\n\n\n\n<li><strong>No subscription vending<\/strong>: Manual subscription setup becomes a bottleneck and breeds inconsistency.<\/li>\n\n\n\n<li><strong>Forgetting non-prod<\/strong>: Apply the same patterns in dev\/test to catch issues early.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-cloudproinc-com-au-can-help\">How CloudProinc.com.au can help<\/h2>\n\n\n\n<p>We\u2019ve implemented Azure Landing Zones for organizations of all sizes. Our approach is collaborative: confirm your governance model, deploy a minimal viable landing zone in weeks, and iterate with your teams. We leave you with code, documentation, and the skills to run it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-quick-answers\">Quick answers<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Is a landing zone only for large enterprises?<\/strong> No. Start small with the accelerator and grow with your needs.<\/li>\n\n\n\n<li><strong>Do I need Azure Blueprints?<\/strong> No. Use Azure Policy plus Bicep\/Terraform. Blueprints is deprecated and scheduled for retirement in 2026.<\/li>\n\n\n\n<li><strong>How long does it take?<\/strong> A minimal viable landing zone often lands in 2\u20136 weeks depending on identity and networking complexity.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-next-steps\">Next steps<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Map your management group hierarchy and regions.<\/li>\n\n\n\n<li>Adopt the Azure Landing Zone Accelerator and tailor the policy sets.<\/li>\n\n\n\n<li>Automate subscription vending and build your hub network.<\/li>\n\n\n\n<li>Onboard your first app team and iterate.<\/li>\n<\/ol>\n\n\n\n<p>With a solid landing zone, your cloud stops being a collection of ad-hoc deployments and becomes a platform. That\u2019s how you gain speed, maintain control, and scale with confidence.<\/p>\n\n\n\n<ul class=\"wp-block-yoast-seo-related-links yoast-seo-related-links\">\n<li><a href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2024\/07\/26\/developing-apps-for-microsoft-teams\/\">Developing Apps for Microsoft Teams<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/04\/22\/build-a-blazor-web-app-to-translate-text-with-openai-gpt-4o\/\">Build a Blazor Web App to Translate Text with OpenAI GPT-4o<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/04\/18\/build-ai-applications-with-azure-ai-foundry\/\">Build AI applications With Azure AI Foundry<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/08\/08\/use-azure-managed-identity-with-azure-automation-powershell\/\">Use Azure Managed Identity with Azure Automation PowerShell<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/09\/15\/host-and-run-a-website-inside-docker-for-fast-portable-deploys\/\">Host and Run a Website inside Docker for Fast, Portable Deploys<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Learn what an Azure Landing Zone is, why it matters, and how to build one that balances speed, security, and cost. Practical steps and examples for technical leaders and engineers.<\/p>\n","protected":false},"author":1,"featured_media":56774,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Why Use an Azure Landing Zone","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[16,13],"tags":[],"class_list":["post-56773","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-azure","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Why Use an Azure Landing Zone - CPI Consulting<\/title>\n<meta name=\"description\" content=\"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Use an Azure Landing Zone\" \/>\n<meta property=\"og:description\" content=\"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-04T23:13:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-04T23:13:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Why Use an Azure Landing Zone\",\"datePublished\":\"2025-11-04T23:13:21+00:00\",\"dateModified\":\"2025-11-04T23:13:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/\"},\"wordCount\":1315,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png\",\"articleSection\":[\"Azure\",\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/\",\"name\":\"Why Use an Azure Landing Zone - CPI Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png\",\"datePublished\":\"2025-11-04T23:13:21+00:00\",\"dateModified\":\"2025-11-04T23:13:23+00:00\",\"description\":\"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/11\\\/05\\\/why-use-an-azure-landing-zone\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Use an Azure Landing Zone\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Why Use an Azure Landing Zone - CPI Consulting","description":"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/","og_locale":"en_US","og_type":"article","og_title":"Why Use an Azure Landing Zone","og_description":"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.","og_url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/","og_site_name":"CPI Consulting","article_published_time":"2025-11-04T23:13:21+00:00","article_modified_time":"2025-11-04T23:13:23+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/"},"author":{"name":"CPI Staff","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Why Use an Azure Landing Zone","datePublished":"2025-11-04T23:13:21+00:00","dateModified":"2025-11-04T23:13:23+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/"},"wordCount":1315,"commentCount":0,"publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png","articleSection":["Azure","Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/","url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/","name":"Why Use an Azure Landing Zone - CPI Consulting","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png","datePublished":"2025-11-04T23:13:21+00:00","dateModified":"2025-11-04T23:13:23+00:00","description":"Explore the benefits of an Azure Landing Zone and transform your Azure environment into a secure and scalable platform.","breadcrumb":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#primaryimage","url":"\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png","contentUrl":"\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/05\/why-use-an-azure-landing-zone\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Why Use an Azure Landing Zone"}]},{"@type":"WebSite","@id":"https:\/\/cloudproinc.com.au\/#website","url":"https:\/\/cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2025\/11\/why-use-an-azure-landing-zone-for-secure-scalable-cloud-growth.png","jetpack-related-posts":[{"id":56763,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/04\/best-practices-for-azure-management-groups\/","url_meta":{"origin":56773,"position":0},"title":"Best Practices for Azure Management Groups","author":"CPI Staff","date":"November 4, 2025","format":false,"excerpt":"A practical guide to designing, securing, and automating Azure Management Groups so your cloud stays governed at scale without slowing teams down.","rel":"","context":"In &quot;Azure&quot;","block_context":{"text":"Azure","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/microsoft-azure\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/11\/best-practices-for-azure-management-groups-for-scale-and-security.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/11\/best-practices-for-azure-management-groups-for-scale-and-security.png 1x, \/wp-content\/uploads\/2025\/11\/best-practices-for-azure-management-groups-for-scale-and-security.png 1.5x, \/wp-content\/uploads\/2025\/11\/best-practices-for-azure-management-groups-for-scale-and-security.png 2x, \/wp-content\/uploads\/2025\/11\/best-practices-for-azure-management-groups-for-scale-and-security.png 3x, \/wp-content\/uploads\/2025\/11\/best-practices-for-azure-management-groups-for-scale-and-security.png 4x"},"classes":[]},{"id":56797,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/11\/19\/boost-accuracy-with-azure-ai-groundedness\/","url_meta":{"origin":56773,"position":1},"title":"Boost Accuracy with Azure AI Groundedness","author":"CPI Staff","date":"November 19, 2025","format":false,"excerpt":"Learn how Azure AI Groundedness helps your cloud applications return accurate, verifiable answers by tightly linking generative AI to your data and tools.","rel":"","context":"In &quot;Azure&quot;","block_context":{"text":"Azure","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/microsoft-azure\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/11\/boost-accuracy-with-azure-ai-groundedness-for-cloud-apps.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/11\/boost-accuracy-with-azure-ai-groundedness-for-cloud-apps.png 1x, \/wp-content\/uploads\/2025\/11\/boost-accuracy-with-azure-ai-groundedness-for-cloud-apps.png 1.5x, \/wp-content\/uploads\/2025\/11\/boost-accuracy-with-azure-ai-groundedness-for-cloud-apps.png 2x, \/wp-content\/uploads\/2025\/11\/boost-accuracy-with-azure-ai-groundedness-for-cloud-apps.png 3x, \/wp-content\/uploads\/2025\/11\/boost-accuracy-with-azure-ai-groundedness-for-cloud-apps.png 4x"},"classes":[]},{"id":53520,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/07\/21\/running-pytorch-in-microsoft-azure-machine-learning\/","url_meta":{"origin":56773,"position":2},"title":"Running PyTorch in Microsoft Azure Machine Learning","author":"CPI Staff","date":"July 21, 2025","format":false,"excerpt":"This post will walk you through what PyTorch is, how it's used in ML and LLM development, and how you can start running it in Azure ML using Jupyter notebooks. If you're working on deep learning, computer vision, or building large language models (LLMs), you've probably come across PyTorch. But\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 1x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 1.5x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 2x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 3x, \/wp-content\/uploads\/2025\/05\/Add-bootstrap-logo.png 4x"},"classes":[]},{"id":289,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/05\/18\/maximizing-security-when-to-use-wiz-outpost-with-azure\/","url_meta":{"origin":56773,"position":3},"title":"Maximizing Security: When to Use Wiz Outpost with Azure","author":"CPI Staff","date":"May 18, 2024","format":false,"excerpt":"In this Wiz blog post, we will explain when to use a Wiz Outpost with Azure and the benefits of using an outpost. Wiz.io is a cloud security platform that provides comprehensive protection for cloud-native environments. It offers real-time visibility into security risks and vulnerabilities across multi-cloud infrastructures, allowing organizations\u2026","rel":"","context":"In &quot;Azure&quot;","block_context":{"text":"Azure","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/microsoft-azure\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/05\/Maximizing-Security_-When-to-Use-Wiz-Outpost-with-Azure.-The-image-should-depict-a-secure-cloud-environment-.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/05\/Maximizing-Security_-When-to-Use-Wiz-Outpost-with-Azure.-The-image-should-depict-a-secure-cloud-environment-.webp 1x, \/wp-content\/uploads\/2024\/05\/Maximizing-Security_-When-to-Use-Wiz-Outpost-with-Azure.-The-image-should-depict-a-secure-cloud-environment-.webp 1.5x, \/wp-content\/uploads\/2024\/05\/Maximizing-Security_-When-to-Use-Wiz-Outpost-with-Azure.-The-image-should-depict-a-secure-cloud-environment-.webp 2x"},"classes":[]},{"id":53079,"url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/01\/28\/running-c-net-applications-in-azure-devops-pipelines\/","url_meta":{"origin":56773,"position":4},"title":"Running C# .NET Applications in Azure DevOps Pipelines","author":"CPI Staff","date":"January 28, 2025","format":false,"excerpt":"In this blog post, I will show you how to build and run a C# application in Azure DevOps Pipelines. Estimated reading time: 3 minutes Table of contentsWhat Are Azure Pipelines?Step 1: Build the Console ApplicationStep 2: Create a YAML PipelineStep 3: Create a New PipelinePipeline Execution OverviewSummaryRelated Articles What\u2026","rel":"","context":"In &quot;.NET&quot;","block_context":{"text":".NET","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/net\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/01\/Running-C-.NET-Applications-in-Azure-DevOps-Pipelines.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/01\/Running-C-.NET-Applications-in-Azure-DevOps-Pipelines.webp 1x, \/wp-content\/uploads\/2025\/01\/Running-C-.NET-Applications-in-Azure-DevOps-Pipelines.webp 1.5x, \/wp-content\/uploads\/2025\/01\/Running-C-.NET-Applications-in-Azure-DevOps-Pipelines.webp 2x"},"classes":[]},{"id":435,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/07\/25\/how-to-deploy-a-wiz-outpost-to-microsoft-azure\/","url_meta":{"origin":56773,"position":5},"title":"How to Deploy a Wiz Outpost to Microsoft Azure","author":"CPI Staff","date":"July 25, 2024","format":false,"excerpt":"This Wiz Security article will explain how to deploy a Wiz outpost to Microsoft Azure cloud infrastructure. Listen to this article Before we discuss how to deploy an outpost, it is important to understand why many companies do so. A Wiz outpost is the deployment of the Wiz security scanner\u2026","rel":"","context":"In &quot;Azure&quot;","block_context":{"text":"Azure","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/microsoft-azure\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/How-to-Deploy-a-Wiz-Outpost-to-Microsoft-Azure.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/How-to-Deploy-a-Wiz-Outpost-to-Microsoft-Azure.webp 1x, \/wp-content\/uploads\/2024\/07\/How-to-Deploy-a-Wiz-Outpost-to-Microsoft-Azure.webp 1.5x, \/wp-content\/uploads\/2024\/07\/How-to-Deploy-a-Wiz-Outpost-to-Microsoft-Azure.webp 2x, \/wp-content\/uploads\/2024\/07\/How-to-Deploy-a-Wiz-Outpost-to-Microsoft-Azure.webp 3x, \/wp-content\/uploads\/2024\/07\/How-to-Deploy-a-Wiz-Outpost-to-Microsoft-Azure.webp 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/56773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=56773"}],"version-history":[{"count":2,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/56773\/revisions"}],"predecessor-version":[{"id":56776,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/56773\/revisions\/56776"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/56774"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=56773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=56773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=56773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}