<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Fusion Data Hub Blog</title>
        <link>https://fusion-data-hub.github.io/fusion-docs/blog/</link>
        <description>Fusion Data Hub Blog</description>
        <lastBuildDate>Thu, 07 Mar 2024 20:08:02 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Fusion Application Insights]]></title>
            <link>https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/</link>
            <guid>https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/</guid>
            <pubDate>Thu, 07 Mar 2024 20:08:02 GMT</pubDate>
            <description><![CDATA[Microsoft is officially phasing out the "classic" version of Application Insights, as part of its ongoing product evolution.]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_LWe7" id="microsoft-is-officially-phasing-out-the-classic-version-of-application-insights-as-part-of-its-ongoing-product-evolution">Microsoft is officially phasing out the "classic" version of Application Insights, as part of its ongoing product evolution.<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#microsoft-is-officially-phasing-out-the-classic-version-of-application-insights-as-part-of-its-ongoing-product-evolution" class="hash-link" aria-label="Direct link to Microsoft is officially phasing out the &quot;classic&quot; version of Application Insights, as part of its ongoing product evolution." title="Direct link to Microsoft is officially phasing out the &quot;classic&quot; version of Application Insights, as part of its ongoing product evolution.">​</a></h3>
<u><a href="https://azure.microsoft.com/en-us/updates/we-re-retiring-classic-application-insights-on-29-february-2024/" target="_blank" rel="noopener noreferrer">View Offical Announcement.</a></u>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="what-this-means">What this means:<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#what-this-means" class="hash-link" aria-label="Direct link to What this means:" title="Direct link to What this means:">​</a></h3>
<ul>
<li>February 29th, 2024<!-- -->
<ul>
<li>Classic components were officially deprecated.</li>
<li>Continuous Export was officially deprecated as part of the classic Application Insights deprecation.</li>
</ul>
</li>
<li>Starting March 1st 2024<!-- -->
<ul>
<li>Classic components remain, and are able to receive and ingestion telemetry.</li>
<li>There is no longer any ability to create a Classic Application Insights Component, one can only create Log Analytics Workspace based Component.</li>
<li>Classic resources are out of support; there will be no fixes, no new compute resources, etc.. In other words if there is an issue on the component side the first step will be to see if that issue exists under a workspace-based component, or to migrate to the workspace-based component.</li>
<li>A forced migration plan for existing Classic components is being worked on, however what that looks like is still being decided. When details become available they will be added here, so please check back for current status.</li>
</ul>
</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="what-is-impacted">What is impacted:<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#what-is-impacted" class="hash-link" aria-label="Direct link to What is impacted:" title="Direct link to What is impacted:">​</a></h3>
<p>Application Insights will still exist for Fusion. They will be stored, retained and viewed through the Log Analytics Workspace. A migration of existing Application Insights to reference the new Log Analytics Workspace will need to be performed.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="how-to-migrate">How to migrate:<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#how-to-migrate" class="hash-link" aria-label="Direct link to How to migrate:" title="Direct link to How to migrate:">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="migration-through-azure-portal">Migration through Azure Portal<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#migration-through-azure-portal" class="hash-link" aria-label="Direct link to Migration through Azure Portal" title="Direct link to Migration through Azure Portal">​</a></h4>
<p><u><a href="https://learn.microsoft.com/en-us/azure/azure-monitor/app/convert-classic-resource" target="_blank" rel="noopener noreferrer">This Microsoft article</a></u> provides information on a manual migration.</p>
<p>During deployment of Fusion a Log Analytics Workspace will already have been created. You will be able to select and associate it to Application Insights. The naming convention will be log-fusion-companyName-environmentType <em>(eg. log-fusion-mycompany-test)</em>.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="migration-through-azure-cli">Migration through Azure CLI<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#migration-through-azure-cli" class="hash-link" aria-label="Direct link to Migration through Azure CLI" title="Direct link to Migration through Azure CLI">​</a></h4>
<p>The following Azure CLI command can be executed to migrate an existing Fusion Application Insights.
<code>az monitor app-insights component update --app [your-app-insights-resource-name] -g [your_resource_group] --workspace "/subscriptions/[00000000-0000-0000-0000-000000000000]/resourcegroups/[resourcegroupname]/providers/microsoft.operationalinsights/workspaces/[workspacename]"</code></p>
<p>During deployment of Fusion a Log Analytics Workspace will already have been created. You will be able to select and associate it to Application Insights. The naming convention will be log-fusion-companyName-environmentType <em>(eg. log-fusion-mycompany-test)</em>.</p>
<p>When running this command you may be prompted to install the application-insights extension. You can choose to install this when running the command, or add the extension before executing the above command.
</p><p>To install the extension run: <code>az extension add -n application-insights</code></p><p></p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="migration-through-fusion-terraform">Migration through Fusion Terraform<a href="https://fusion-data-hub.github.io/fusion-docs/blog/fusion-application-insights/#migration-through-fusion-terraform" class="hash-link" aria-label="Direct link to Migration through Fusion Terraform" title="Direct link to Migration through Fusion Terraform">​</a></h4>
<p>In the fusion.tf file, under the <code>"azurerm_application_insights" "modelsAppInsights"</code> resource definition, the following line can be added and a terraform apply can be run.
</p><p><code>workspace_id = module.fusion_log_analytics_workspace.id</code></p><p></p>]]></content:encoded>
        </item>
    </channel>
</rss>