Skip to content

Commit 1c029a7

Browse files
authored
Merge pull request #228882 from maud-lv/ml-g-zoneredundancy
Freshness updates
2 parents eca06a3 + ced5f65 commit 1c029a7

12 files changed

+17
-28
lines changed

articles/managed-grafana/how-to-enable-zone-redundancy.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ ms.service: managed-grafana
55
ms.topic: how-to
66
author: maud-lv
77
ms.author: malev
8-
ms.date: 03/08/2022
8+
ms.custom: engagement-fy23
9+
ms.date: 02/28/2023
910

1011
---
1112

@@ -66,28 +67,13 @@ Create a workspace and enable zone redundancy with the Azure portal or the CLI.
6667

6768
1. Set **Zone redundancy** to **Enable**. Zone redundancy automatically provisions and manages a standby replica of the Managed Grafana instance in a different availability zone within one region. There's an [additional charge](https://azure.microsoft.com/pricing/details/managed-grafana/#pricing) for this option.
6869

69-
:::image type="content" source="media/quickstart-portal/create-form-basics-with-redundancy.png" alt-text="Screenshot of the Azure portal. Create workspace form. Basics.":::
70+
:::image type="content" source="media/zone-redundancy/create-form-basics.png" alt-text="Screenshot of the Azure portal. Create workspace form. Basics.":::
7071

71-
1. Select **Next : Advanced >** to access API key creation and statics IP address options. **Enable API key creation** and **Deterministic outbound IP** options are set to **Disable** by default. Optionally enable API key creation and enable a static IP address.
72+
1. Keep all other options set to their default values and select **Review + create**.
7273

73-
:::image type="content" source="media/quickstart-portal/create-form-advanced.png" alt-text="Screenshot of the Azure portal. Create workspace form. Advanced.":::
74+
1. On the page, zone redundancy is shown as set to enabled. After validation runs, select **Create**. Your Azure Managed Grafana resource is deploying.
7475

75-
1. Select **Next : Permission >** to control access rights for your Grafana instance and data sources:
76-
1. **System assigned managed identity** is set to **On**.
77-
78-
1. The box **Add role assignment to this identity with 'Monitoring Reader' role on target subscription** is checked.
79-
80-
1. The box **Include myself** under **Grafana administrator role** is checked by default. This !grants you the Grafana administrator role, and lets you manage access rights. You can give this right to more members by selecting **Add**. If this option is grayed out, ask someone with the Owner role on the subscription to assign you the Grafana Admin role.
81-
82-
:::image type="content" source="media/quickstart-portal/create-form-permission.png" alt-text="Screenshot of the Azure portal. Create workspace form. Permission.":::
83-
84-
1. Optionally select **Next : Tags** and add tags to categorize resources.
85-
86-
:::image type="content" source="media/quickstart-portal/create-form-tags.png" alt-text="Screenshot of the Azure portal. Create workspace form. Tags.":::
87-
88-
1. Select **Next : Review + create >**. After validation runs, select **Create**. Your Azure Managed Grafana resource is deploying.
89-
90-
:::image type="content" source="media/quickstart-portal/create-form-validation-with-redundancy.png" alt-text="Screenshot of the Azure portal. Create workspace form. Validation.":::
76+
:::image type="content" source="media/zone-redundancy/create-form-validation.png" alt-text="Screenshot of the Azure portal. Create workspace form review page showing that zone redundancy is set to Enabled.":::
9177

9278
### [Azure CLI](#tab/azure-cli)
9379

@@ -125,7 +111,7 @@ Once the deployment is complete, you'll see a note in the output of the command
125111
126112
In the Azure portal, under **Settings**, go to **Configuration** and check if **Zone redundancy** is listed as enabled or disabled.
127113
128-
:::image type="content" source="media/quickstart-portal/configuration.png" alt-text="Screenshot of the Azure portal. Check zone redundancy.":::
114+
:::image type="content" source="media/zone-redundancy/configuration-status.png" alt-text="Screenshot of the Azure portal. Check zone redundancy.":::
129115
130116
## Next steps
131117

articles/managed-grafana/how-to-monitor-managed-grafana-workspace.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ author: maud-lv
55
ms.author: malev
66
ms.service: managed-grafana
77
ms.topic: how-to
8-
ms.date: 3/31/2022
8+
ms.custom: engagement-fy23
9+
ms.date: 2/28/2023
910
---
1011

1112
# How to monitor your Azure Managed Grafana instance with logs
@@ -31,21 +32,23 @@ You can create up to five different diagnostic settings to send different logs t
3132

3233
:::image type="content" source="media/monitoring-logs/diagnostic-overview.png" alt-text="Screenshot of the Azure platform. Diagnostic settings.":::
3334

34-
1. Select **+ Add diagnostic setting**
35+
1. Select **+ Add diagnostic setting**.
3536

36-
:::image type="content" source="media/monitoring-logs/add-settings.png" alt-text="Screenshot of the Azure platform. Add diagnostic settings.":::
37+
1. For **Diagnostic setting name**, enter a unique name.
3738

38-
1. Enter a unique **diagnostic setting name** for your diagnostic
39-
40-
1. Select a category. You can select **allLogs**, to stream all logs, **audit** to stream audit logs, or select the **GrafanaLoginEvents** category to stream log in events. Select **allLogs**.
39+
1. Select **allLogs** from the following options:
40+
- **audit** streams all audit logs
41+
- **allLogs** streams all logs
42+
- **Grafana Login Events** streams all Grafana login events
43+
- **AllMetrics** streams all metrics
4144

4245
1. Under **Destination details**, select one or more destinations, fill out details and select **Save**.
4346

4447
| Destination | Description | Settings |
4548
|-------------------------|----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
4649
| Log Analytics workspace | Send data to a Log Analytics workspace | Select the **subscription** containing an existing Log Analytics workspace, then select the **Log Analytics workspace** |
4750
| Storage account | Archive data to a storage account | Select the **subscription** containing an existing storage account, then select the **storage account**. Only storage accounts in the same region as the Grafana instance are displayed in the dropdown menu. |
48-
| Event hub | Stream to an event hub | Select a **subscription** and an existing Azure Event Hub **namespace**. Optionally also choose an existing **event hub**. Lastly, choose an **event hub policy** from the list. Only event hubs in the same region as the Grafana instance are displayed in the dropdown menu. |
51+
| Event hub | Stream to an event hub | Select a **subscription** and an existing Azure Event Hubs **namespace**. Optionally also choose an existing **event hub**. Lastly, choose an **event hub policy** from the list. Only event hubs in the same region as the Grafana instance are displayed in the dropdown menu. |
4952
| Partner solution | Send to a partner solution | Select a **subscription** and a **destination**. For more information about available destinations, go to [partner destinations](../azure-monitor/partners.md). |
5053

5154
:::image type="content" source="media//monitoring-logs/monitoring-settings.png" alt-text="Screenshot of the Azure platform. Diagnostic settings configuration.":::
-124 KB
Loading
-51 KB
Loading
-73.8 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
48.5 KB
Loading

0 commit comments

Comments
 (0)