This repo demonstrates how to deploy Container offer as part of AKS cluster as Azure Managed Application.
Please refer to the following repo for details creating Azure Managed Application (AMA) ARM templates to deploy AKS in the AMA managed resource group.
In order to deploy Container Offer as Part of the Managed App. The following information must be provided as part of the ARM chart.
"clusterExtensionTypeName": " Enter the Extension Type",
"plan-name": "Enter the Plan Name",
"plan-offerID": " Enter Offer ID",
"plan-publisher": "Enter the publisher ID",
"releaseTrain": "stable"
Here is example for AzureVote Demo information.
"clusterExtensionTypeName": "Contoso.AzureVoteKubernetesAppTest",
"plan-name": "testplan",
"plan-offerID": "kubernetest_apps_demo_offer",
"plan-publisher": "test_test_mix3pptest0011614206850774",
"releaseTrain": "stable"
You can learn more about Azure Managed Application offers using the following resources.
- Mastering The Marketplace on-demand video course.
- Azure Managed Applications overview documentation.
You can learn more about Azure Container offer using the following resources.
- Mastering The Marketplace on-demand video course.
- Azure Container Offer overview documentation.