You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-government/documentation-government-services-monitoringandmanagement.md
+58-4Lines changed: 58 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ In order to send data from Application Insights to the Azure Government region,
208
208
</ApplicationInsights>
209
209
```
210
210
211
-
### .NET Core
211
+
### ASP.NET Core
212
212
213
213
Modify the appsettings.json file in your project as follows to adjust the main endpoint:
214
214
@@ -224,18 +224,72 @@ Modify the appsettings.json file in your project as follows to adjust the main e
224
224
The values for Live Metrics and the Profile Query Endpoint can only be set via code. To override the default values for all endpoint values via code, make the following changes in the `ConfigureServices` method of the `Startup.cs` file:
0 commit comments