开发者

Metering and billing azure costs to end-users

开发者 https://www.devze.com 2023-01-11 13:11 出处:网络
I\'m designing a Web-service in Azure. Is it possible to have the actual Azure platform usage costs metered per end-user? And does 开发者_StackOverflowAzure provide billing services to end-users?The W

I'm designing a Web-service in Azure. Is it possible to have the actual Azure platform usage costs metered per end-user? And does 开发者_StackOverflowAzure provide billing services to end-users?


The Windows Azure billing model today focuses on billing the owner of the service account - there are no provisions for a pass-through reselling type of billing.

The recommended model for selling applications and services running on Windows Azure today is to set up a new Windows Azure account for/with your client and deploy your Windows Azure service or web application into the client's Windows Azure account. The client pays Windows Azure directly for time, storage, and bandwidth they use, and the client pays you separately for developing or maintaining the application.

This model is workable if your client is a business that wants to use your Azure software to support thousands of their customers - each client business would have their own Azure account. This model does not work if your software is a single user application such as a personal tax package or solitaire card game that you are selling to individual end users.


As everyone has said, Azure does not support any billing or web service for billing however on codeplex you can find an example/ sort of infrastructure for your own billing.

The default implementation includes support for PayPay..

Anyway.. it may help...

Here is what the intro says:


Cloud Provisioning & Billing (CPB)

http://cpb.codeplex.com/

Project Description

Cloud Provisioning & Billing (CPB) is simple yet powerful web application allowing service providers to expose their Windows Azure Platform services and resources to their customers.

CPB enables two major business scenarios:

  • Resell Windows Azure Platform services and resources along with value-added services developed by the provider
  • Give provider's customers an ability to customize provider's applications before they are deployed in Windows Azure Platform


check out the new Cloud Ninja Metering Block that the Microsoft DPE team published which gives you powerful & extensible capabilities to enable metering per tenant in a multi-tenant application.

http://cnmb.cloudapp.net/


The answer "The Windows Azure billing model today focuses on billing the owner of the service account - there are no provisions for a pass-through reselling type of billing." is pretty much the bottom line at this point.

As noted there are the software possibilities listed above, but I have one additional point to add.

In SaaS Style Solutions one needs to break out cost as you suggest. What needs to be done is to break out the costs, and associate them to events within the application, possibly as a cross cutting concern that is very loosely coupled to the actual application. Then tracking can be done at your level, for the multi-tenancy of the application. One also has to be careful in Windows Azure, as multi-tenant applications that install per user are a tricky thing to gauge, monitor, and price without a very thorough review of the pricing and how the architecture will affect that pricing.

Good luck on getting that figured out. I've been working up some basic pricing architectures and it is a rather complex mix of things depending on how the architecture is deployed.


I'd check out www.cloudsplit.com

Not sure if its fully open yet though.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号