Skip to content

Latest commit

 

History

History

container-azure-app-bundle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Azure Application: HOW-TO Deploy Container Offer with AKS

This repo demonstrates how to deploy Container offer as part of AKS cluster as Azure Managed Application.

How To Deploy AKS as Azure 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.

Azure Managed Application and AKS with Managed Identity

Challenges to deploy Container Offer as part of the ARM template

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"

Azure Application Offer Resources

You can learn more about Azure Managed Application offers using the following resources.

  1. Mastering The Marketplace on-demand video course.
  2. Azure Managed Applications overview documentation.

Azure Container Offer Resources

You can learn more about Azure Container offer using the following resources.

  1. Mastering The Marketplace on-demand video course.
  2. Azure Container Offer overview documentation.