Skip to content

Commit

Permalink
Update SetupServerSite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik authored Sep 20, 2024
1 parent adf8b8a commit 9fbc3fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/SetupServerSite.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# How to set up and configure the web site
From March 2025, API Key will not longer be an option for authenticate against the Azure Application Insights API.
From March 2026, API Key will not longer be an option for authenticate against the Azure Application Insights API.

That means that the users need to be authenticated with Entra ID. TinyInsights has a Blazor server application that can be deployed to your environment so you can continue to use it to visualize the data you have logged to Application Insights. The reason a server solution is used, is that is will be more secured to store the Entra settings on a server.

YOu can also watch this video about how to set it up, https://youtu.be/MIuG2gPtMrc

## Configure Azure and Entra
1. Sign in to the **Azure Portal**.
Expand Down Expand Up @@ -73,4 +74,4 @@ This has to be added to appsettings.json:

**Application id will be found under **API Access** menu for your applicationinsights instance.

![Application id](images/setup-server/app-id.png)
![Application id](images/setup-server/app-id.png)

0 comments on commit 9fbc3fe

Please sign in to comment.