Skip to content

Commit a8c2202

Browse files
committed
acrolinx-link-fixing
1 parent f997863 commit a8c2202

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

articles/active-directory/reports-monitoring/concept-activity-logs-azure-monitor.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To help choose the right method for integrating Azure AD activity logs for stora
3939

4040
### Troubleshooting
4141

42-
If you're performing troubleshooting tasks but you don't need to retain the logs for more than 30 days, we recommend using the Azure Portal or Microsoft Graph to access activity logs. You can filter the logs for your scenario and export or download them as needed.
42+
If you're performing troubleshooting tasks but you don't need to retain the logs for more than 30 days, we recommend using the Azure portal or Microsoft Graph to access activity logs. You can filter the logs for your scenario and export or download them as needed.
4343

4444
If you're performing troubleshooting tasks *and* you need to retain the logs for more than 30 days, take a look at the long-term storage options.
4545

@@ -51,19 +51,19 @@ If you need to query the data that you're retaining for more than 30 days, take
5151

5252
### Analysis and monitoring
5353

54-
If your scenario requires that you retain data for more than 30 days *and* you plan on querying that data on a regular basis, you've got a few options to integrate your data with SIEM tools for analysis and monitoring.
54+
If your scenario requires that you retain data for more than 30 days *and* you plan on querying that data regularly, you've got a few options to integrate your data with SIEM tools for analysis and monitoring.
5555

56-
If you have a 3rd party SIEM tool, we recommend setting up an Event Hub namespace and event hub that you can stream your data through. With an event hub, you can stream logs to one of the supported SIEM tools.
56+
If you have a third party SIEM tool, we recommend setting up an Event Hubs namespace and event hub that you can stream your data through. With an event hub, you can stream logs to one of the supported SIEM tools.
5757

5858
If you don't plan on using a third-party SIEM tool, we recommend sending your Azure AD activity logs to Azure Monitor logs. With this integration, you can query your activity logs with Log Analytics. In Addition to Azure Monitor logs, Microsoft Sentinel provides near real-time security detection and threat hunting. If you decide to integrate with SIEM tools later, you can stream your Azure AD activity logs along with your other Azure data through an event hub.
5959

6060
## Cost considerations
6161

62-
There is a cost for sending data to a Log Analytics workspace, archiving data in a storage account, or streaming logs to an event hub. The amount of data and the cost incurred can vary significantly depending on the tenant size, the amount of policies in use, and even the time of day.
62+
There's a cost for sending data to a Log Analytics workspace, archiving data in a storage account, or streaming logs to an event hub. The amount of data and the cost incurred can vary significantly depending on the tenant size, the number of policies in use, and even the time of day.
6363

64-
Because the size and cost for sending logs to and endpoint is difficult to predict, the most accurate way to determine your expected costs is to route your logs to and endpoint for day or two. With this snapshot you can get an accurate prediction for your expected costs.
64+
Because the size and cost for sending logs to and endpoint is difficult to predict, the most accurate way to determine your expected costs is to route your logs to and endpoint for day or two. With this snapshot, you can get an accurate prediction for your expected costs.
6565

66-
Additional considerations for sending Azure AD logs to Azure Monitor are covered in the the following Azure Monitor cost details articles:
66+
Other considerations for sending Azure AD logs to Azure Monitor are covered in the following Azure Monitor cost details articles:
6767

6868
- [Azure Monitor Logs cost calculations and options](../../azure-monitor/logs/cost-logs.md)
6969
- [Azure Monitor cost and usage](../../azure-monitor/usage-estimated-costs.md)
@@ -73,7 +73,7 @@ Azure Monitor provides the option to exclude whole events, fields, or parts of f
7373

7474
## Estimate your costs
7575

76-
To estimate the costs for your organization you can estimate either the daily log size or the daily cost for integrating your logs with an endpoint.
76+
To estimate the costs for your organization, you can estimate either the daily log size or the daily cost for integrating your logs with an endpoint.
7777

7878
The following factors could affect costs for your organization:
7979

@@ -98,13 +98,13 @@ With the data sample captured, multiply accordingly to find out how large the fi
9898

9999
### Estimate the daily cost
100100

101-
To get an idea of how much a log integration could cost for your organization, you can enable an integration for a day or two. With the new cost incurred from those sample days you can then use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) to estimate your costs. Use this option if your budget allows for the temporary increase.
101+
To get an idea of how much a log integration could cost for your organization, you can enable an integration for a day or two. With the new cost incurred from those sample days, you can then use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) to estimate your costs. Use this option if your budget allows for the temporary increase.
102102

103-
To enable a log integration, follow the steps in the [Integrate activity logs with Azure Monitor logs](howto-integrate-activity-logs-with-log-analytics.md#send-logs-to-azure-monitor) article.
103+
To enable a log integration, follow the steps in the [Integrate activity logs with Azure Monitor logs](howto-integrate-activity-logs-with-log-analytics.md) article.
104104

105105
## Calculate estimated costs
106106

107-
From the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) landing page you can estimate the costs for a variety of products.
107+
From the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) landing page, you can estimate the costs for various products.
108108

109109
- [Azure Monitor](https://azure.microsoft.com/pricing/details/monitor/)
110110
- [Azure storage](https://azure.microsoft.com/pricing/details/storage/blobs/)

articles/active-directory/reports-monitoring/howto-access-activity-logs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The SIEM tools you can integrate with your event hub can provide analysis and mo
5959
### Quick steps
6060

6161
1. Navigate to the [Azure portal](https://portal.azure.com) using one of the required roles.
62-
1. Create an Event Hub namespace and event hub.
62+
1. Create an Event Hubs namespace and event hub.
6363
1. Go to **Azure AD** > **Diagnostic settings**.
6464
1. Choose the logs you want to stream, select the **Stream to an event hub** option, and complete the fields.
6565
- [Set up an Event Hubs namespace and an event hub](../../event-hubs/event-hubs-create.md)
@@ -69,7 +69,7 @@ The SIEM tools you can integrate with your event hub can provide analysis and mo
6969

7070
## Access logs with Microsoft Graph API
7171

72-
The Microsoft Graph API provides a unified programmability model that you can use to access data for your Azure AD Premium tenants. It doesn't require an administrator or developer to set up additional infrastructure to support your script or app. The Microsoft Graph API is **not** designed for pulling large amounts of activity data. Pulling large amounts of activity data using the API leads to issues with pagination and performance.
72+
The Microsoft Graph API provides a unified programmability model that you can use to access data for your Azure AD Premium tenants. It doesn't require an administrator or developer to set up extra infrastructure to support your script or app. The Microsoft Graph API is **not** designed for pulling large amounts of activity data. Pulling large amounts of activity data using the API leads to issues with pagination and performance.
7373

7474
### Recommended uses
7575

@@ -91,7 +91,7 @@ Using Microsoft Graph explorer, you can run queries to help you with the followi
9191

9292
## Integrate logs with Azure Monitor logs
9393

94-
With the Azure Monitor logs integration you can enable rich visualizations, monitoring, and alerting on the connected data. Log Analytics provides enhanced query and analysis capabilities for Azure AD activity logs. To integrate Azure AD activity logs with Azure Monitor logs, you need a Log Analytics workspace. From there you can run queries through Log Analytics.
94+
With the Azure Monitor logs integration, you can enable rich visualizations, monitoring, and alerting on the connected data. Log Analytics provides enhanced query and analysis capabilities for Azure AD activity logs. To integrate Azure AD activity logs with Azure Monitor logs, you need a Log Analytics workspace. From there, you can run queries through Log Analytics.
9595

9696
### Recommended uses
9797

@@ -142,11 +142,11 @@ The data captured in the Azure AD activity logs are used in many reports and ser
142142

143143
### Recommended uses
144144

145-
The reports available in the Azure portal provide a wide range of capabilities to monitor activities and usage in your tenant. The following list of uses and scenarios is not exhaustive, so explore the reports for your needs.
145+
The reports available in the Azure portal provide a wide range of capabilities to monitor activities and usage in your tenant. The following list of uses and scenarios isn't exhaustive, so explore the reports for your needs.
146146

147147
- Sign-in logs are helpful when researching a user's sign-in activity or to track an application's usage.
148148
- With audit logs you can review details around group name changes, device registration, password resets, and more.
149-
- Use the Identity Protection reports to monitor at risk users, risky workload identities, and risky sign-ins.
149+
- Use the Identity Protection reports for monitoring at risk users, risky workload identities, and risky sign-ins.
150150
- To ensure that your users can access the applications in use in your tenant, you can review the sign-in success rate in the Azure AD application activity (preview) report from Usage and insights.
151151
- Compare the different authentication methods your users prefer with the Authentication methods report from Usage and insights.
152152

@@ -186,7 +186,7 @@ The right solution for your long-term storage depends on your budget and what yo
186186

187187
If you plan to query the logs often to run reports or perform analysis on the stored logs, you should integrate your data with Azure Monitor. Azure Monitor provides you with built-in reporting and alerting capabilities. To utilize this integration, you need to set up a Log Analytics workspace. Once you have the integration set up, you can use Log Analytics to query your logs.
188188

189-
If your budget is tight, and you need a cheap method to create a long-term backup of your activity logs, you can [manually download your logs](howto-download-logs.md). The user interface of the activity logs in the portal provides you with an option to download the data as **JSON** or **CSV**. One trade off of the manual download is that it requires a lot of manual interaction. If you are looking for a more professional solution, use either Azure Storage or Azure Monitor.
189+
If your budget is tight, and you need a cheap method to create a long-term backup of your activity logs, you can [manually download your logs](howto-download-logs.md). The user interface of the activity logs in the portal provides you with an option to download the data as **JSON** or **CSV**. One trade off of the manual download is that it requires more manual interaction. If you're looking for a more professional solution, use either Azure Storage or Azure Monitor.
190190

191191
### Recommended uses
192192

@@ -203,7 +203,7 @@ Use the following basic steps to archive or download your activity logs.
203203
### Archive activity logs to a storage account
204204

205205
1. Navigate to the [Azure portal](https://portal.azure.com) using one of the required roles.
206-
1. Create an storage account.
206+
1. Create a storage account.
207207
1. Go to **Azure AD** > **Diagnostic settings**.
208208
1. Choose the logs you want to stream, select the **Archive to a storage account** option, and complete the fields.
209209
- [Review the data retention policies](reference-reports-data-retention.md)

articles/active-directory/reports-monitoring/howto-analyze-activity-logs-log-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can also set up alerts on a query. After running a query, the **+ New alert
8888

8989
![Screenshot of the "+ New alert rule" button in Log Analytics.](media/howto-analyze-activity-logs-log-analytics/log-analytics-new-alert.png)
9090

91-
1. On the **Actions** tab, select the **Action Group** that will be alerted when the signal occurs.
91+
1. On the **Actions** tab, select the **Action Group** that will receive the alert when the signal occurs.
9292
- You can choose to notify your team via email or text message, or you could automate the action using webhooks, Azure functions or logic apps.
9393
- Learn more about [creating and managing alert groups in the Azure portal](../../azure-monitor/alerts/action-groups.md).
9494

@@ -100,7 +100,7 @@ You can also set up alerts on a query. After running a query, the **+ New alert
100100

101101
Azure AD workbooks provide several reports related to common scenarios involving audit, sign-in, and provisioning events. *You can also alert on any of the data provided in the reports, using the steps described in the previous section.*
102102

103-
* **Provisioning analysis:** This workbook shows reports related to auditing provisioning activity. Activities can include the number of new users provisioned, provisioning failures, number of users updated, update failures, the number of users de-provisioned, and corresponding failures. For more information, see [Understand how provisioning integrates with Azure Monitor logs](../app-provisioning/application-provisioning-log-analytics.md).
103+
* **Provisioning analysis:** This workbook shows reports related to auditing provisioning activity. Activities can include the number of new users provisioned, provisioning failures, number of users updated, update failures, the number of users deprovisioned, and corresponding failures. For more information, see [Understand how provisioning integrates with Azure Monitor logs](../app-provisioning/application-provisioning-log-analytics.md).
104104

105105
* **Sign-ins Events**: This workbook shows the most relevant reports related to monitoring sign-in activity, such as sign-ins by application, user, device, and a summary view tracking the number of sign-ins over time.
106106

0 commit comments

Comments
 (0)