Skip to content

Commit dad1b51

Browse files
PR edits
1 parent 7e38371 commit dad1b51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Ensure the Helm chart adheres to the following rules:
209209
| Billing model | Definition |
210210
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
211211
| 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) |
212+
| Per every core in cluster | Usage is charged based on total number of cores in the Kubernetes cluster (reported at hourly frequency) |
213213
| Per cluster | Usage is charged for each instance of the Kubernetes application extension on the cluster (reported at hourly frequency) |
214214
| Per every node in cluster | Usage is charged based on total number of nodes in the cluster (reported at hourly frequency) |
215215
| Per node | Usage is charged for each node on which the Kubernetes application’s extension instance runs on (reported at hourly frequency) |
@@ -221,7 +221,7 @@ Ensure the Helm chart adheres to the following rules:
221221

222222
After reviewing the billing models available, select one appropriate for your use case and complete the following steps:
223223

224-
Follow steps to add identifier in the *Per core* billing model:
224+
Complete the following steps to add identifier in the *Per core* billing model:
225225

226226
- Add a billing identifier label and cpu cores request to your `deployment.yaml` file.
227227

@@ -233,7 +233,7 @@ Follow steps to add identifier in the *Per core* billing model:
233233

234234
:::image type="content" source="./media/azure-container/billing-identifier-value.png" alt-text="A screenshot of a properly formatted values.yaml file, showing the global > azure > billingIdentifier field.":::
235235

236-
Follow steps to add a billing identifier label in the *Per core* billing model:
236+
Complete the following steps to add a billing identifier label in the *Per pod* and *Per node* billing model:
237237

238238
- Add a billing identifier label `azure-extensions-usage-release-identifier` to your `deployment.yaml` file (Under **Template** > **Metadata** > **Labels**>).
239239

0 commit comments

Comments
 (0)