...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"flowchart LR\nX(GlobalScope)\nA(Reseller<br/>enterprise)\n\nsubgraph ResellerScope\n A\nend\n\nsubgraph Reseller hierarchy base\n ResellerScope\nend\nX-->ResellerScope"} |
To create a reseller scope:
...
In Azure, you can use reseller credentials (CSP credentials) or standard credentials. Follow
Do the steps
...
...
Edit In Abiquo, edit the reseller enterprise
For Credentials → Pricing, add the Azure CSP pricing credentials.
API key:
csp#tenantId#clientId#accessToken#refreshToken
API secret key: the password for the application
For Properties, to use Azure billing, enter the billing enterprise properties in the reseller enterprise. The default values are as follows:
azurecompute-arm_discount = 0
azurecompute-arm_currency_code = USD
billing.azure.country_code = US
azurecompute-arm_price_factor = 1 (deprecated in Abiquo 6.1)
For Abiquo 6.1 +and above, go to Pricing → Price factors and create a price factor for the reseller enterprise. See Manage price factors.
...
5. Create a reseller customer scope
A You can create a tenant hierarchy with a reseller scope is at the top level of a tenant hierarchyand the customers below that. To create customers of your reseller, for each customer, create a customer scope and set the reseller scope as the parent scope.
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->A(nA(Reseller<br/>enterprise)\nA-->BnB(Customer1<br/>key node<br/>enterprise)\nsubgraph ResellerScope\n A\nend\nsubgraph Customer1Scope\n B\nend\n\nsubgraph Reseller hierarchy\n ResellerScope\n Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\nResellerScope-->Customer1Scope"} |
To create a reseller customer scope:
...