You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Database for MySQL - Flexible Server is now integrated with Azure Monitor workbooks. With workbooks, you get a flexible canvas for analyzing data and creating rich visual reports within the Azure portal. Workbooks allow you to tap into multiple data sources across Azure and combine them into unified interactive experiences. Workbook templates serve as curated reports that are designed for flexible reuse by multiple users and teams.
17
+
Azure Database for MySQL - Flexible Server is now integrated with Azure Monitor workbooks. With workbooks, you get a flexible canvas for analyzing data and creating rich visual reports within the Azure portal. Workbooks allow you to tap into multiple data sources across Azure and combine them into unified interactive experiences. Workbook templates serve as curated reports that are designed for flexible reuse by multiple users and teams.
16
18
17
19
When you open a template, you create a transient workbook that's populated with the contents of the template. With this integration, the server links to workbooks and a few sample templates, which can help you monitor the service at scale. You can edit these templates, customize them to your requirements, and pin them to the dashboard to create a focused and organized view of Azure resources.
18
-
20
+
19
21
In this article, you'll learn about the various workbook templates that are available for your flexible server.
20
22
21
23
Azure Database for MySQL - Flexible Server has three available templates:
22
-
24
+
23
25
-**Overview**: Displays an instance summary and top-level metrics to help you visualize and understand the resource utilization on your server. This template displays the following views:
24
26
25
-
* Server Summary
27
+
* Server Summary
26
28
* Database Summary
27
-
* Connection Metrics
28
-
* Performance Metrics
29
-
* Storage Metrics
29
+
* Connection Metrics
30
+
* Performance Metrics
31
+
* Storage Metrics
30
32
31
-
***Auditing**: Displays a summary and details of the auditing events that are collected for the server. This template displays the following views:
33
+
-**Auditing**: Displays a summary and details of the auditing events that are collected for the server. This template displays the following views:
32
34
33
35
* Administrative Actions on the service
34
36
* Audit Summary
@@ -37,7 +39,7 @@ Azure Database for MySQL - Flexible Server has three available templates:
37
39
* Table Access Summary
38
40
* Errors Identified
39
41
40
-
***Query Performance Insight**: Displays a summary and details of query workload on the instance, long running query, slow query analysis, and connection metrics. This template displays the following views:
42
+
-**Query Performance Insight**: Displays a summary and details of query workload on the instance, long running query, slow query analysis, and connection metrics. This template displays the following views:
41
43
42
44
* Query Load
43
45
* Total Active Connections
@@ -48,17 +50,17 @@ Azure Database for MySQL - Flexible Server has three available templates:
48
50
49
51
You can also edit and customize these templates according to your requirements. For more information, see [Azure Workbooks](../../azure-monitor/visualize/workbooks-overview.md).
50
52
51
-
## Access the workbook templates
53
+
## Access the workbook templates
52
54
53
55
To view the templates in the Azure portal, go to the **Monitoring** pane for Azure Database for MySQL - Flexible Server, and then select **Workbooks**.
54
56
55
-
:::image type="content" source="./media/concept-workbook/monitor-workbooks-all.png" alt-text="Screenshot showing the 'Overview', 'Auditing', and 'Query Performance Insight' templates on the Workbooks pane.":::
57
+
:::image type="content" source="./media/concept-workbook/monitor-workbooks-all.png" alt-text="Screenshot showing the 'Overview', 'Auditing', and 'Query Performance Insight' templates on the Workbooks pane." lightbox="./media/concept-workbook/monitor-workbooks-all.png":::
56
58
57
59
You can also display the list of templates by going to the **Public Templates** pane.
58
60
59
-
:::image type="content" source="./media/concept-workbook/monitor-workbooks-public.png" alt-text="Diagram that shows the 'Overview', 'Auditing', and 'Query Performance Insight' templates on the 'Public Templates' pane.":::
60
-
61
+
:::image type="content" source="./media/concept-workbook/monitor-workbooks-public.png" alt-text="Diagram that shows the 'Overview', 'Auditing', and 'Query Performance Insight' templates on the 'Public Templates' pane." lightbox="./media/concept-workbook/monitor-workbooks-public.png":::
61
62
62
63
## Next steps
64
+
63
65
- Learn about [Azure workbooks access control](../../azure-monitor/visualize/workbooks-overview.md#access-control).
64
-
- Learn more about [Azure workbooks visualization options](../../azure-monitor/visualize/workbooks-visualizations.md).
66
+
- Learn more about [Azure workbooks visualization options](../../azure-monitor/visualize/workbooks-visualizations.md).
- Create an Azure Database for MySQL - Flexible Server using [Azure portal](./quickstart-create-server-portal.md) <br/> or [Azure CLI](./quickstart-create-server-cli.md) if you do not have one.
28
28
- Based on whether you are using public or private access, complete **ONE** of the actions below to enable connectivity.
29
-
-[Create a database and non-admin user](../howto-create-users.md)
29
+
-[Create a database and non-admin user](../single-server/how-to-create-users.md)
30
30
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
31
31
32
32
[Having issues? Let us know](https://github.com/MicrosoftDocs/azure-docs/issues)
@@ -238,7 +238,6 @@ namespace AzureMySqlExample
238
238
}
239
239
```
240
240
241
-
242
241
## Step 4: Delete data
243
242
Use the following code to connect and delete the data by using a `DELETE` SQL statement.
0 commit comments