...
For each customer, for each Azure Plan subscription , add create a standard enterprise in the customer scope, so you can use it to use the subscription for compute features or aggregating displaying billing information.
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)\nC---F(Subscription1)\nD---E(Subscription2)\nA---P(Pricing<br/>credential)\nsubgraph ResellerScope\n A\n P\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"} |
...