You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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) |
213
213
| Per cluster | Usage is charged for each instance of the Kubernetes application extension on the cluster (reported at hourly frequency) |
214
214
| Per every node in cluster | Usage is charged based on total number of nodes in the cluster (reported at hourly frequency) |
215
215
| 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:
221
221
222
222
After reviewing the billing models available, select one appropriate for your use case and complete the following steps:
223
223
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:
225
225
226
226
- Add a billing identifier label and cpu cores request to your `deployment.yaml` file.
227
227
@@ -233,7 +233,7 @@ Follow steps to add identifier in the *Per core* billing model:
233
233
234
234
:::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.":::
235
235
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:
237
237
238
238
- Add a billing identifier label `azure-extensions-usage-release-identifier` to your `deployment.yaml` file (Under **Template** > **Metadata** > **Labels**>).
0 commit comments