<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>azure app insights &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/azure-app-insights/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 15 Dec 2021 11:44:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>azure app insights &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Integrate Azure App Insights in 1 Minute to .Net6 Application</title>
		<link>https://sibeeshpassion.com/integrate-azure-app-insights-in-1-minute-to-net6-application/</link>
					<comments>https://sibeeshpassion.com/integrate-azure-app-insights-in-1-minute-to-net6-application/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 15 Dec 2021 11:43:51 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[.net 6]]></category>
		<category><![CDATA[azure app insights]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=14527</guid>

					<description><![CDATA[Integrating an existing Azure App Insights into your application is never been easier than this. Within a minute you can do this. I am using the .net6 app and visual studio 2022.]]></description>
										<content:encoded><![CDATA[
<p>Integrating an existing Azure App Insights into your application is never been easier than this. Within a minute you can do this. I am using the .net6 app and visual studio 2022. Here are the steps to do that. </p>



<p>Right-click on the project and click on the Connected Service </p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-1.png"><img fetchpriority="high" decoding="async" width="800" height="806" src="/wp-content/uploads/2021/12/image-1.png" alt="" class="wp-image-14529" srcset="/wp-content/uploads/2021/12/image-1.png 800w, /wp-content/uploads/2021/12/image-1-298x300.png 298w, /wp-content/uploads/2021/12/image-1-150x150.png 150w, /wp-content/uploads/2021/12/image-1-768x774.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption>Add connected service menu</figcaption></figure>



<p>Click on the + icon in the Service Dependencies and then select Azure Application Insights from the list </p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-2.png"><img decoding="async" width="800" height="561" src="/wp-content/uploads/2021/12/image-2.png" alt="" class="wp-image-14530" srcset="/wp-content/uploads/2021/12/image-2.png 800w, /wp-content/uploads/2021/12/image-2-300x210.png 300w, /wp-content/uploads/2021/12/image-2-768x539.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption>Add dependency screen</figcaption></figure>



<p>Log in and select your subscription and the Azure Application Insight instance </p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-3.png"><img decoding="async" width="800" height="561" src="/wp-content/uploads/2021/12/image-3.png" alt="" class="wp-image-14531" srcset="/wp-content/uploads/2021/12/image-3.png 800w, /wp-content/uploads/2021/12/image-3-300x210.png 300w, /wp-content/uploads/2021/12/image-3-768x539.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption>Select service dependency </figcaption></figure>



<p>Configure your connection string name and choose how you want to save your connections string locally. I would recommend saving it to a secret.json file. You can get more information about this <a rel="noreferrer noopener" href="https://sibeeshpassion.com/why-not-secure-your-keys-and-secrets-asp-net-core-with-azure-key-vault-integration/" target="_blank">here</a> under the Secret Storage for Development Environment section. </p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-4.png"><img decoding="async" width="800" height="561" src="/wp-content/uploads/2021/12/image-4.png" alt="" class="wp-image-14532" srcset="/wp-content/uploads/2021/12/image-4.png 800w, /wp-content/uploads/2021/12/image-4-300x210.png 300w, /wp-content/uploads/2021/12/image-4-768x539.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption>Provide connection string</figcaption></figure>



<p>Click Finish on the summary screen.</p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-5.png"><img decoding="async" width="800" height="561" src="/wp-content/uploads/2021/12/image-5.png" alt="" class="wp-image-14533" srcset="/wp-content/uploads/2021/12/image-5.png 800w, /wp-content/uploads/2021/12/image-5-300x210.png 300w, /wp-content/uploads/2021/12/image-5-768x539.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption>Summary of changes</figcaption></figure>



<p>You will be able to see the progress in the next screen.</p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-6.png"><img decoding="async" width="800" height="561" src="/wp-content/uploads/2021/12/image-6.png" alt="" class="wp-image-14534" srcset="/wp-content/uploads/2021/12/image-6.png 800w, /wp-content/uploads/2021/12/image-6-300x210.png 300w, /wp-content/uploads/2021/12/image-6-768x539.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption>Dependency configuration progress</figcaption></figure>



<p>Click on the Git changes window, your changes should look like the image below. </p>



<figure class="wp-block-image size-full"><a href="/wp-content/uploads/2021/12/image-7.png"><img decoding="async" width="749" height="755" src="/wp-content/uploads/2021/12/image-7.png" alt="" class="wp-image-14535" srcset="/wp-content/uploads/2021/12/image-7.png 749w, /wp-content/uploads/2021/12/image-7-298x300.png 298w, /wp-content/uploads/2021/12/image-7-150x150.png 150w" sizes="(max-width: 749px) 100vw, 749px" /></a><figcaption>Git changes</figcaption></figure>



<p>Push your changes and deploy them to your web application.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Congratulations and thanks a lot for being with me this far. Here in this post, we learned how can we enable the Azure App Insights to our application. Happy Analysing!.</p>



<h2 class="wp-block-heading">About the Author</h2>



<p>I am yet another developer who is passionate about writing and video creation. I have written close to 500 blogs on my&nbsp;<a href="https://sibeeshpassion.com/" target="_blank" rel="noreferrer noopener">blog</a>. And I upload videos on my YouTube channels&nbsp;<a href="https://www.youtube.com/njanorumalayali" target="_blank" rel="noreferrer noopener">Njan Oru Malayali</a>&nbsp;and&nbsp;<a href="https://www.youtube.com/SibeeshPassion" target="_blank" rel="noreferrer noopener">Sibeesh Passion</a>. Please feel free to follow me.</p>



<ul class="wp-block-list"><li><a href="https://github.com/SibeeshVenu">GitHub</a></li><li><a href="https://medium.com/@sibeeshvenu">medium</a></li><li><a href="https://twitter.com/sibeeshvenu">Twitter</a></li></ul>



<h2 class="wp-block-heading">Your turn. What do you think?</h2>



<p>Thanks a lot for reading. Did I miss anything that you may think is needed in this article? Could you find this post useful? Kindly do not forget to share your feedback.</p>



<p>Kindest Regards</p>



<p>Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/integrate-azure-app-insights-in-1-minute-to-net6-application/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
