Jump to content

Recommended Posts

Posted

Hi,

 

My scenario is like I have azure account for hosting my customers websites on Azure, I want to allow each customer to manage there sites and each site have there separate billing.

 

My requirement is: when I login into my Azure account then I should be able to see each customer's billing separately.
Problem is on Azure we do not have the option to view pricing per website. Pricing can be viewed per subscription.
So under my one Azure account there will be one subscription and under one subscription there will be multiple sites with different domains. So I want to view billing for each site.

So is there any way to do that using your tool?
Please note Azure is pay as you go so if website hits increases then cost will increase, if database size increase then cost will increase.

 

Thanks,

Dilip

Posted

Hi Joseph,

 

What does this mean "custom module"? and what will be cost of it?

 

Can this tool manage billing from the Azure since it is not a fixed billing it is pay as you go?

 

Could you please explain the exact purpose of this tool in case of managing Azure hosting?

Posted

if you need just a billing , what you need is a cronjob that collect the usage and the price every end of mounth or end of term then create a invoice with that information .

the information collect should be done via API , the USAGE command is your friend

http://msdn.microsoft.com/en-us/library/azure/dn236427.aspx

the php sdk here

http://azure.microsoft.com/en-us/documentation/articles/cloud-services-php-how-to-use-service-management/

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...