Jump to content

Can Blesta Manage Billing Of The Azure Accounts


dilip.wanave

Recommended Posts

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

Link to comment
Share on other sites

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/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...