Skip to content

Commit b4904d9

Browse files
authored
Merge pull request #105407 from ambhatna/plannedmaintainence
planned maintenance
2 parents e8d96c0 + c4d1ab8 commit b4904d9

File tree

3 files changed

+58
-13
lines changed

3 files changed

+58
-13
lines changed

articles/mariadb/concepts-monitoring.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,28 @@ You can enable slow query logging on your server. These logs are also available
5050

5151
The [Performance Recommendations](concepts-performance-recommendations.md) feature identifies opportunities to improve workload performance. Performance Recommendations provides you with recommendations for creating new indexes that have the potential to improve the performance of your workloads. To produce index recommendations, the feature takes into consideration various database characteristics, including its schema and the workload as reported by Query Store. After implementing any performance recommendation, customers should test performance to evaluate the impact of those changes.
5252

53-
## Service health
54-
[Azure Service health](../service-health/overview.md) provides a view of all service health notifications in your subscription. You can set up Service Health alerts to notify you via your preferred communication channels when there are issues or changes that may affect the Azure services and regions you use.
53+
## Planned maintenance notification
5554

56-
You can view scheduled maintenance events for Azure Database for MariaDB by using the **planned maintenance** event type. To learn how to create **service health alerts**, visit the [Create activity log alerts on service notifications](../service-health/alerts-activity-log-service-notifications.md) article.
55+
**Planned maintenance notifications** allow you to receive alerts for upcoming planned maintenance to your Azure Database for MariaDB. These notifications are integrated with [Service Health's](../service-health/overview.md) planned maintenance and allow you to view all scheduled maintenance for your subscriptions in one place. It also helps to scale the notification to the right audiences for different resource groups, as you may have different contacts responsible for different resources. You will receive the notification about the upcoming maintenance 72 hours before the event.
56+
57+
> [!Note]
58+
> We will make every attempt to provide **Planned maintenance notification** 72 hours notice for all events. However, in cases of critical or security patches, notifications might be sent closer to the event or be omitted.
59+
60+
### To receive planned maintenance notification
61+
62+
1. In the [portal](https://portal.azure.com), select **Service Health**.
63+
2. In the **Alerts** section, select **Health alerts**.
64+
3. Select **+ Add service health alert** and fill in the fields.
65+
4. Fill out the required fields.
66+
5. Choose the **Event type**, select **Planned maintenance** or **Select all**
67+
6. In **Action groups** define how you would like to receive the alert (get an email, trigger a logic app etc.)
68+
7. Ensure Enable rule upon creation is set to Yes.
69+
8. Select **Create alert rule** to complete your alert
70+
71+
For detailed steps on how to create **service health alerts**, refer to [Create activity log alerts on service notifications](../service-health/alerts-activity-log-service-notifications.md).
5772

5873
> [!IMPORTANT]
59-
> The planned maintenance notifications is available in preview for EAST US and UK South only.
74+
> Planned maintenance notifications are currently in preview
6075
6176
## Next steps
6277

articles/mysql/concepts-monitoring.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,28 @@ You can enable slow query and audit logging on your server. These logs are also
4646
## Performance Recommendations
4747
The [Performance Recommendations](concepts-performance-recommendations.md) feature identifies opportunities to improve workload performance. Performance Recommendations provides you with recommendations for creating new indexes that have the potential to improve the performance of your workloads. To produce index recommendations, the feature takes into consideration various database characteristics, including its schema and the workload as reported by Query Store. After implementing any performance recommendation, customers should test performance to evaluate the impact of those changes.
4848

49-
## Service health
50-
[Azure Service health](../service-health/overview.md) provides a view of all service health notifications in your subscription. You can set up Service Health alerts to notify you via your preferred communication channels when there are issues or changes that may affect the Azure services and regions you use.
49+
## Planned maintenance notification
5150

52-
You can view scheduled maintenance events for Azure Database for MySQL by using the **planned maintenance** event type. To learn how to create **service health alerts**, visit the [Create activity log alerts on service notifications](../service-health/alerts-activity-log-service-notifications.md) article.
51+
**Planned maintenance notifications** allow you to receive alerts for upcoming planned maintenance to your Azure Database for MySQL. These notifications are integrated with [Service Health's](../service-health/overview.md) planned maintenance and allow you to view all scheduled maintenance for your subscriptions in one place. It also helps to scale the notification to the right audiences for different resource groups, as you may have different contacts responsible for different resources. You will receive the notification about the upcoming maintenance 72 hours before the event.
52+
53+
> [!Note]
54+
> We will make every attempt to provide **Planned maintenance notification** 72 hours notice for all events. However, in cases of critical or security patches, notifications might be sent closer to the event or be omitted.
55+
56+
### To receive planned maintenance notification
57+
58+
1. In the [portal](https://portal.azure.com), select **Service Health**.
59+
2. In the **Alerts** section, select **Health alerts**.
60+
3. Select **+ Add service health alert** and fill in the fields.
61+
4. Fill out the required fields.
62+
5. Choose the **Event type**, select **Planned maintenance** or **Select all**
63+
6. In **Action groups** define how you would like to receive the alert (get an email, trigger a logic app etc.)
64+
7. Ensure Enable rule upon creation is set to Yes.
65+
8. Select **Create alert rule** to complete your alert
66+
67+
For detailed steps on how to create **service health alerts**, refer to [Create activity log alerts on service notifications](../service-health/alerts-activity-log-service-notifications.md).
5368

5469
> [!IMPORTANT]
55-
> The planned maintenance notifications is available in preview for EAST US and UK South only.
70+
> Planned maintenance notifications are currently in preview
5671
5772
## Next steps
5873
- See [How to set up alerts](howto-alert-on-metric.md) for guidance on creating an alert on a metric.

articles/postgresql/concepts-monitoring.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,33 @@ You can enable logging on your server. These logs are also available through Azu
4343
[Query Store](concepts-query-store.md) keeps track of query performance over time including query runtime statistics and wait events. The feature persists query runtime performance information in a system database named **azure_sys** under the query_store schema. You can control the collection and storage of data via various configuration knobs.
4444

4545
## Query Performance Insight
46-
[Query Performance Insight](concepts-query-performance-insight.md) works in conjunction with Query Store to provide visualizations accessible from the Azure portal. These charts enable you to identify key queries that impact performance. Query Performance Insightis accessible from the **Support + troubleshooting** section of your Azure Database for PostgreSQL server's portal page.
46+
[Query Performance Insight](concepts-query-performance-insight.md) works in conjunction with Query Store to provide visualizations accessible from the Azure portal. These charts enable you to identify key queries that impact performance. Query Performance Insight is accessible from the **Support + troubleshooting** section of your Azure Database for PostgreSQL server's portal page.
4747

4848
## Performance Recommendations
4949
The [Performance Recommendations](concepts-performance-recommendations.md) feature identifies opportunities to improve workload performance. Performance Recommendations provides you with recommendations for creating new indexes that have the potential to improve the performance of your workloads. To produce index recommendations, the feature takes into consideration various database characteristics, including its schema and the workload as reported by Query Store. After implementing any performance recommendation, customers should test performance to evaluate the impact of those changes.
5050

51-
## Service health
52-
[Azure Service health](../service-health/overview.md) provides a view of all service health notifications in your subscription. You can set up Service Health alerts to notify you via your preferred communication channels when there are issues or changes that may affect the Azure services and regions you use.
51+
## Planned maintenance notification
5352

54-
You can view scheduled maintenance events for Azure Database for PostgreSQL - Single Server by using the **planned maintenance** event type. To learn how to create **service health alerts**, visit the [Create activity log alerts on service notifications](../service-health/alerts-activity-log-service-notifications.md) article.
53+
**Planned maintenance notifications** allow you to receive alerts for upcoming planned maintenance to your Azure Database for PostgreSQL - Single Server. These notifications are integrated with [Service Health's](../service-health/overview.md) planned maintenance and allow you to view all scheduled maintenance for your subscriptions in one place. It also helps to scale the notification to the right audiences for different resource groups, as you may have different contacts responsible for different resources. You will receive the notification about the upcoming maintenance 72 hours before the event.
54+
55+
> [!Note]
56+
> We will make every attempt to provide **Planned maintenance notification** 72 hours notice for all events. However, in cases of critical or security patches, notifications might be sent closer to the event or be omitted.
57+
58+
### To receive planned maintenance notification
59+
60+
1. In the [portal](https://portal.azure.com), select **Service Health**.
61+
2. In the **Alerts** section, select **Health alerts**.
62+
3. Select **+ Add service health alert** and fill in the fields.
63+
4. Fill out the required fields.
64+
5. Choose the **Event type**, select **Planned maintenance** or **Select all**
65+
6. In **Action groups** define how you would like to receive the alert (get an email, trigger a logic app etc.)
66+
7. Ensure Enable rule upon creation is set to Yes.
67+
8. Select **Create alert rule** to complete your alert
68+
69+
For detailed steps on how to create **service health alerts**, refer to [Create activity log alerts on service notifications](../service-health/alerts-activity-log-service-notifications.md).
5570

5671
> [!IMPORTANT]
57-
> The planned maintenance notifications is available in preview for EAST US and UK South only.
72+
> Planned maintenance notifications are currently in preview
5873
5974
## Next steps
6075
- See [how to set up alerts](howto-alert-on-metric.md) for guidance on creating an alert on a metric.

0 commit comments

Comments
 (0)