Skip to content

Commit d38920e

Browse files
committed
Consistent voice across ACStor prereqs
1 parent aae9948 commit d38920e

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

articles/storage/container-storage/enable-monitoring-version-1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ You can now monitor your stateful workloads running on Azure Container Storage (
2020

2121
Prometheus metrics are stored in an Azure Monitor workspace, where you can analyze and visualize the data using [Azure Monitor Metrics Explorer with PromQL](/azure/azure-monitor/essentials/metrics-explorer) and [Azure Managed Grafana](/azure/managed-grafana/overview).
2222

23-
## Prerequisites and limitations
23+
## Prerequisites
2424

2525
This feature only supports Azure Monitor managed service for Prometheus. If you have your own Prometheus instance deployed, then you must disable Azure Container Storage's Prometheus instance by running the following Azure CLI command. Replace `<cluster_name>` and `<resource_group_name>` with your own values.
2626

2727
```azurecli
2828
az k8s-extension update --cluster-type managedClusters --cluster-name <cluster_name> --resource-group <resource_group_name> --name azurecontainerstorage --config base.metrics.enablePrometheusStack=false
2929
```
3030

31+
## Limitations
32+
3133
Azure Managed Grafana default dashboard support isn't currently enabled for Azure Container Storage.
3234

3335
## Collect Azure Container Storage Prometheus metrics

articles/storage/container-storage/troubleshoot-container-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Run the following command to get a list of pods.
269269
kubectl get pods
270270
```
271271

272-
You may see output similar to this example.
272+
You should see output similar to this example.
273273

274274
```output
275275
NAME READY STATUS RESTARTS AGE

articles/storage/container-storage/volume-snapshot-restore-version-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ First, create a volume snapshot class, which allows you to specify the attribute
5555
volumesnapshotclass.snapshot.storage.k8s.io/csi-acstor-vsc created
5656
```
5757

58-
You can also run `kubectl get volumesnapshotclass` to check that the volume snapshot class exists. You should see output such as:
58+
You can also run `kubectl get volumesnapshotclass` to check that the volume snapshot class exists. You should see output similar to this example:
5959

6060
```output
6161
NAME DRIVER DELETIONPOLICY AGE

articles/storage/container-storage/volume-snapshot-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A volume snapshot class defines snapshot settings. Follow these steps to create
5252
volumesnapshotclass.snapshot.storage.k8s.io/elasticsan-snapshot-class created
5353
```
5454

55-
You can also run `kubectl get volumesnapshotclass` to confirm creation. You should see output such as:
55+
You can also run `kubectl get volumesnapshotclass` to confirm creation. You should see output similar to this example:
5656

5757
```output
5858
NAME DRIVER DELETIONPOLICY AGE

0 commit comments

Comments
 (0)