Skip to content

Commit 72b5e80

Browse files
Merge pull request #312665 from hhunter-ms/hh-551131
[AMG] Updates to link to reliability doc
2 parents ff62586 + e6b2538 commit 72b5e80

6 files changed

Lines changed: 22 additions & 62 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
items:
2+
- name: Azure
3+
tocHref: /azure
4+
topicHref: /azure/index
5+
items:
6+
- name: Azure Managed Grafana
7+
tocHref: /azure/managed-grafana/
8+
topicHref: /azure/managed-grafana/index
9+
items:
10+
- name: Azure Managed Grafana
11+
tocHref: /azure/reliability/
12+
topicHref: /azure/managed-grafana/index

articles/managed-grafana/high-availability.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

articles/managed-grafana/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ landingContent:
105105
- linkListType: concept
106106
links:
107107
- text: Service reliability
108-
url: high-availability.md
108+
url: /azure/reliability/reliability-managed-grafana?toc=/azure/managed-grafana/toc.json&bc=/azure/managed-grafana/breadcrumb/toc.json
109109
- text: Zone redundancy
110110
url: how-to-enable-zone-redundancy.md
111111

articles/managed-grafana/secure-azure-managed-grafana.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Compliance and governance controls ensure that Azure Managed Grafana deployments
8585

8686
Backup and recovery controls protect against data loss and ensure business continuity for Azure Managed Grafana monitoring capabilities during outages or disasters.
8787

88-
- **Enable zone redundancy for high availability**: Configure zone redundancy when creating Azure Managed Grafana workspaces in supported regions to distribute virtual machines across availability zones. This provides automatic failover capabilities during zone-level outages without user intervention. See [Azure Managed Grafana service reliability](/azure/managed-grafana/high-availability).
88+
- **Enable zone redundancy for high availability**: Configure zone redundancy when creating Azure Managed Grafana workspaces in supported regions to distribute virtual machines across availability zones. This provides automatic failover capabilities during zone-level outages without user intervention. See [Azure Managed Grafana service reliability](/azure/reliability/reliability-managed-grafana?toc=/azure/managed-grafana/toc.json&bc=/azure/managed-grafana/breadcrumb/toc.json).
8989

90-
- **Plan multi-region deployment strategy**: Deploy Azure Managed Grafana workspaces in multiple regions for disaster recovery purposes since Microsoft doesn't provide cross-region disaster recovery for this service. Maintain consistent dashboard configurations across regions for seamless failover capabilities during regional outages. See [Azure Managed Grafana service reliability](/azure/managed-grafana/high-availability).
90+
- **Plan multi-region deployment strategy**: Deploy Azure Managed Grafana workspaces in multiple regions for disaster recovery purposes since Microsoft doesn't provide cross-region disaster recovery for this service. Maintain consistent dashboard configurations across regions for seamless failover capabilities during regional outages. See [Azure Managed Grafana service reliability](/azure/reliability/reliability-managed-grafana?toc=/azure/managed-grafana/toc.json&bc=/azure/managed-grafana/breadcrumb/toc.json).
9191

9292
- **Export and version control dashboard configurations**: Regularly export dashboard definitions and data source configurations to version control systems or backup storage locations. This enables restoration of monitoring capabilities and maintains configuration history for compliance and recovery purposes. Use Grafana's native export functionality to backup dashboard JSON definitions. See [How to create a dashboard](/azure/managed-grafana/how-to-create-dashboard).
9393

@@ -99,7 +99,7 @@ Service-specific security controls address unique security considerations and fe
9999

100100
- **Implement proper service account token management**: When service accounts are required, configure tokens with appropriate expiration times and minimal necessary permissions. Use the most restrictive Grafana role that allows the needed tasks (Viewer or Editor rather than Admin unless absolutely required). Take advantage of token expiration settings and avoid selecting "No expiration" unless operationally unavoidable. Regularly rotate service account tokens and revoke unused tokens to reduce the risk of credential compromise. Store tokens securely in systems like Azure Key Vault and never expose them in logs or client-side code. Monitor service account usage through Grafana login events in diagnostic settings to track when tokens are used for authentication. See [How to use service accounts in Azure Managed Grafana](/azure/managed-grafana/how-to-service-accounts).
101101

102-
- **Document recovery procedures**: Create detailed recovery procedures that include steps for recreating workspaces, restoring configurations, and reestablishing data source connections. Test recovery procedures regularly to ensure they remain current and effective. See [Azure Managed Grafana service reliability](/azure/managed-grafana/high-availability).
102+
- **Document recovery procedures**: Create detailed recovery procedures that include steps for recreating workspaces, restoring configurations, and reestablishing data source connections. Test recovery procedures regularly to ensure they remain current and effective. See [Azure Managed Grafana service reliability](/azure/reliability/reliability-managed-grafana?toc=/azure/managed-grafana/toc.json&bc=/azure/managed-grafana/breadcrumb/toc.json).
103103

104104
Azure Managed Grafana provides unique security capabilities designed specifically for data visualization, dashboard management, and monitoring workloads that require specific attention to maintain secure operations.
105105

articles/managed-grafana/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ items:
119119
- name: Secure Azure Managed Grafana
120120
href: secure-azure-managed-grafana.md
121121
- name: Service reliability
122-
href: high-availability.md
122+
href: /azure/reliability/reliability-managed-grafana?toc=/azure/managed-grafana/toc.json&bc=/azure/managed-grafana/breadcrumb/toc.json
123123
- name: Encryption
124124
href: encryption.md
125125

redirects/.openpublishing.redirection.managed-grafana.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/managed-grafana/high-availability.md",
5+
"redirect_url": "/azure/reliability/reliability-managed-grafana?toc=/azure/managed-grafana/toc.json&bc=/azure/managed-grafana/breadcrumb/toc.json",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/managed-grafana/how-to-sync-teams-with-aad-groups.md",
510
"redirect_url": "/azure/managed-grafana/how-to-sync-teams-with-azure-ad-groups",

0 commit comments

Comments
 (0)