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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/automate-custom-reports.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: tilee
8
8
9
9
# Automate custom reports with Application Insights data
10
10
11
-
Periodical reports help keep a team informed on how their business-critical services are doing. Developers, DevOps/SRE teams, and their managers can be productive with automated reports reliably delivering insights without requiring everyone to sign in the portal. Such reports can also help identify gradual increases in latencies, load, or failure rates that might not trigger any alert rules.
11
+
Periodical reports help keep a team informed on how their business-critical services are doing. Developers, DevOps/SRE teams, and their managers can be productive with automated reports that reliably deliver insights without requiring everyone to sign in to the portal. Such reports can also help identify gradual increases in latencies, load, or failure rates that might not trigger any alert rules.
12
12
13
13
Each enterprise has its unique reporting needs, such as:
14
14
@@ -28,7 +28,7 @@ You can [programmatically query Application Insights](https://dev.applicationins
28
28
29
29
*[Automate reports with Power Automate](../logs/logicapp-flow-connector.md).
30
30
*[Automate reports with Azure Logic Apps](automate-with-logic-apps.md).
31
-
* Use the **Application Insights scheduled digest**[Azure Functions](../../azure-functions/functions-get-started.md) template in the Monitoring scenario. This function uses SendGrid to deliver the email.
31
+
* Use the **Application Insights scheduled digest**[Azure Functions](../../azure-functions/functions-get-started.md) template in the **Monitoring** scenario. This function uses SendGrid to deliver the email.
32
32
33
33

34
34
@@ -67,9 +67,9 @@ availabilityResults
67
67
68
68
1. Create an Azure Functions app. Application Insights **On** is required only if you want to monitor your new Azure Functions app with Application Insights.
69
69
70
-
See the Azure Functions documentation to learn how to [create a function app](../../azure-functions/functions-get-started.md)
70
+
See the Azure Functions documentation to learn how to [create a function app](../../azure-functions/functions-get-started.md).
71
71
72
-
1. After your new Azure Functions app has completed deployment, select **Go to resource**.
72
+
1. After your new Azure Functions app has finished deployment, select **Go to resource**.
73
73
74
74
1. Select **New function**.
75
75
@@ -82,15 +82,15 @@ availabilityResults
82
82
83
83

84
84
85
-
1. Enter an appropriate recipient e-mail address for your report and select **Create**.
85
+
1. Enter an appropriate recipient email address for your report and select **Create**.
86
86
87
87


92
92
93
-
1. Create three new application settings with appropriate corresponding values ``AI_APP_ID``, ``AI_APP_KEY``, and ``SendGridAPI``. Select **Save**.
93
+
1. Create three new application settings with the appropriate corresponding values ``AI_APP_ID``, ``AI_APP_KEY``, and ``SendGridAPI``. Select **Save**.
94
94
95
95

96
96
@@ -107,7 +107,7 @@ availabilityResults
107
107
108
108

109
109
110
-
1. Under the **SendGridAPI Key App Setting**, select your newly created app setting for **SendGridAPI**.
110
+
1. Under the **SendGridAPI Key App Setting**, select your newly created app setting **SendGridAPI**.
111
111
112
112

113
113
@@ -135,7 +135,7 @@ These steps only apply if you don't already have a SendGrid account configured.
135
135
136
136

137
137
138
-
1. To create an API key, choose**Create & View**. Review SendGrid's documentation on restricted access to determine what level of permissions is appropriate for your API key. **Full Access** is selected here only as an example.
138
+
1. To create an API key, select**Create & View**. Review SendGrid's documentation on restricted access to determine what level of permissions is appropriate for your API key. **Full Access** is selected here only as an example.
139
139
140
140

0 commit comments