{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
        "slug": "dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger",
        "url": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/"
        },
        "title": "Use a successful manual image build to recover a deactivated Image Builder trigger",
        "summary": "Why can an Image Builder trigger stop starting builds even though its template can still be run manually?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "continuity-recovery",
            "label": "Continuity & recovery",
            "alt": "Paired infrastructure paths converging on a stable recovered service.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "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:51+00:00",
        "modified_at": "2026-09-10T00:35:07+00:00",
        "reviewed_on": "2026-09-09",
        "reading_minutes": 2,
        "word_count": 252,
        "potentially_affected": "Operators maintaining automatic source-image triggers for Azure Image Builder.",
        "dse_recommendation": "Investigate the failing template and prove a manual build succeeds before expecting automatic builds to resume.",
        "primary_source": {
            "name": "How to enable automatic image creation with Azure Image Builder triggers - Azure Virtual Machines | Microsoft Learn",
            "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-triggers-how-to",
            "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 deactivates automatic triggers after repeated consecutive template build failures, whether those failures came from manual or automatic runs. Manual builds remain possible, and a successful manual build reactivates automatic triggers. The documented trigger type is SourceImage; its location must match the image template, and only one such trigger is supported per image. <a href=\"https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-triggers-how-to\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Use this check when an established source-image build pipeline stops starting expected automatic work. Examine actual build history and trigger state instead of assuming the trigger object was deleted or the source never changed.</p>\n<h2>DSE recommendation</h2>\n<p>Investigate the failing template and prove a manual build succeeds before expecting automatic builds to resume. Have the image owner identify the underlying build error and test the correction with a controlled manual run. Keep the input image, template revision, and output expectation together in the incident record. Avoid creating duplicate triggers as a substitute for resolving a failing template or inventing a retry count that the source does not specify.</p>\n<h2>Verification</h2>\n<p>Check the manual build&#8217;s completed result, then inspect the trigger&#8217;s health and activation status using the documented view. Observe a subsequent eligible source update and record whether it produces the intended image. Keep template creation, trigger activation, and successful image output as separate evidence items. If automatic behavior does not return, retain the actual states and continue diagnosis rather than declaring recovery from the manual start request alone.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-triggers-how-to\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Enable automatic image creation with Azure Image Builder triggers</a>. Source reviewed September 9, 2026.</p>",
        "content_text": "Source facts\nAzure Image Builder deactivates automatic triggers after repeated consecutive template build failures, whether those failures came from manual or automatic runs. Manual builds remain possible, and a successful manual build reactivates automatic triggers. The documented trigger type is SourceImage; its location must match the image template, and only one such trigger is supported per image. Microsoft Learn.\nApplicability\nUse this check when an established source-image build pipeline stops starting expected automatic work. Examine actual build history and trigger state instead of assuming the trigger object was deleted or the source never changed.\nDSE recommendation\nInvestigate the failing template and prove a manual build succeeds before expecting automatic builds to resume. Have the image owner identify the underlying build error and test the correction with a controlled manual run. Keep the input image, template revision, and output expectation together in the incident record. Avoid creating duplicate triggers as a substitute for resolving a failing template or inventing a retry count that the source does not specify.\nVerification\nCheck the manual build’s completed result, then inspect the trigger’s health and activation status using the documented view. Observe a subsequent eligible source update and record whether it produces the intended image. Keep template creation, trigger activation, and successful image output as separate evidence items. If automatic behavior does not return, retain the actual states and continue diagnosis rather than declaring recovery from the manual start request alone.\nOfficial references\nMicrosoft Learn: Enable automatic image creation with Azure Image Builder triggers. Source reviewed September 9, 2026.",
        "content_markdown": "## Source facts\n\nAzure Image Builder deactivates automatic triggers after repeated consecutive template build failures, whether those failures came from manual or automatic runs. Manual builds remain possible, and a successful manual build reactivates automatic triggers. The documented trigger type is SourceImage; its location must match the image template, and only one such trigger is supported per image. [Microsoft Learn](https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-triggers-how-to).\n\n## Applicability\n\nUse this check when an established source-image build pipeline stops starting expected automatic work. Examine actual build history and trigger state instead of assuming the trigger object was deleted or the source never changed.\n\n## DSE recommendation\n\nInvestigate the failing template and prove a manual build succeeds before expecting automatic builds to resume. Have the image owner identify the underlying build error and test the correction with a controlled manual run. Keep the input image, template revision, and output expectation together in the incident record. Avoid creating duplicate triggers as a substitute for resolving a failing template or inventing a retry count that the source does not specify.\n\n## Verification\n\nCheck the manual build’s completed result, then inspect the trigger’s health and activation status using the documented view. Observe a subsequent eligible source update and record whether it produces the intended image. Keep template creation, trigger activation, and successful image output as separate evidence items. If automatic behavior does not return, retain the actual states and continue diagnosis rather than declaring recovery from the manual start request alone.\n\n## Official references\n\n[Microsoft Learn: Enable automatic image creation with Azure Image Builder triggers](https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-triggers-how-to). 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-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-09"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Use a successful manual image build to recover a deactivated Image Builder trigger",
                        "item": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/",
                "headline": "Use a successful manual image build to recover a deactivated Image Builder trigger",
                "description": "Why can an Image Builder trigger stop starting builds even though its template can still be run manually?",
                "abstract": "Why can an Image Builder trigger stop starting builds even though its template can still be run manually?",
                "articleBody": "Source facts\nAzure Image Builder deactivates automatic triggers after repeated consecutive template build failures, whether those failures came from manual or automatic runs. Manual builds remain possible, and a successful manual build reactivates automatic triggers. The documented trigger type is SourceImage; its location must match the image template, and only one such trigger is supported per image. Microsoft Learn.\nApplicability\nUse this check when an established source-image build pipeline stops starting expected automatic work. Examine actual build history and trigger state instead of assuming the trigger object was deleted or the source never changed.\nDSE recommendation\nInvestigate the failing template and prove a manual build succeeds before expecting automatic builds to resume. Have the image owner identify the underlying build error and test the correction with a controlled manual run. Keep the input image, template revision, and output expectation together in the incident record. Avoid creating duplicate triggers as a substitute for resolving a failing template or inventing a retry count that the source does not specify.\nVerification\nCheck the manual build’s completed result, then inspect the trigger’s health and activation status using the documented view. Observe a subsequent eligible source update and record whether it produces the intended image. Keep template creation, trigger activation, and successful image output as separate evidence items. If automatic behavior does not return, retain the actual states and continue diagnosis rather than declaring recovery from the manual start request alone.\nOfficial references\nMicrosoft Learn: Enable automatic image creation with Azure Image Builder triggers. Source reviewed September 9, 2026.",
                "datePublished": "2026-09-10T00:30:51+00:00",
                "dateModified": "2026-09-10T00:35:07+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/"
                },
                "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-065-use-a-successful-manual-image-build-to-recover-a-deactivated-image-builder-trigger/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Use a successful manual image build to recover a deactivated Image Builder trigger"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    }
                ],
                "wordCount": 252,
                "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": "How to enable automatic image creation with Azure Image Builder triggers - Azure Virtual Machines | Microsoft Learn",
                    "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/image-builder-triggers-how-to"
                }
            }
        ]
    }
}