Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Enterprise Agreement #48

Open
jakelima18 opened this issue Jun 21, 2023 · 5 comments
Open

Azure Enterprise Agreement #48

jakelima18 opened this issue Jun 21, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@jakelima18
Copy link

Optscale can't read data billing from subscription Azure Enterprise Agreement. I'm suspicious that the Azure Enterprise Agreement subscription api is another API.

@maxb-hystax
Copy link
Member

Hi!
Azure EA subscriptions don't provide expenses data in usual way, so you need to connect such accounts with import_scheme: "raw_usage" parameter.

You can refer to
https://github.com/hystax/optscale/blob/be70d943019d88a5c4ae778765a74ef66e6dca7d/diworker/diworker/importers/azure.py#LL139C2-L139C2
for the details.

@jakelima18
Copy link
Author

But how do I load this information since the console does not appear to change the schema option. It would be through https://github.com/hystax/optscale/blob/integration/optscale-deploy/overlay/user_template.yml

@maxb-hystax
Copy link
Member

It should be set when calling cloud account creation or patch API.
Further version which we plan to publish includes autodetection of necessary import scheme, but for now it is a manual change.

@jakelima18
Copy link
Author

by the opensource version it is not possible to make this schema configuration. Do you have any documentation of doing this creation via API?

@jakelima18
Copy link
Author

Any documentation about how use the API?

@v-hx v-hx added the documentation Improvements or additions to documentation label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants