Discovery of Azure reservations costs in non-US dollar currencies
Turbonomic discover costs for Azure reservations through the Azure Retail API and your billing accounts. By default, the API returns cost information in US dollars (USD), while your billing accounts return cost information in your local currency.
If you use Azure Enterprise Agreement and your local currency is one of the non-US dollar currencies listed in the Azure documentation, Turbonomic might sometimes calculate unrealistic savings values.
By default, Turbonomic uses the dollar symbol ($) when displaying the costs and savings that it discovers or calculates for your cloud workloads. You can set a different symbol to match your preferred currency. For example, if your cloud provider bills you in euros, change the currency symbol to €.
Go to Settings > Billing and Costs > Currency to change the symbol. Note that currency symbols are for display purposes only. Turbonomic does not convert monetary amounts when you switch symbols.
To enable the discovery of Azure reservations costs in your local currency, perform the following steps.
-
Get the probe UUID for Azure Pricing.
-
Log in to the Turbonomic user interface and then navigate to
https://<your_instance_address>/apidoc
. -
Expand [INTERNAL USE - NOT SUPPORTED].
-
Expand
GET /probes
, click Try it out, and then click Execute. Find the Azure Pricing probe.
Copy the UUID for the Azure Pricing probe.
-
-
Set your local currency.
-
Expand
PUT /probes/{probeId}/properties/{propertyName}
and click Try it out. Configure the following settings:
-
probeid
– Specify the UUID for the Azure Pricing probe. -
propertyName
– Specifycurrency.pricesheet.retail
. -
body
– Specify the 3 digit currency code. Codes are available in the Azure documentation.
-
-
Click Execute to apply your changes. A
200
response displays.
-
-
Restart the
mediation-azurepricing
pod from the backend.kubectl delete pod mediation-azurepricing<tab>
Note:After the restart, it may take Turbonomic a few hours to discover Azure reservations costs in the new currency.