Universal Usage Diagram or Statistic API?
Hi,

Is there a place or service to see all the operation logs on Azure, including VM creating/deleting, loading of SQL, bandwidth flooding, and/or billing transaction logs? What kind of Azure API/SDK may I start to involve in the goal of this observation?

Or where should I go on to figure out this?
June 29th, 2015 5:37am

Hi Humble Same,

Thanks for posting here!

The steps to operation logs ->in the azure portal -> management services -> operation logs(date range) -> list out the operation performed such as VM created/deleted

You could programmatically get this information. To do so, you would need to make use of Windows Azure Service Management API especially List Subscription Operations. Portal actually makes use of the same operation.

Reference link: https://msdn.microsoft.com/library/azure/gg715318.aspx

You can use Azure Mobile Services which allow you to go back in time up to as much as 90 days to view what and when an operation was performed along with its status if it succeeded or failed.

For more information see this link: http://blogs.msdn.com/b/azuremobile/archive/2013/11/26/operation-logs.aspx

For billing transaction logs, you can login to https://ms.portal.azure.com/ and click on billing icon which gives details about billing. You might want to take a look at audit logs under notifications which gives you wealth of information which might be helpful.


Best Regards

Sadiqh Ahmed

________________________________________________________________________________________________________________

If a post answers your question, please click Mark As Answer on that post and Vote as Helpful.

Free Windows Admin Tool Kit Click here and download it now
June 29th, 2015 6:40am

Hi Humble Same,

Thanks for posting here!

The steps to operation logs ->in the azure portal -> management services -> operation logs(date range) -> list out the operation performed such as VM created/deleted

You could programmatically get this information. To do so, you would need to make use of Windows Azure Service Management API especially List Subscription Operations. Portal actually makes use of the same operation.

Reference link: https://msdn.microsoft.com/library/azure/gg715318.aspx

You can use Azure Mobile Services which allow you to go back in time up to as much as 90 days to view what and when an operation was performed along with its status if it succeeded or failed.

For more information see this link: http://blogs.msdn.com/b/azuremobile/archive/2013/11/26/operation-logs.aspx

For billing transaction logs, you can login to https://ms.portal.azure.com/ and click on billing icon which gives details about billing. You might want to take a look at audit logs under notifications which gives you wealth of information which might be helpful.


Best Regards

Sadiqh Ahmed

________________________________________________________________________________________________________________

If a post answers your question, please click Mark As Answer on that post and Vote as Helpful.

June 29th, 2015 10:39am

Hi Humble Same,

Thanks for posting here!

The steps to operation logs ->in the azure portal -> management services -> operation logs(date range) -> list out the operation performed such as VM created/deleted

You could programmatically get this information. To do so, you would need to make use of Windows Azure Service Management API especially List Subscription Operations. Portal actually makes use of the same operation.

Reference link: https://msdn.microsoft.com/library/azure/gg715318.aspx

You can use Azure Mobile Services which allow you to go back in time up to as much as 90 days to view what and when an operation was performed along with its status if it succeeded or failed.

For more information see this link: http://blogs.msdn.com/b/azuremobile/archive/2013/11/26/operation-logs.aspx

For billing transaction logs, you can login to https://ms.portal.azure.com/ and click on billing icon which gives details about billing. You might want to take a look at audit logs under notifications which gives you wealth of information which might be helpful.


Best Regards

Sadiqh Ahmed

________________________________________________________________________________________________________________

If a post answers your question, please click Mark As Answer on that post and Vote as Helpful.

Free Windows Admin Tool Kit Click here and download it now
June 29th, 2015 10:39am

Hi Sadiqh,

Thank you for the great reply! For billing transaction logs, notifications and audit logs, I'd like to know if they are possible to reach programmatically?
June 30th, 2015 11:54am

If youre the account administrator for an Azure subscription, you can use the Azure Billing Alert Service to create customized billing alerts that help you monitor and manage billing activity for your Azure accounts.

Set up billing alerts for your Microsoft Azure subscriptions and also you can check the billing transactions other than the Azure Accounts portal is from this link: https://commerce.microsoft.com/PaymentHub/

As mentioned in my earlier post to pull other logs programmatically you can use Azure management API's.

For billing transaction logs, notifications and audit logs, I'd like to know if they are possible to reach programmatically?

A: I don't think this is possible.

Free Windows Admin Tool Kit Click here and download it now
July 1st, 2015 4:33am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics