Skip to content

Commit 04078b0

Browse files
authored
Acrolinx: fix Correctness issues.
1 parent d981222 commit 04078b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ The application requires the *Monitoring Metrics Publisher* role on the data col
6767

6868
## Add certificate to the Azure Active Directory application
6969

70-
1. From the menu for you Azure Active Directory application, select **Certificates & secrets**.
70+
1. From the menu for your Azure Active Directory application, select **Certificates & secrets**.
7171
2. Click **Upload certificate** and select the certificate that you downloaded.
7272

7373
:::image type="content" source="media/prometheus-remote-write-active-directory/upload-certificate.png" alt-text="Screenshot showing upload of certificate for Azure Active Directory application." lightbox="media/prometheus-remote-write-active-directory/upload-certificate.png":::
7474

7575
> [!WARNING]
76-
> Certificates have an expiration date, and its the responsibility of the user to keep these certificates valid.
76+
> Certificates have an expiration date, and it's the responsibility of the user to keep these certificates valid.
7777
7878
## Add CSI driver and storage for cluster
7979

articles/azure-monitor/essentials/prometheus-remote-write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Use PromQL queries in Grafana and verify that the results return expected data.
5353
## Troubleshoot remote write
5454

5555
### No data is flowing
56-
If remote data data isn't flowing, run the following command which will indicate the errors if any in the remote write container.
56+
If remote data isn't flowing, run the following command which will indicate the errors if any in the remote write container.
5757

5858
```azurecli
5959
kubectl --namespace <Namespace> describe pod <Prometheus-Pod-Name>

0 commit comments

Comments
 (0)