Skip to content

Commit 84a32b0

Browse files
author
Sravan Rengarajan
committed
addressed comments
1 parent 798d575 commit 84a32b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-diagnostics-eventstore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In [fabricSettings.json in your cluster](service-fabric-cluster-fabric-settings.
6969
```
7070

7171
### Azure cluster version 6.5+
72-
If you upgrade to version 6.5 or higher, EventStore will be automatically enalbed on your cluster. To opt out, you need to update your cluster template with the following
72+
If your Azure cluster gets upgraded to version 6.5 or higher, EventStore will be automatically enabled on your cluster. To opt out, you need to update your cluster template with the following:
7373

7474
* Use an API version of `2019-03-01` or newer
7575
* Add the following code to your properties section in your cluster
@@ -82,7 +82,7 @@ If you upgrade to version 6.5 or higher, EventStore will be automatically enalbe
8282

8383
### Azure cluster version 6.4
8484

85-
In your cluster's Azure Resource Manager template, you can turn on the EventStore service by performing a [cluster config upgrade](service-fabric-cluster-config-upgrade-azure.md) and adding the following code, you can use PlacementConstraints to put the replicas of the EventStore service on a specific NodeType e.g. a NodeType dedicated for the system services. The `upgradeDescription` section configures the config upgrade to trigger a restart on the nodes. You can remove the section in another update.
85+
If you are using version 6.4, you can edit your Azure Resource Manager template to turn on EventStore service. This is done by performing a [cluster config upgrade](service-fabric-cluster-config-upgrade-azure.md) and adding the following code, you can use PlacementConstraints to put the replicas of the EventStore service on a specific NodeType e.g. a NodeType dedicated for the system services. The `upgradeDescription` section configures the config upgrade to trigger a restart on the nodes. You can remove the section in another update.
8686

8787
```json
8888
"fabricSettings": [

0 commit comments

Comments
 (0)