Azure Customer Pricing #15623
-
Hi, I have some customers that have their own Azure pricing under a EA or EAS agreement. This pricing is specific to them. From what I understand the Azure PS cmdlets are able to get consumption, billing information and pricing information etc for these customers. However, is this pricing just for the Azure services that they are currently using OR is it pricing for all Azure services even if they don't currently use them? I have created automated pricing for my RETAIL customers using RETAIL pricing however, Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From the API description and the documentation of the Get-AzConsumptionPriceSheet cmdlets, the API it looks like the response is not limited to the services used but the subscription. As part of my investigation, I discovered that the 'Get-AzConsumptionPriveSheet' cmdlet is calling the wrong API version. I have opened the following issue to track this work: #15657 |
Beta Was this translation helpful? Give feedback.
From the API description and the documentation of the Get-AzConsumptionPriceSheet cmdlets, the API it looks like the response is not limited to the services used but the subscription.
As part of my investigation, I discovered that the 'Get-AzConsumptionPriveSheet' cmdlet is calling the wrong API version. I have opened the following issue to track this work: #15657