Skip to content

Commit 82461dd

Browse files
committed
updated text
1 parent f2eb442 commit 82461dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-cluster-config-upgrade-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article describes how to customize the various fabric settings for your Ser
2626
> 
2727
2828
## Customize cluster settings using Resource Manager templates
29-
The steps below show how to add a new setting *MaxDiskQuotaInMB* to the *Diagnostics* section using Azure Resource Explorer.
29+
Azure clusters can be configured through the JSON Resource Manager template. To learn more about the different settings, see [Configuration settings for clusters](service-fabric-cluster-fabric-settings.md). As an example, the steps below show how to add a new setting *MaxDiskQuotaInMB* to the *Diagnostics* section using Azure Resource Explorer.
3030

3131
1. Go to https://resources.azure.com
3232
2. Navigate to your subscription by expanding **subscriptions** -> **\<Your Subscription>** -> **resourceGroups** -> **\<Your Resource Group>** -> **providers** -> **Microsoft.ServiceFabric** -> **clusters** -> **\<Your Cluster Name>**
@@ -54,5 +54,5 @@ You can also customize cluster settings in one of the following ways with Azure
5454
- Use the Azure CLI [az sf cluster setting](https://docs.microsoft.com/cli/azure/sf/cluster/setting) commands to modify the setting directly.
5555

5656
## Next steps
57-
* Learn how to customize some [Service Fabric cluster settings](service-fabric-cluster-fabric-settings.md).
57+
* Learn about the [Service Fabric cluster settings](service-fabric-cluster-fabric-settings.md).
5858
* Learn how to [scale your cluster in and out](service-fabric-cluster-scale-up-down.md).

0 commit comments

Comments
 (0)