Skip to content

Commit 00e58ce

Browse files
author
priya shet
committed
Merge branch 'priyshet/networkCloudCLIupdates' of github.com:priyamshet/azure-docs-pr-pshet into priyshet/networkCloudCLIupdates
2 parents 0ecdf21 + 53218d7 commit 00e58ce

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/operator-nexus/howto-cluster-metrics-configuration-management.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ ms.custom: template-how-to
1414
When the user deploys a Cluster, a standard set of metrics are enabled for collection. For the list of metrics, see
1515
[List of Metrics Collected](List-of-metrics-collected.md).
1616

17-
Users can't control the behavior (enable or disable) for collection of these included standard metrics. Though, users can control the collection of some optional metrics that aren't part of the link to the list. To enable this experience, users will have to create and update a MetricsConfiguration resource for a cluster. By default, creation of this MetricsConfiguration resource doesn't change the collection of metrics. User will have to update the resource to enable or disable these optional metrics collection.
17+
Users can't control the behavior (enable or disable) for collection of these included standard metrics. Though, users can control the collection of some optional metrics that aren't part of the link to the list. To enable this experience, users have to create and update a MetricsConfiguration resource for a cluster. By default, creation of this MetricsConfiguration resource doesn't change the collection of metrics. User has to update the resource to enable or disable these optional metrics collection.
1818

1919
> [!NOTE]
2020
> * For a cluster, at max, only one MetricsConfiguration resource can be created.
2121
> * Users need to create a MetricsConfiguration resource to check a list of optional metrics that can be controlled.
22-
> * Deletion of the MetricsConfiguration resource will result in the standard set of metrics being restored.
22+
> * Deletion of the MetricsConfiguration resource results in the standard set of metrics being restored.
2323
2424
## How to manage cluster metrics configuration
2525

@@ -48,25 +48,25 @@ az networkcloud cluster metricsconfiguration create \
4848
> * The default metrics collection interval for standard set of metrics is set to every 5 minutes. Changing the `collectionInterval` will also impact the collection frequency for default standard metrics.
4949
> * There can be only one set of metrics configuration defined per cluster. The resource is created with the name `default`.
5050
51-
Specifying `--no-wait --debug` options in az cli command will result in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
51+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
5252

5353
### Metrics Configuration elements
5454

5555
| Parameter name | Description |
5656
| --------------------------------------| -------------------------------------------------------------------------------------------------- |
5757
| CLUSTER | Resource Name of Cluster |
58-
| LOCATION | The Azure Region where the Cluster will be deployed |
58+
| LOCATION | The Azure Region where the Cluster is deployed |
5959
| CLUSTER_EXTENDED_LOCATION_ID | The Cluster extended Location from Azure portal |
6060
| COLLECTION_INTERVAL | The collection frequency for default standard metrics |
6161
| RESOURCE_GROUP | The Cluster resource group name |
6262
| TAG_KEY1 | Optional tag1 to pass to Cluster create |
6363
| TAG_VALUE1 | Optional tag1 value to pass to Cluster Create |
6464
| TAG_KEY2 | Optional tag2 to pass to Cluster create |
6565
| TAG_VALUE2 | Optional tag2 value to pass to Cluster create |
66-
| METRIC_TO_ENABLE_1 | Optional metric1 that have been chosen to be enabled in addition to the default metrics |
67-
| METRIC_TO_ENABLE_2 | Optional metric2 that have been chosen to be enabled in addition to the default metrics |
66+
| METRIC_TO_ENABLE_1 | Optional metric1 that is enabled in addition to the default metrics |
67+
| METRIC_TO_ENABLE_2 | Optional metric2 that is enabled in addition to the default metrics |
6868

69-
Specifying `--no-wait --debug` options in az cli command will result in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
69+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
7070

7171
## Retrieving a metrics configuration
7272

@@ -79,7 +79,7 @@ az networkcloud cluster metricsconfiguration show \
7979
--resource-group "<RESOURCE_GROUP>"
8080
```
8181

82-
This command will return a JSON representation of the metrics configuration.
82+
This command returns a JSON representation of the metrics configuration.
8383

8484
## Updating a metrics configuration
8585

@@ -96,18 +96,18 @@ az networkcloud cluster metricsconfiguration update \
9696

9797
The `collection-interval` can be updated independently of `enabled-metrics` list. Omit fields that aren't being changed.
9898

99-
Specifying `--no-wait --debug` options in az cli command will result in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
99+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
100100

101101
## Deleting a metrics configuration
102102

103-
Deletion of the metrics configuration will return the cluster to an unaltered configuration. To delete a metrics configuration, use the below command:
103+
Deletion of the metrics configuration returns the cluster to an unaltered configuration. To delete a metrics configuration, use the below command:
104104

105105
```azurecli
106106
az networkcloud cluster metricsconfiguration delete \
107107
--cluster-name "<CLUSTER>" \
108108
--resource-group "<RESOURCE_GROUP>"
109109
```
110110

111-
Specifying `--no-wait --debug` options in az cli command will result in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
111+
Specifying `--no-wait --debug` options in az cli command results in the execution of this command asynchronously. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
112112

113113

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can instead create a Cluster with ARM template/parameter files in
7070
| Parameter name | Description |
7171
| ------------------------- | --------------------------------------------------------------------------------------------------------------------- |
7272
| CLUSTER_NAME | Resource Name of the Cluster |
73-
| LOCATION | The Azure Region where the Cluster will be deployed |
73+
| LOCATION | The Azure Region where the Cluster is deployed |
7474
| CL_NAME | The Cluster Manager Custom Location from Azure portal |
7575
| CLUSTER_RG | The cluster resource group name |
7676
| LAW_ID | Log Analytics Workspace ID for the Cluster |
@@ -110,7 +110,7 @@ You can instead create a Cluster with ARM template/parameter files in
110110

111111
### Cluster validation
112112

113-
A successful Operator Nexus Cluster creation will result in the creation of an AKS cluster
113+
A successful Operator Nexus Cluster creation results in the creation of an AKS cluster
114114
inside your subscription. The cluster ID, cluster provisioning state and
115115
deployment state are returned as a result of a successful `cluster create`.
116116

@@ -136,7 +136,7 @@ Cluster create Logs can be viewed in the following locations:
136136
Once a Cluster has been created, the deploy cluster action can be triggered.
137137
The deploy Cluster action creates the bootstrap image and deploys the Cluster.
138138

139-
Deploy Cluster will initiate a sequence of events to occur in the Cluster Manager
139+
Deploy Cluster initiates a sequence of events to occur in the Cluster Manager
140140

141141
1. Validation of the cluster/rack properties
142142
2. Generation of a bootable image for the ephemeral bootstrap cluster

0 commit comments

Comments
 (0)