{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
        "slug": "dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows",
        "url": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/"
        },
        "title": "Choose whether an Azure Monitor SLI counts requests or time windows",
        "summary": "Should a busy interval carry more weight in the service's reliability measurement?",
        "format": {
            "slug": "explainer",
            "name": "Explainer"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "managed-it",
            "label": "Managed IT operations",
            "alt": "A controlled technology lifecycle progressing from assessment to approved production.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/managed-it-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/managed-it-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/managed-it-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:29:12+00:00",
        "modified_at": "2026-09-10T00:55:35+00:00",
        "reviewed_on": "2026-09-09",
        "reading_minutes": 2,
        "word_count": 248,
        "potentially_affected": "Azure Monitor service-level indicators configured for service groups; the source identifies service-group creation as preview.",
        "dse_recommendation": "Choose the evaluation population before setting the target percentage: individual requests or qualifying time intervals.",
        "primary_source": {
            "name": "Create service level indicators in Azure Monitor - Azure Monitor | Microsoft Learn",
            "url": "https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/service-level-indicators-create",
            "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 Monitor request-based SLIs compare good requests with total requests. Window-based SLIs instead compare intervals that meet a quality threshold with all intervals in the compliance period. Microsoft describes request-based evaluation as reflecting per-request success despite uneven traffic, while the window model can smooth brief poor-performance bursts. Setup requires a service group; the prerequisite links to preview service-group creation. <a href=\"https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/service-level-indicators-create\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Use this decision when defining what a reliability percentage should represent. The target and time horizon still need an explicit service-level decision; choosing the same percentage does not make two different evaluation populations equivalent.</p>\n<h2>DSE recommendation</h2>\n<p>Choose the evaluation population before setting the target percentage: individual requests or qualifying time intervals. Ask the service owner how a short, heavily loaded incident should influence the measure compared with a quiet interval. Document the intended numerator and denominator for request evaluation, or the qualifying threshold for windows. Keep the rationale beside the SLI so later reviewers do not interpret a window percentage as a request-success percentage.</p>\n<h2>Verification</h2>\n<p>Use representative historical telemetry containing both busy and quiet intervals. Compare the two proposed interpretations and check which answers the approved service question. Inspect the preview for the selected signals, filters and formulas before creating the SLI. Retain the chosen method and the comparison evidence; a target being met under one method should not be reported as a successful result under the other or as proof of every user&#8217;s experience.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/service-level-indicators-create\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Service-level indicators</a>. Source reviewed September 9, 2026.</p>",
        "content_text": "Source facts\nAzure Monitor request-based SLIs compare good requests with total requests. Window-based SLIs instead compare intervals that meet a quality threshold with all intervals in the compliance period. Microsoft describes request-based evaluation as reflecting per-request success despite uneven traffic, while the window model can smooth brief poor-performance bursts. Setup requires a service group; the prerequisite links to preview service-group creation. Microsoft Learn.\nApplicability\nUse this decision when defining what a reliability percentage should represent. The target and time horizon still need an explicit service-level decision; choosing the same percentage does not make two different evaluation populations equivalent.\nDSE recommendation\nChoose the evaluation population before setting the target percentage: individual requests or qualifying time intervals. Ask the service owner how a short, heavily loaded incident should influence the measure compared with a quiet interval. Document the intended numerator and denominator for request evaluation, or the qualifying threshold for windows. Keep the rationale beside the SLI so later reviewers do not interpret a window percentage as a request-success percentage.\nVerification\nUse representative historical telemetry containing both busy and quiet intervals. Compare the two proposed interpretations and check which answers the approved service question. Inspect the preview for the selected signals, filters and formulas before creating the SLI. Retain the chosen method and the comparison evidence; a target being met under one method should not be reported as a successful result under the other or as proof of every user’s experience.\nOfficial references\nMicrosoft Learn: Service-level indicators. Source reviewed September 9, 2026.",
        "content_markdown": "## Source facts\n\nAzure Monitor request-based SLIs compare good requests with total requests. Window-based SLIs instead compare intervals that meet a quality threshold with all intervals in the compliance period. Microsoft describes request-based evaluation as reflecting per-request success despite uneven traffic, while the window model can smooth brief poor-performance bursts. Setup requires a service group; the prerequisite links to preview service-group creation. [Microsoft Learn](https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/service-level-indicators-create).\n\n## Applicability\n\nUse this decision when defining what a reliability percentage should represent. The target and time horizon still need an explicit service-level decision; choosing the same percentage does not make two different evaluation populations equivalent.\n\n## DSE recommendation\n\nChoose the evaluation population before setting the target percentage: individual requests or qualifying time intervals. Ask the service owner how a short, heavily loaded incident should influence the measure compared with a quiet interval. Document the intended numerator and denominator for request evaluation, or the qualifying threshold for windows. Keep the rationale beside the SLI so later reviewers do not interpret a window percentage as a request-success percentage.\n\n## Verification\n\nUse representative historical telemetry containing both busy and quiet intervals. Compare the two proposed interpretations and check which answers the approved service question. Inspect the preview for the selected signals, filters and formulas before creating the SLI. Retain the chosen method and the comparison evidence; a target being met under one method should not be reported as a successful result under the other or as proof of every user’s experience.\n\n## Official references\n\n[Microsoft Learn: Service-level indicators](https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/service-level-indicators-create). 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-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-09"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Choose whether an Azure Monitor SLI counts requests or time windows",
                        "item": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/",
                "headline": "Choose whether an Azure Monitor SLI counts requests or time windows",
                "description": "Should a busy interval carry more weight in the service's reliability measurement?",
                "abstract": "Should a busy interval carry more weight in the service's reliability measurement?",
                "articleBody": "Source facts\nAzure Monitor request-based SLIs compare good requests with total requests. Window-based SLIs instead compare intervals that meet a quality threshold with all intervals in the compliance period. Microsoft describes request-based evaluation as reflecting per-request success despite uneven traffic, while the window model can smooth brief poor-performance bursts. Setup requires a service group; the prerequisite links to preview service-group creation. Microsoft Learn.\nApplicability\nUse this decision when defining what a reliability percentage should represent. The target and time horizon still need an explicit service-level decision; choosing the same percentage does not make two different evaluation populations equivalent.\nDSE recommendation\nChoose the evaluation population before setting the target percentage: individual requests or qualifying time intervals. Ask the service owner how a short, heavily loaded incident should influence the measure compared with a quiet interval. Document the intended numerator and denominator for request evaluation, or the qualifying threshold for windows. Keep the rationale beside the SLI so later reviewers do not interpret a window percentage as a request-success percentage.\nVerification\nUse representative historical telemetry containing both busy and quiet intervals. Compare the two proposed interpretations and check which answers the approved service question. Inspect the preview for the selected signals, filters and formulas before creating the SLI. Retain the chosen method and the comparison evidence; a target being met under one method should not be reported as a successful result under the other or as proof of every user’s experience.\nOfficial references\nMicrosoft Learn: Service-level indicators. Source reviewed September 9, 2026.",
                "datePublished": "2026-09-10T00:29:12+00:00",
                "dateModified": "2026-09-10T00:55:35+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/"
                },
                "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-164-choose-whether-an-azure-monitor-sli-counts-requests-or-time-windows/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/managed-it-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/managed-it-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Choose whether an Azure Monitor SLI counts requests or time windows"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Explainer",
                    "Information priority"
                ],
                "genre": "Explainer",
                "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": 248,
                "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": "Create service level indicators in Azure Monitor - Azure Monitor | Microsoft Learn",
                    "url": "https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/service-level-indicators-create"
                }
            }
        ]
    }
}