Export Cost

Handian Sudianto 6,091 Reputation points
2022-11-30T03:21:16.577+00:00

HI..

Anyone know how to export itemized cost on partner microsoft portal?

265473-image.png

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,557 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prrudram-MSFT 28,196 Reputation points Moderator
    2022-11-30T09:00:49.12+00:00

    Hello @Handian Sudianto ,

    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    As far as the documentation of Microsoft Partner Center is considered, we don't have an export option for estimated usage report. However, I looked up for the command line way and see relevant commands to get the usage report through PowerShell for Partner Center

    Connect-PartnerCenter  
    Get-PartnerCustomerSubscriptionResourceUsage -CustomerId '87045e4b-ab69-4a8f-875a-af020b383bc6' -SubscriptionId 'd2a89f2d-1aa1-4f09-bc62-cefd8d0a005c'  
    

    For the benefit of community users, adding the reference to How to get started with PowerShell

    Hope this helps!
    Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Handian Sudianto 6,091 Reputation points
    2022-11-30T09:15:30.877+00:00

    Hi @Prrudram-MSFT

    Noted with many thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.