MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.23k stars 21.39k forks source link

Mention retention for Usage data #122454

Closed fbodmer closed 3 months ago

fbodmer commented 4 months ago

While the query examples are filtering for the last month, there is no mention that Usage data is retained for 90 days. Might be helpful to mention that. I had a table with the default 30 days and couldn't reconcile with the Usage - as that is capturing 90 days.

Syslog | where TimeGenerated > ago(30d) | where _IsBillable == true | summarize TotalBytes = sum(_BilledSize) | extend TotalGB = round(TotalBytes/1000/1000/1000, 0)

Usage | where TimeGenerated > ago(30d) | where DataType == 'Syslog' | where IsBillable == true | summarize TotalGB = round(sum(Quantity / 1000), 0)


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

SaibabaBalapur-MSFT commented 4 months ago

@fbodmer Thanks for your feedback! We will investigate and update as appropriate.

AaronMaxwell commented 3 months ago

Thanks for your dedication to our documentation. This issue has been moved to an internal work item for triage and prioritization. Thanks in advance for your understanding as we investigate to provide the most accurate documentation updates. #please-close

Internal work item: https://dev.azure.com/msft-skilling/Content/_workitems/edit/262455

Please also note that GitHub documentation issues are being phased out completely. For more information see: https://aka.ms/ContentUserFeedback.

Our support team is available to assist you if you have any pressing questions or problems that need to be resolved. You can create a support ticket by visiting the following link: https://azure.microsoft.com/support/create-ticket/

You may also ask support questions to our Q&A forums or on Stack Overflow when the questions are related to coding.