Skip to content

Commit e372858

Browse files
author
Frank Hu
authored
(AzureCXP) Adding log size info
The sign-in events should be about 4kb of data storage per sign-in event. per git issue : https://github.com/MicrosoftDocs/azure-docs/issues/33264 And https://stackoverflow.microsoft.com/questions/152833/azurecxp-size-of-sign-in-audit-event-logs
1 parent 22ab9a9 commit e372858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you already have an Azure AD license, you need an Azure subscription to set u
6767

6868
### Storage size for activity logs
6969

70-
Every audit log event uses about 2 KB of data storage. For a tenant with 100,000 users, which would incur about 1.5 million events per day, you would need about 3 GB of data storage per day. Because writes occur in approximately five-minute batches, you can anticipate approximately 9,000 write operations per month.
70+
Every audit log event uses about 2 KB of data storage. Sign in event logs are about 4 KB of data storage. For a tenant with 100,000 users, which would incur about 1.5 million events per day, you would need about 3 GB of data storage per day. Because writes occur in approximately five-minute batches, you can anticipate approximately 9,000 write operations per month.
7171

7272

7373
The following table contains a cost estimate of, depending on the size of the tenant, a general-purpose v2 storage account in West US for at least one year of retention. To create a more accurate estimate for the data volume that you anticipate for your application, use the [Azure storage pricing calculator](https://azure.microsoft.com/pricing/details/storage/blobs/).
@@ -203,4 +203,4 @@ This section answers frequently asked questions and discusses known issues with
203203

204204
* [Archive activity logs to a storage account](quickstart-azure-monitor-route-logs-to-storage-account.md)
205205
* [Route activity logs to an event hub](quickstart-azure-monitor-stream-logs-to-event-hub.md)
206-
* [Integrate activity logs with Azure Monitor](howto-integrate-activity-logs-with-log-analytics.md)
206+
* [Integrate activity logs with Azure Monitor](howto-integrate-activity-logs-with-log-analytics.md)

0 commit comments

Comments
 (0)