...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->AnA(Reseller<br/>enterprise)\n\nsubgraph ResellerScope\n A\nend\n\nsubgraph Reseller hierarchy base\n ResellerScope\n\nendnend\nX-->ResellerScope"} |
To create a reseller scope:
...
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+, go to Pricing → Price factors and create a price factor for the reseller enterprise. See Manage price factors.
...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->AnA(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-->Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope"} |
To create a customer enterprise:
...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->AnA(Reseller<br/>enterprise)\nA-->BnB(Customer1<br/>key node<br/>enterprise)\nB-->C(Subtenant1<br/>enterprise)\nB-->D(Subtenant2<br/>enterprise)\n\nsubgraph ResellerScope\n A\nend\n\nsubgraph Customer1Scope\n B\nend\nnsubgraph Reseller Chierarchy\n DResellerScope-->Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\n\nsubgraph Reseller hierarchy\n Customer1Scope\n direction LR\n B\n ResellerScopeC\n Customer1ScopeD\nend"} |
To create a subtenant enterprise:
Create a standard enterprise (not a key node)
For the Default scope, select the
Customer1Scope
To give the customer compute features, create an app in the customer’s Active Directory. In the standard enterprise, on the Credentials → Public tab, add the credentials for the Azure plan.
OR for the customer to use billing only (including dashboard display, and billing of Office 365), add the following credentials on the Credentials → Pricing tab:
For the Access key ID use the format:
Subscription##TenantID
For the Secret access key, enter any value
Select Only for billing
...