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/service-fabric/service-fabric-tutorial-dotnet-app-enable-https-endpoint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ services: service-fabric
10
10
ms.date: 05/17/2024
11
11
---
12
12
13
-
# Tutorial: Add an HTTPS endpoint to an ASP.NET Core Web API front-end service by using Kestrel
13
+
# Tutorial: Add an HTTPS endpoint for a Service Fabric application by using Kestrel
14
14
15
15
This tutorial is *part three* in a series. Learn how to add an HTTPS endpoint in an ASP.NET Core service running in Azure Service Fabric. When you're finished, you have a voting application that has an HTTPS-enabled ASP.NET Core web front end that listens on port 443. If you don't want to manually create the voting application in [part one of the tutorial series](service-fabric-tutorial-deploy-app.md), you can [download the source code](https://github.com/Azure-Samples/service-fabric-dotnet-quickstart/) to get the completed application.
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-tutorial-monitoring-aspnet.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ services: service-fabric
9
9
ms.date: 05/17/2024
10
10
---
11
11
12
-
# Tutorial: Monitor and diagnose an ASP.NET Core application on Service Fabric by using Application Insights
12
+
# Tutorial: Monitor and diagnose a Service Fabric application by using Application Insights
13
13
14
14
This tutorial is *part five* in a series. It walks through the steps to configure monitoring and diagnostics for an ASP.NET Core application running on an Azure Service Fabric cluster by using Application Insights. You collect telemetry from the application that's developed in [part one of the tutorial series](service-fabric-tutorial-create-dotnet-app.md).
15
15
@@ -137,23 +137,23 @@ To set up the NuGet package:
0 commit comments