Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
387 stars 121 forks source link

Remove `ApplicationInsightsResourceId` property from Relecloud.Web csproj file #171

Closed kwkraus closed 1 year ago

kwkraus commented 1 year ago

Relecloud.Web.csproj file contains a hardcoded resource id for Application Insights.

This should be removed as it is unnecessary and invalid.

image