...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"flowchart LR\nA(Reseller<br/>enterprise)\nB(Customer1<br/>key node<br/>enterprise)\nB-->C(Subtenant1<br/>enterprise)\nB-->D(Subtenant2<br/>enterprise)\n)\nC---F(Subscription1)\nD---E(Subscription2)\nA---P(Pricing<br/>credential)\nsubgraph ResellerScope\n A\nend\nsubgraph Customer1Scope\n BP\nend\nsubgraph Reseller hierarchy\n direction LR\n ResellerScope-->Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\n\nsubgraph Customer1Scope\n direction LR\n B\n C\n D\n E\n F\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 access to compute
...
and billing features:
Create an app in the customer’s Active Directory. In
Edit the standard enterprise, on the and go to Credentials → Public tab, add
Add the credentials for the Azure plan . OR for the customer to use billing in the format
Subscription#AppID#TenantID
Go to Properties and add
azurecompute-arm_only_bill_subscription
and set the value totrue
OR
To give the customer access billing features only (including dashboard display, and billing of Office 365)
...
:
Edit the standard enterprise, and go to Credentials → Public
For the Access key ID
use the, enter the customer’s Azure plan details in this format:
Subscription##TenantID
For the Secret access key, enter any value
Select Only for billing
Click Add account to save the credentials. The platform will not validate the account details until it retrieves billing data from the provider
Go to Properties and add
azurecompute-arm_only_bill_subscription
and set the value totrue
Click Save