Skip to content

Commit 36a87b3

Browse files
authored
fix capitalization for ID
1 parent b008a1e commit 36a87b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-sfctl-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Creates the specified Service Fabric service.
9292
|Argument|Description|
9393
| --- | --- |
9494
| --app-id [Required] | The identity of the application. This is typically the full name of the application without the 'fabric\:' URI scheme. Starting from version 6.0, hierarchical names are delimited with the '\~' character. For example, if the application name is 'fabric\:/myapp/app1', the application identity would be 'myapp\~app1' in 6.0+ and 'myapp/app1' in previous versions. |
95-
| --name [Required] | Name of the service. This should be a child of the application id. This is the full name including the `fabric\:` URI. For example service `fabric\:/A/B` is a child of application `fabric\:/A`. |
95+
| --name [Required] | Name of the service. This should be a child of the application ID. This is the full name including the `fabric\:` URI. For example service `fabric\:/A/B` is a child of application `fabric\:/A`. |
9696
| --service-type [Required] | Name of the service type. |
9797
| --activation-mode | The activation mode for the service package. |
9898
| --constraints | The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following\:"NodeColor == blue". |

0 commit comments

Comments
 (0)