Skip to content

Commit eeb8c59

Browse files
Merge pull request #223109 from Nickomang/aks-marketplace-add-parameter-note
Azure Marketplace kubernetes cluster extension configuration note
2 parents e551cee + d5ab5e7 commit eeb8c59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ It's important to understand how user parameters flow throughout the artifacts y
275275

276276
:::image type="content" source="./media/azure-container/user-param-ui.png" alt-text="A screenshot of the createUiDefinition example linked in this article. Definitions for 'value1' and 'value2' are shown.":::
277277

278+
> [!NOTE]
279+
> In this example, `extensionResourceName` is also parameterized and passed to the cluster extension resource. Similarly, other extension properties can be parameterized, such as enabling auto upgrade for minor versions. For more on cluster extension properties, see [optional parameters][extension-parameters].
280+
278281
and are exported via the `outputs` section:
279282

280283
:::image type="content" source="./media/azure-container/user-param-ui-2.png" alt-text="A screenshot of the createUiDefinition example linked in this article. Output lines for application title, 'value1', and 'value2' are shown.":::
@@ -377,4 +380,5 @@ For an example of how to integrate `container-package-app` into an Azure Pipelin
377380
[ui-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/k8s-offer-azure-vote/createUIDefinition.json
378381
[pipeline-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/tree/main/samples/.pipelines/AzurePipelines/azure-pipelines.yml
379382
[arm-template-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/k8s-offer-azure-vote/mainTemplate.json
380-
[manifest-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/k8s-offer-azure-vote/manifest.yaml
383+
[manifest-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/k8s-offer-azure-vote/manifest.yaml
384+
[extension-parameters]: ../aks/cluster-extensions.md#optional-parameters

0 commit comments

Comments
 (0)