{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
        "slug": "dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review",
        "url": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/"
        },
        "title": "Include temporary ACI resources in an isolated Image Builder readiness review",
        "summary": "Can subscription policy or quota block an image build even when the image template is unchanged?",
        "format": {
            "slug": "checklist",
            "name": "Checklist"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "cyber-defense",
            "label": "Cyber defense",
            "alt": "Layered glass and metal cyber-defense structure with controlled blue and gold signal paths.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "cybersecurity",
                "name": "Cybersecurity",
                "url": "https://update.dsesecurity.com/topic/cybersecurity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-09-10T00:30:35+00:00",
        "modified_at": "2026-09-10T00:35:08+00:00",
        "reviewed_on": "2026-09-09",
        "reading_minutes": 2,
        "word_count": 250,
        "potentially_affected": "Subscription and image owners evaluating Azure VM Image Builder's isolated-build infrastructure.",
        "dse_recommendation": "Review the staging resource group's permitted temporary resource types and ACI capacity before starting the build.",
        "primary_source": {
            "name": "Isolated Image Builds for Azure VM Image Builder - Azure Virtual Machines | Microsoft Learn",
            "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts</h2>\n<p>Azure Image Builder&#8217;s isolated-build design runs major customization and validation work in Azure Container Instances within the customer&#8217;s subscription. Microsoft requires registration of Microsoft.ContainerInstance, sufficient ACI quota, and policy that permits those resources. Depending on network topology, temporary virtual networks, network security groups, and private endpoints may also be required. These temporary resources exist during the build and are removed afterward. <a href=\"https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Review the actual image template and staging resource group, including its selected subnet topology. Check the current rollout and networking guidance rather than assuming identical temporary resources in every location. Distinguish the build infrastructure from the contents of the final image.</p>\n<h2>DSE recommendation</h2>\n<p>Review the staging resource group&#8217;s permitted temporary resource types and ACI capacity before starting the build. Ask the policy owner to inspect resource-type restrictions and networking requirements with the image team. Resolve a legitimate design conflict through a narrowly approved change or supported topology, not a subscription-wide policy bypass. Record which resources are expected to appear and disappear during the run.</p>\n<h2>Verification</h2>\n<p>Observe an authorized test build and compare its staging resources with the approved topology. If creation fails, retain the denied resource type or quota evidence before altering the image&#8217;s customization script. Review the build logs and final image validation separately from infrastructure provisioning. Confirm that expected temporary resources are cleaned up, and investigate unexplained survivors without deleting the staging group&#8217;s retained evidence indiscriminately.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Isolated Image Builds for Azure VM Image Builder</a>. Source reviewed September 9, 2026.</p>",
        "content_text": "Source facts\nAzure Image Builder’s isolated-build design runs major customization and validation work in Azure Container Instances within the customer’s subscription. Microsoft requires registration of Microsoft.ContainerInstance, sufficient ACI quota, and policy that permits those resources. Depending on network topology, temporary virtual networks, network security groups, and private endpoints may also be required. These temporary resources exist during the build and are removed afterward. Microsoft Learn.\nApplicability\nReview the actual image template and staging resource group, including its selected subnet topology. Check the current rollout and networking guidance rather than assuming identical temporary resources in every location. Distinguish the build infrastructure from the contents of the final image.\nDSE recommendation\nReview the staging resource group’s permitted temporary resource types and ACI capacity before starting the build. Ask the policy owner to inspect resource-type restrictions and networking requirements with the image team. Resolve a legitimate design conflict through a narrowly approved change or supported topology, not a subscription-wide policy bypass. Record which resources are expected to appear and disappear during the run.\nVerification\nObserve an authorized test build and compare its staging resources with the approved topology. If creation fails, retain the denied resource type or quota evidence before altering the image’s customization script. Review the build logs and final image validation separately from infrastructure provisioning. Confirm that expected temporary resources are cleaned up, and investigate unexplained survivors without deleting the staging group’s retained evidence indiscriminately.\nOfficial references\nMicrosoft Learn: Isolated Image Builds for Azure VM Image Builder. Source reviewed September 9, 2026.",
        "content_markdown": "## Source facts\n\nAzure Image Builder’s isolated-build design runs major customization and validation work in Azure Container Instances within the customer’s subscription. Microsoft requires registration of Microsoft.ContainerInstance, sufficient ACI quota, and policy that permits those resources. Depending on network topology, temporary virtual networks, network security groups, and private endpoints may also be required. These temporary resources exist during the build and are removed afterward. [Microsoft Learn](https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder).\n\n## Applicability\n\nReview the actual image template and staging resource group, including its selected subnet topology. Check the current rollout and networking guidance rather than assuming identical temporary resources in every location. Distinguish the build infrastructure from the contents of the final image.\n\n## DSE recommendation\n\nReview the staging resource group’s permitted temporary resource types and ACI capacity before starting the build. Ask the policy owner to inspect resource-type restrictions and networking requirements with the image team. Resolve a legitimate design conflict through a narrowly approved change or supported topology, not a subscription-wide policy bypass. Record which resources are expected to appear and disappear during the run.\n\n## Verification\n\nObserve an authorized test build and compare its staging resources with the approved topology. If creation fails, retain the denied resource type or quota evidence before altering the image’s customization script. Review the build logs and final image validation separately from infrastructure provisioning. Confirm that expected temporary resources are cleaned up, and investigate unexplained survivors without deleting the staging group’s retained evidence indiscriminately.\n\n## Official references\n\n[Microsoft Learn: Isolated Image Builds for Azure VM Image Builder](https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder). Source reviewed September 9, 2026."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-09"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Include temporary ACI resources in an isolated Image Builder readiness review",
                        "item": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/",
                "headline": "Include temporary ACI resources in an isolated Image Builder readiness review",
                "description": "Can subscription policy or quota block an image build even when the image template is unchanged?",
                "abstract": "Can subscription policy or quota block an image build even when the image template is unchanged?",
                "articleBody": "Source facts\nAzure Image Builder’s isolated-build design runs major customization and validation work in Azure Container Instances within the customer’s subscription. Microsoft requires registration of Microsoft.ContainerInstance, sufficient ACI quota, and policy that permits those resources. Depending on network topology, temporary virtual networks, network security groups, and private endpoints may also be required. These temporary resources exist during the build and are removed afterward. Microsoft Learn.\nApplicability\nReview the actual image template and staging resource group, including its selected subnet topology. Check the current rollout and networking guidance rather than assuming identical temporary resources in every location. Distinguish the build infrastructure from the contents of the final image.\nDSE recommendation\nReview the staging resource group’s permitted temporary resource types and ACI capacity before starting the build. Ask the policy owner to inspect resource-type restrictions and networking requirements with the image team. Resolve a legitimate design conflict through a narrowly approved change or supported topology, not a subscription-wide policy bypass. Record which resources are expected to appear and disappear during the run.\nVerification\nObserve an authorized test build and compare its staging resources with the approved topology. If creation fails, retain the denied resource type or quota evidence before altering the image’s customization script. Review the build logs and final image validation separately from infrastructure provisioning. Confirm that expected temporary resources are cleaned up, and investigate unexplained survivors without deleting the staging group’s retained evidence indiscriminately.\nOfficial references\nMicrosoft Learn: Isolated Image Builds for Azure VM Image Builder. Source reviewed September 9, 2026.",
                "datePublished": "2026-09-10T00:30:35+00:00",
                "dateModified": "2026-09-10T00:35:08+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-081-include-temporary-aci-resources-in-an-isolated-image-builder-readiness-review/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/cyber-defense-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Include temporary ACI resources in an isolated Image Builder readiness review"
                },
                "articleSection": [
                    "Cybersecurity",
                    "IT"
                ],
                "keywords": [
                    "Cybersecurity",
                    "IT",
                    "Checklist",
                    "Information priority"
                ],
                "genre": "Checklist",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Cybersecurity",
                        "url": "https://update.dsesecurity.com/topic/cybersecurity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    }
                ],
                "wordCount": 250,
                "timeRequired": "PT2M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "Isolated Image Builds for Azure VM Image Builder - Azure Virtual Machines | Microsoft Learn",
                    "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/security-isolated-image-builds-image-builder"
                }
            }
        ]
    }
}