

<!DOCTYPE html>

<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  <link rel="stylesheet" href="/app-insights-dotnet/assets/css/just-the-docs-default.css">

  <link rel="stylesheet" href="/app-insights-dotnet/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">

  <style id="jtd-nav-activation">
  
    .site-nav ul li a {
      background-image: none;
    }

  </style>

  

  
    <script src="/app-insights-dotnet/assets/js/vendor/lunr.min.js"></script>
  

  <script src="/app-insights-dotnet/assets/js/just-the-docs.js"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  



  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>App Insights .NET 10 — MAPAQ | Bilingual hands-on workshop instrumenting a .NET 10 reference app with Azure Application Insights, using the Quebec MAPAQ open-data establishments inspection dataset.</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="App Insights .NET 10 — MAPAQ" />
<meta property="og:locale" content="en" />
<meta name="description" content="Bilingual hands-on workshop instrumenting a .NET 10 reference app with Azure Application Insights, using the Quebec MAPAQ open-data establishments inspection dataset." />
<meta property="og:description" content="Bilingual hands-on workshop instrumenting a .NET 10 reference app with Azure Application Insights, using the Quebec MAPAQ open-data establishments inspection dataset." />
<link rel="canonical" href="https://devopsabcs-engineering.github.io/app-insights-dotnet/assets/css/just-the-docs-head-nav.css" />
<meta property="og:url" content="https://devopsabcs-engineering.github.io/app-insights-dotnet/assets/css/just-the-docs-head-nav.css" />
<meta property="og:site_name" content="App Insights .NET 10 — MAPAQ" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="App Insights .NET 10 — MAPAQ" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Bilingual hands-on workshop instrumenting a .NET 10 reference app with Azure Application Insights, using the Quebec MAPAQ open-data establishments inspection dataset.","headline":"App Insights .NET 10 — MAPAQ","url":"https://devopsabcs-engineering.github.io/app-insights-dotnet/assets/css/just-the-docs-head-nav.css"}</script>
<!-- End Jekyll SEO tag -->


  <link rel="alternate" hreflang="fr" href="https://devopsabcs-engineering.github.io/app-insights-dotnet/fr/">
<link rel="alternate" hreflang="en" href="https://devopsabcs-engineering.github.io/app-insights-dotnet/">
<link rel="alternate" hreflang="x-default" href="https://devopsabcs-engineering.github.io/app-insights-dotnet/fr/"><link rel="icon" type="image/x-icon" href="/app-insights-dotnet/assets/branding/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/app-insights-dotnet/assets/branding/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/app-insights-dotnet/assets/branding/apple-touch-icon.png"><style>
  .mapaq-lang-switcher {
    position: fixed;
    top: 0.65rem;
    right: 0.85rem;
    z-index: 9999;
    font-size: 0.85rem;
    line-height: 1;
    background: rgba(20, 20, 20, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.25rem 0.55rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }
  .mapaq-lang-switcher a {
    color: #f1f1f1;
    text-decoration: none;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
  }
  .mapaq-lang-switcher a[aria-current="true"] {
    background: #0078d4;
    color: #fff;
    font-weight: 600;
  }
  .mapaq-lang-switcher a:hover {
    background: rgba(255, 255, 255, 0.12);
  }
  .mapaq-lang-switcher .sep {
    color: rgba(255, 255, 255, 0.35);
    margin: 0 0.15rem;
  }
  /* Mermaid block centering */
  .mermaid { text-align: center; }
  /* Allow long bilingual site titles to wrap */
  @media (min-width: 50rem) {
    .site-header { height: auto; max-height: none; }
  }
</style>

<nav class="mapaq-lang-switcher" aria-label="Language switcher / Sélecteur de langue">
  <a href="/app-insights-dotnet/fr/"
     hreflang="fr"
     onclick="sessionStorage.setItem('mapaq-lang','fr')"
     >FR</a>
  <span class="sep">|</span>
  <a href="/app-insights-dotnet/"
     hreflang="en"
     onclick="sessionStorage.setItem('mapaq-lang','en')"
     aria-current="true">EN</a>
</nav><script>
  (function () {
    try {
      var base = "/app-insights-dotnet";
      var p = window.location.pathname.replace(/\/+$/, "/");
      var enRoot = (base + "/").replace(/\/+$/, "/");
      // Normalize bare baseurl ("/") to "/" for the comparison.
      if (base === "" && p === "") { p = "/"; }
      var optedEn = sessionStorage.getItem("mapaq-lang") === "en";
      if (p === enRoot && !optedEn) {
        window.location.replace(base + "/fr/");
      }
    } catch (e) {
      // sessionStorage unavailable (e.g. file:// or strict privacy mode):
      // leave the visitor on the EN page rather than blocking navigation.
    }
  })();
</script><script type="text/javascript">
  !(function (cfg) {
    if (!cfg.connectionString || cfg.connectionString.indexOf("__") === 0) { return; }
    var sdkSrc = "https://js.monitor.azure.com/scripts/b/ai.3.gbl.min.js";
    var s = document.createElement("script");
    s.src = sdkSrc; s.crossOrigin = "anonymous"; s.async = true;
    s.onload = function () {
      try {
        var snippet = new window.Microsoft.ApplicationInsights.ApplicationInsights({ config: cfg });
        snippet.loadAppInsights();
        snippet.trackPageView();
      } catch (e) { /* swallow */ }
    };
    document.head.appendChild(s);
  })({
    connectionString: "__APPINSIGHTS_CONNECTION_STRING__",
    enableAutoRouteTracking: true,
    enableCorsCorrelation: true,
    enableRequestHeaderTracking: true,
    enableResponseHeaderTracking: true,
    distributedTracingMode: 2 /* W3C */
  });
</script><script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
<script>
  if (window.mermaid) {
    window.mermaid.initialize({ startOnLoad: true, theme: "dark" });
  }
</script>


</head>

<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  <symbol id="svg-link" viewBox="0 0 24 24">
  <title>Link</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link">
    <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
  </svg>
</symbol>

  <symbol id="svg-menu" viewBox="0 0 24 24">
  <title>Menu</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
    <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>
  </svg>
</symbol>

  <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  <title>Expand</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
    <polyline points="9 18 15 12 9 6"></polyline>
  </svg>
</symbol>

  <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE -->
<symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link">
  <title id="svg-external-link-title">(external link)</title>
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
</symbol>

  
    <symbol id="svg-doc" viewBox="0 0 24 24">
  <title>Document</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file">
    <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
  </svg>
</symbol>

    <symbol id="svg-search" viewBox="0 0 24 24">
  <title>Search</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
    <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  </svg>
</symbol>

  
  
    <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md -->
<symbol id="svg-copy" viewBox="0 0 16 16">
  <title>Copy</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16">
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/>
    <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>
  </svg>
</symbol>
<symbol id="svg-copied" viewBox="0 0 16 16">
  <title>Copied</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16">
    <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/>
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/>
  </svg>
</symbol>

  
</svg>

  
    <header class="side-bar">
  <div class="site-header">
    <a href="/app-insights-dotnet/" class="site-title lh-tight">
  App Insights .NET 10 — MAPAQ

</a>
    <button id="menu-button" class="site-button btn-reset" aria-label="Menu" aria-expanded="false">
      <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
    </button>
  </div>
  <nav aria-label="Main" id="site-nav" class="site-nav">
  
  
    <ul class="nav-list"><li class="nav-list-item"><a href="/app-insights-dotnet/" class="nav-list-link">Workshop Home</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="Labs submenu" aria-expanded="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/app-insights-dotnet/labs/" class="nav-list-link">Labs</a><ul class="nav-list"><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-00-setup" class="nav-list-link">Lab 00: Setup</a></li><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-01-provision" class="nav-list-link">Lab 01: Provision Azure infra</a></li><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-02-instrument-web" class="nav-list-link">Lab 02: Instrument the web tier</a></li><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-03-instrument-api-sql" class="nav-list-link">Lab 03: Instrument the API + SQL tier</a></li><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-04-browser-correlation" class="nav-list-link">Lab 04: Browser ↔ server correlation</a></li><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-05-dashboards" class="nav-list-link">Lab 05: Dashboards, KQL, alerts</a></li><li class="nav-list-item"><a href="/app-insights-dotnet/labs/lab-06-teardown" class="nav-list-link">Lab 06: Teardown</a></li></ul></li><li class="nav-list-item"><a href="/app-insights-dotnet/assets/branding/" class="nav-list-link">Branding assets</a></li></ul>
  
</nav>



  <div class="d-md-block d-none site-footer">This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.</div>
</header>
  
  <div class="main" id="top">
    <div id="main-header" class="main-header">
  
    

<div class="search" role="search">
  <div class="search-input-wrap">
    <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search App Insights .NET 10 — MAPAQ" autocomplete="off">
    <label for="search-input" class="search-label">
      <span class="sr-only">Search App Insights .NET 10 — MAPAQ</span>
      <svg viewBox="0 0 24 24" class="search-icon" aria-hidden="true"><use xlink:href="#svg-search"></use></svg>
    </label>
  </div>
  <div id="search-results" class="search-results"></div>
</div>

  
  
  
    <nav aria-label="Auxiliary" class="aux-nav">
  <ul class="aux-nav-list">
    
      <li class="aux-nav-list-item">
        <a href="https://github.com/devopsabcs-engineering/app-insights-dotnet" class="site-button"
          
          target="_blank" rel="noopener noreferrer"
          
        >
          GitHub repo
        </a>
      </li>
    
      <li class="aux-nav-list-item">
        <a href="https://github.com/devopsabcs-engineering/accessibility-scan-workshop" class="site-button"
          
          target="_blank" rel="noopener noreferrer"
          
        >
          Sister workshop — Accessibility
        </a>
      </li>
    
  </ul>
</nav>

  
</div>

    <div class="main-content-wrap">
      
      <div id="main-content" class="main-content">
        <main>
          
            

          

          
            
          
        </main>
        
<hr>
<footer>
  

  

  <div class="d-md-none mt-4 fs-2">
    
    
      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
    
  </div>
</footer>

      </div>
    </div>
    
      

<div class="search-overlay"></div>

    
  </div>

  
</body>
</html>

