microsoft / AzureSMR

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Other
60 stars 43 forks source link

Added Azure cost and pricing functions #79

Closed yueguoguo closed 7 years ago

yueguoguo commented 7 years ago
msftclas commented 7 years ago

@yueguoguo, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot

andrie commented 7 years ago

Thank you. This is a great contribution.

Please can you modify your code as follows:

For roxygen documentation:

Alanwe commented 7 years ago

Great addition, I had played with the billing APIs and I did think of some functions in this area. I can imagine some pretty cool plots could be added. The one challenge I became aware of is that it currently only supports PAYG(Not EA) so the rate card should be used with caution.

yueguoguo commented 7 years ago

@Alanwe Very good point. Thinking of putting notes somewhere. I am using Microsoft internal subscription, and currently have no way to test other offer options. Need advice. Cheers.

andrie commented 7 years ago

Thank you!