Skip to content

Commit 7e38371

Browse files
billing model edits
1 parent 1c12f36 commit 7e38371

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/marketplace/azure-container-technical-assets-kubernetes.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,15 @@ Ensure the Helm chart adheres to the following rules:
206206

207207
### Available billing models
208208

209-
Billing model |Definition
210-
---------------|-----------
211-
Per core|Usage is charged for every core used by the Kubernetes application’s extension instance (reported at hourly frequency)
212-
Per every core in cluster|Usage is charged based on total number of cores in the kubernetes cluster (reported at hourly frequency
213-
Per cluster|Usage is charged for each instance of the Kubernetes application extension on the cluster (reported at hourly frequency)
214-
Per every node in cluster|Usage is charged based on total number of nodes in the cluster (reported at hourly frequency)
215-
Per node|Usage is charged for each node on which the Kubernetes application’s extension instance runs on (reported at hourly frequency)
216-
Per pod|Usage is charged for each pod on which the Kubernetes application’s extension instance runs (reported at hourly frequency)
217-
Bring your own licensing (BYOL)|Usage is charged based on existing licensing that the customer can bring in.
209+
| Billing model | Definition |
210+
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
211+
| Per core | Usage is charged for every core used by the Kubernetes application’s extension instance (reported at hourly frequency) |
212+
| Per every core in cluster | Usage is charged based on total number of cores in the kubernetes cluster (reported at hourly frequency) |
213+
| Per cluster | Usage is charged for each instance of the Kubernetes application extension on the cluster (reported at hourly frequency) |
214+
| Per every node in cluster | Usage is charged based on total number of nodes in the cluster (reported at hourly frequency) |
215+
| Per node | Usage is charged for each node on which the Kubernetes application’s extension instance runs on (reported at hourly frequency) |
216+
| Per pod | Usage is charged for each pod on which the Kubernetes application’s extension instance runs (reported at hourly frequency) |
217+
| Bring your own licensing (BYOL) | Usage is charged based on existing licensing that the customer can bring in |
218218

219219

220220
### Make updates based on your billing model

0 commit comments

Comments
 (0)