kubecost / cost-analyzer-helm-chart

Kubecost helm chart
http://kubecost.com/install
Apache License 2.0
466 stars 412 forks source link

[Feature] Azure Cost Analysis Export forces File partitioning to be ON #3451

Open Lukeesec opened 3 months ago

Lukeesec commented 3 months ago

Problem Statement

I am not 100% sure that this is seen in other Azure accounts but the documentation in Kubecost for Azure Cloud Integration is out of date so chance that this has not been noticed yet.

When creating the Export in Cost Analysis the "File partitioning" is checked on and grayed out. It cannot be deselected. Even so I connected the integration and now Kubecost is complaining about missing data which I suppose is expected since in the documentation it says to turn this feature off.

image

Solution Description

I have no solution. I can create a support ticket with Azure and try and figure out why this option is now forced.

Alternatives

No response

Additional Context

No response

Troubleshooting

Lukeesec commented 3 months ago

Path that is used -> //20240601-20240630/<some-id-for-partioning?>/partXXX

The Cloud Integration *WAS working for the first day then broke after the folder path suddenly changed.

patrick-vonsteht commented 2 months ago

One possible workaround is to create the cost export with the Azure CLI (az costmanagement export create). This still creates unpartitioned reports. In fact the Azure CLI doesn't even support partitioning or overwriting, which seem to be preview features (https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-improved-exports#improved-functionality) that the Azure Portal unfortunately already forces us to use.