Hi, I am facing an issue with the azure cost management exports create or update api.
I tried doing the Cost Export using Go SDK for Azure using the CreateOrUpdate Method of the ExportsClient type. I am doing an daily export of month to date actual costs.
The export is being successfully created but after I head to the azure console and try to run the cost export, it is failing and the error shown in the azure cloud console is "An unknown error occured". I find it difficult to debug the issue and find what is the root cause of the problem. The same error is continuously being thrown no matter how many times the run has been executed.
Surprisingly, when we save the configuration by clicking on edit option available on the console (while not changing the existing configuration set by through the SDK), the following runs all are succeeding.
I am using the same example that has been listed in the armcostmanagement Go pkg.
I have tried the REST API implementation previously and raised the issue on Microsoft Q&A platform as well
for further reference I have attached the thread below:
Azure Cost Management Export Run Failing
It would be really helpful if someone could help me with this issue. Thanks!
Hi, I am facing an issue with the azure cost management exports create or update api.
I tried doing the Cost Export using Go SDK for Azure using the CreateOrUpdate Method of the ExportsClient type. I am doing an daily export of month to date actual costs.
The export is being successfully created but after I head to the azure console and try to run the cost export, it is failing and the error shown in the azure cloud console is "An unknown error occured". I find it difficult to debug the issue and find what is the root cause of the problem. The same error is continuously being thrown no matter how many times the run has been executed.
Surprisingly, when we save the configuration by clicking on edit option available on the console (while not changing the existing configuration set by through the SDK), the following runs all are succeeding.
I am using the same example that has been listed in the armcostmanagement Go pkg.
Example - ExportCreateOrUpdateBySubscription.
I have tried the REST API implementation previously and raised the issue on Microsoft Q&A platform as well for further reference I have attached the thread below: Azure Cost Management Export Run Failing
It would be really helpful if someone could help me with this issue. Thanks!