Skip to content

Commit aa9876a

Browse files
committed
Acronlinx
1 parent f591283 commit aa9876a

12 files changed

+21
-21
lines changed

articles/service-fabric/service-fabric-manage-application-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By default, deploying an application combines the following steps into one simpl
2424
In Visual Studio, pressing **F5** deploys your application and attach the debugger to all application instances. You can use **Ctrl+F5** to deploy an application without debugging, or you can publish to a local or remote cluster by using the publish profile.
2525

2626
### Application Debug Mode
27-
Visual Studio provide a property called **Application Debug Mode**, which controls how you want Visual Studios to handle Application deployment as part of debugging.
27+
Visual Studio provides a property called **Application Debug Mode**, which controls how you want Visual Studios to handle Application deployment as part of debugging.
2828

2929
#### To set the Application Debug Mode property
3030
1. On the Service Fabric application project's (*.sfproj) shortcut menu, choose **Properties** (or press the **F4** key).

articles/service-fabric/service-fabric-manifest-example-container-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ See [Application manifest elements](#application-manifest-elements), [FrontEndSe
254254

255255
## Application manifest elements
256256
### ApplicationManifest Element
257-
Declaratively describes the application type and version. One or more service manifests of the constituent services are referenced to compose an application type. Configuration settings of the constituent services can be overridden using parameterized application settings. Default services, service templates, principals, policies, diagnostics set-up, and certificates can also declared at the application level. For more information, see [ApplicationManifest Element](service-fabric-service-model-schema-elements.md#ApplicationManifestElementApplicationManifestTypeComplexType)
257+
Declaratively describes the application type and version. One or more service manifests of the constituent services are referenced to compose an application type. Configuration settings of the constituent services can be overridden using parameterized application settings. Default services, service templates, principals, policies, diagnostics set-up, and certificates can also be declared at the application level. For more information, see [ApplicationManifest Element](service-fabric-service-model-schema-elements.md#ApplicationManifestElementApplicationManifestTypeComplexType)
258258

259259
### Parameters Element
260260
Declares the parameters that are used in this application manifest. The value of these parameters can be supplied when the application is instantiated and can be used to override application or service configuration settings. For more information, see [Parameters Element](service-fabric-service-model-schema-elements.md#ParametersElementanonymouscomplexTypeComplexTypeDefinedInApplicationManifestTypecomplexType)
@@ -299,7 +299,7 @@ Windows Server containers may not be compatible across different versions of the
299299
is assumed to work across all versions of the OS and overrides the image specified in the service manifest. For more information, see [ImageOverrides Element](service-fabric-service-model-schema-elements.md#ImageOverridesElementImageOverridesTypeComplexTypeDefinedInContainerHostPoliciesTypecomplexType)
300300

301301
### Image Element
302-
Container image corresponding to OS build version number to be launched. If the Os attribute is not specified, the container image
302+
Container image corresponding to OS build version number to be launched. If the OS attribute is not specified, the container image
303303
is assumed to work across all versions of the OS and overrides the image specified in the service manifest. For more information, see [Image Element](service-fabric-service-model-schema-elements.md#ImageElementImageTypeComplexTypeDefinedInImageOverridesTypecomplexType)
304304

305305
### EnvironmentOverrides Element

articles/service-fabric/service-fabric-manifest-example-reliable-services-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ See [Application manifest elements](#application-manifest-elements), [VotingWeb
270270

271271
## Application manifest elements
272272
### ApplicationManifest Element
273-
Declaratively describes the application type and version. One or more service manifests of the constituent services are referenced to compose an application type. Configuration settings of the constituent services can be overridden using parameterized application settings. Default services, service templates, principals, policies, diagnostics set-up, and certificates can also declared at the application level. For more information, see [ApplicationManifest Element](service-fabric-service-model-schema-elements.md#ApplicationManifestElementApplicationManifestTypeComplexType)
273+
Declaratively describes the application type and version. One or more service manifests of the constituent services are referenced to compose an application type. Configuration settings of the constituent services can be overridden using parameterized application settings. Default services, service templates, principals, policies, diagnostics set-up, and certificates can also be declared at the application level. For more information, see [ApplicationManifest Element](service-fabric-service-model-schema-elements.md#ApplicationManifestElementApplicationManifestTypeComplexType)
274274

275275
### Parameters Element
276276
Declares the parameters that are used in this application manifest. The value of these parameters can be supplied when the application is instantiated and can be used to override application or service configuration settings. For more information, see [Parameters Element](service-fabric-service-model-schema-elements.md#ParametersElementanonymouscomplexTypeComplexTypeDefinedInApplicationManifestTypecomplexType)

articles/service-fabric/service-fabric-migrate-old-javaapp-to-use-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrate from Java SDK to Maven
3-
description: Update the older Java applications which used to use the Service Fabric Java SDK, to fetch Service Fabric Java dependencies from Maven. After completing this setup, your older Java applications would be able to build .
3+
description: Update the older Java applications which used to use the Service Fabric Java SDK, to fetch Service Fabric Java dependencies from Maven. After completing this setup, your older Java applications would be able to build.
44
ms.topic: how-to
55
ms.author: tomcassidy
66
author: tomvcassidy

articles/service-fabric/service-fabric-node-transition-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As described earlier, a *stopped* Service Fabric node is a node intentionally ta
2121

2222
In addition, some errors returned by these APIs are not as descriptive as they could be. For example, invoking the Stop Node API on an already *stopped* node will return the error *InvalidAddress*. This experience could be improved.
2323

24-
Also, the duration a node is stopped for is "infinite" until the Start Node API is invoked. We've found this can cause problems and may be error-prone. For example, we've seen problems where a user invoked the Stop Node API on a node and then forgot about it. Later, it was unclear if the node was *down* or *stopped*.
24+
Also, the duration a node remains stopped for is "infinite" until the Start Node API is invoked. We've found this can cause problems and may be error-prone. For example, we've seen problems where a user invoked the Stop Node API on a node and then forgot about it. Later, it was unclear if the node was *down* or *stopped*.
2525

2626

2727
## Introducing the Node Transition APIs
@@ -30,7 +30,7 @@ We've addressed these issues above in a new set of APIs. The new Node Transitio
3030

3131
**Usage**
3232

33-
If the Node Transition API does not throw an exception when invoked, then the system has accepted the asynchronous operation, and will execute it. A successful call does not imply the operation is finished yet. To get information about the current state of the operation, call the Node Transition Progress API (managed: [GetNodeTransitionProgressAsync()][gntp]) with the guid used when invoking Node Transition API for this operation. The Node Transition Progress API returns an NodeTransitionProgress object. This object's State property specifies the current state of the operation. If the state is "Running", then the operation is executing. If it is Completed, the operation finished without error. If it is Faulted, there was a problem executing the operation. The Result property's Exception property will indicate what the issue was. See [TestCommandProgressState Enum](/dotnet/api/system.fabric.testcommandprogressstate) for more information about the State property, and the "Sample Usage" section below for code examples.
33+
If the Node Transition API does not throw an exception when invoked, then the system has accepted the asynchronous operation, and will execute it. A successful call does not imply the operation is finished yet. To get information about the current state of the operation, call the Node Transition Progress API (managed: [GetNodeTransitionProgressAsync()][gntp]) with the guid used when invoking Node Transition API for this operation. The Node Transition Progress API returns a NodeTransitionProgress object. This object's State property specifies the current state of the operation. If the state is "Running", then the operation is executing. If it is Completed, the operation finished without error. If it is Faulted, there was a problem executing the operation. The Result property's Exception property will indicate what the issue was. See [TestCommandProgressState Enum](/dotnet/api/system.fabric.testcommandprogressstate) for more information about the State property, and the "Sample Usage" section below for code examples.
3434

3535
**Differentiating between a stopped node and a down node**
3636
If a node is *stopped* using the Node Transition API, the output of a node query (managed: [GetNodeListAsync()][nodequery], PowerShell: [Get-ServiceFabricNode][nodequeryps]) will show that this node has an *IsStopped* property value of true. Note this is different from the value of the *NodeStatus* property, which will say *Down*. If the *NodeStatus* property has a value of *Down*, but *IsStopped* is false, then the node was not stopped using the Node Transition API, and is *Down* due to some other reason. If the *IsStopped* property is true, and the *NodeStatus* property is *Down*, then it was stopped using the Node Transition API.

articles/service-fabric/service-fabric-quickstart-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using this application you learn how to:
2222
* Use ASP.NET core as a web front end
2323
* Store application data in a stateful service
2424
* Debug your application locally
25-
* Scale-out the application across multiple nodes
25+
* Scale out the application across multiple nodes
2626
* Perform a rolling application upgrade
2727

2828
## Prerequisites
@@ -182,7 +182,7 @@ In this quickstart, you learned how to:
182182
* Use ASP.NET core as a web front end
183183
* Store application data in a stateful service
184184
* Debug your application locally
185-
* Scale-out the application across multiple nodes
185+
* Scale out the application across multiple nodes
186186
* Perform a rolling application upgrade
187187

188188
To learn more about Service Fabric and .NET, take a look at this tutorial:

articles/service-fabric/service-fabric-quickstart-java-reliable-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In this quickstart, you learned how to:
8989

9090
* Use Eclipse as a tool for your Service Fabric Java applications
9191
* Deploy Java applications to your local cluster
92-
* Scale-out the application across multiple nodes
92+
* Scale out the application across multiple nodes
9393

9494
To learn more about working with Java apps in Service Fabric, continue to the tutorial for Java apps.
9595

articles/service-fabric/service-fabric-quickstart-java-spring-boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 07/11/2022
1010
---
1111
# Quickstart: Deploy a Java Spring Boot app on Azure Service Fabric
1212

13-
In this quickstart, you deploy a Java Spring Boot application to Azure Service Fabric by using familiar command-line tools on Linux or MacOS. Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
13+
In this quickstart, you deploy a Java Spring Boot application to Azure Service Fabric by using familiar command-line tools on Linux or macOS. Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
1414

1515
## Prerequisites
1616

@@ -20,7 +20,7 @@ In this quickstart, you deploy a Java Spring Boot application to Azure Service F
2020
- [Service Fabric SDK & Service Fabric Command Line Interface (CLI)](./service-fabric-get-started-linux.md#installation-methods)
2121
- [Git](https://git-scm.com/downloads)
2222

23-
#### [MacOS](#tab/macos)
23+
#### [macOS](#tab/macos)
2424

2525
- [Java environment and Yeoman](./service-fabric-get-started-mac.md#create-your-application-on-your-mac-by-using-yeoman)
2626
- [Service Fabric SDK & Service Fabric Command Line Interface (CLI)](./service-fabric-cli.md#cli-mac)
@@ -191,7 +191,7 @@ In this quickstart, you learned how to:
191191
192192
* Deploy a Spring Boot application to Service Fabric
193193
* Deploy the application to your local cluster
194-
* Scale-out the application across multiple nodes
194+
* Scale out the application across multiple nodes
195195
* Perform failover of your service with no hit to availability
196196
197197
To learn more about working with Java apps in Service Fabric, continue to the tutorial for Java apps.

articles/service-fabric/service-fabric-reliable-actors-access-save-remove-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,6 @@ class MyActorImpl extends FabricActor implements MyActor
314314

315315
## Next steps
316316

317-
State that's stored in Reliable Actors must be serialized before its written to disk and replicated for high availability. Learn more about [Actor type serialization](service-fabric-reliable-actors-notes-on-actor-type-serialization.md).
317+
State that's stored in Reliable Actors must be serialized before it's written to disk and replicated for high availability. Learn more about [Actor type serialization](service-fabric-reliable-actors-notes-on-actor-type-serialization.md).
318318

319319
Next, learn more about [Actor diagnostics and performance monitoring](service-fabric-reliable-actors-diagnostics.md).

articles/service-fabric/service-fabric-reliable-actors-backup-and-restore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Backup and restore Azure Service Fabric actors
3-
description: Learn how to implement backup and restore in your Azure Service Fabric actors.
2+
title: Back up and restore Azure Service Fabric actors
3+
description: Learn how to implement back up and restore in your Azure Service Fabric actors.
44
ms.topic: how-to
55
ms.author: tomcassidy
66
author: tomvcassidy
@@ -10,10 +10,10 @@ ms.date: 07/11/2022
1010
---
1111

1212

13-
# Implement Reliable Actors backup and restore
13+
# Implement Reliable Actors back up and restore
1414

1515
> [!NOTE]
16-
> Microsoft recommends to use [Periodic backup and restore](service-fabric-backuprestoreservice-quickstart-azurecluster.md) for configuring data backup of Reliable Stateful services and Reliable Actors.
16+
> Microsoft recommends to use [Periodic back up and restore](service-fabric-backuprestoreservice-quickstart-azurecluster.md) for configuring data backup of Reliable Stateful services and Reliable Actors.
1717
>
1818
1919
In the following example, a custom actor service exposes a method to back up actor data by taking advantage of the remoting listener already present in `ActorService`:

0 commit comments

Comments
 (0)