Skip to content

Commit 9a03553

Browse files
authored
Merge pull request #99797 from Nickomang/seookr
Service Fabric duplicate H1 fixes.
2 parents ead0f6e + c455038 commit 9a03553

10 files changed

+10
-10
lines changed

articles/service-fabric/scripts/cli-deploy-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: atsenthi
1717
ms.custom: mvc
1818
---
1919

20-
# Deploy an application to a Service Fabric cluster
20+
# Deploy an application to a Service Fabric cluster using the Service Fabric CLI
2121

2222
This sample script copies an application package to a cluster image store, registers the application type in the cluster, and creates an application instance from the application type. Any default services are also created at this time.
2323

articles/service-fabric/scripts/cli-remove-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: atsenthi
1717
ms.custom: mvc
1818
---
1919

20-
# Remove an application from a Service Fabric cluster
20+
# Remove an application from a Service Fabric cluster using the Service Fabric CLI
2121

2222
This sample script deletes a running Service Fabric application instance, then unregisters an application type and version from the cluster. Deleting the application instance also deletes all the running service instances associated with that application. Next, the application files are deleted from the image store.
2323

articles/service-fabric/scripts/service-fabric-powershell-remove-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: atsenthi
1717
ms.custom: mvc
1818
---
1919

20-
# Remove an application from a Service Fabric cluster
20+
# Remove an application from a Service Fabric cluster using Powershell
2121

2222
This sample script deletes a running Service Fabric application instance and unregisters an application type and version from the cluster. Deleting the application instance also deletes all the running service instances associated with that application. Customize the parameters as needed.
2323

articles/service-fabric/scripts/sfctl-upgrade-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: atsenthi
1717
ms.custom:
1818
---
1919

20-
# Add an application certificate to a Service Fabric cluster
20+
# Update an application using the Service Fabric CLI
2121

2222
This sample script uploads a new version of an existing application, and then upgrades a deployed application with the new bits.
2323

articles/service-fabric/service-fabric-backuprestoreservice-quickstart-azurecluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.date: 5/24/2019
88
ms.author: hrushib
99
---
10-
# Periodic backup and restore in Azure Service Fabric
10+
# Periodic backup and restore in an Azure Service Fabric cluster
1111
> [!div class="op_single_selector"]
1212
> * [Clusters on Azure](service-fabric-backuprestoreservice-quickstart-azurecluster.md)
1313
> * [Standalone Clusters](service-fabric-backuprestoreservice-quickstart-standalonecluster.md)

articles/service-fabric/service-fabric-backuprestoreservice-quickstart-standalonecluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.date: 5/24/2019
88
ms.author: hrushib
99
---
10-
# Periodic backup and restore in Azure Service Fabric
10+
# Periodic backup and restore in a standalone Service Fabric
1111
> [!div class="op_single_selector"]
1212
> * [Clusters on Azure](service-fabric-backuprestoreservice-quickstart-azurecluster.md)
1313
> * [Standalone Clusters](service-fabric-backuprestoreservice-quickstart-standalonecluster.md)

articles/service-fabric/service-fabric-diagnostics-how-to-monitor-and-diagnose-services-locally-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.date: 2/23/2018
77
---
88

9-
# Monitor and diagnose services in a local machine development setup
9+
# Monitor and diagnose services in a local Linux machine development setup
1010

1111

1212
> [!div class="op_single_selector"]

articles/service-fabric/service-fabric-powershell-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: sample
66
ms.date: 11/29/2018
77
ms.custom: mvc
88
---
9-
# Azure PowerShell samples
9+
# Azure Service Fabric PowerShell samples
1010

1111
The following table includes links to PowerShell scripts samples that create and manage Service Fabric clusters, applications, and services.
1212

articles/service-fabric/service-fabric-reliable-services-quick-start-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.date: 11/02/2017
88
ms.author: suhuruli
99
---
10-
# Get started with Reliable Services
10+
# Get started with Reliable Services in Java
1111
> [!div class="op_single_selector"]
1212
> * [C# on Windows](service-fabric-reliable-services-quick-start.md)
1313
> * [Java on Linux](service-fabric-reliable-services-quick-start-java.md)

articles/service-fabric/service-fabric-service-model-schema-element-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 12/10/2018
88

99
<!-- This article was generated by the Python script found in the service-fabric-service-model-schema.md file -->
1010

11-
# Service model XML schema elements
11+
# Service Fabric service model XML schema elements
1212

1313
## PartitionDescriptionGroup group
1414
Defines the partitioning scheme for a service.

0 commit comments

Comments
 (0)