diff --git a/README.md b/README.md index dd726e9a7..2b46c7865 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ This content helps you bring your solution to the Microsoft marketplace faster a 1. [Mastering Azure Managed Application Offers](https://aka.ms/MasteringTheMarketplace/ama) -1. [Mastering Partner Center](https://aka.ms/MasteringTheMarketplace/pc) -1. [mastering SaaS Offers](https://aka.ms/MasteringTheMarketplace/saas) -1. [Mastering the SaaS Accelerator](https://aka.ms/MasteringTheMarketplace/saas-accelerator) -1. [Mastering Virtual Machine Offers](https://aka.ms/MasteringTheMarketplace/vm) +2. [Mastering Container Offers for Kubernetes apps](https://aka.ms/MasteringTheMarketplace/container) +3. [Mastering Partner Center](https://aka.ms/MasteringTheMarketplace/pc) +4. [mastering SaaS Offers](https://aka.ms/MasteringTheMarketplace/saas) +5. [Mastering the SaaS Accelerator](https://aka.ms/MasteringTheMarketplace/saas-accelerator) +6. [Mastering Virtual Machine Offers](https://aka.ms/MasteringTheMarketplace/vm) +7. [Mastering Teams Offers](https://aka.ms/MasteringTheMarketplace/teams) You will need to clone this repository to do the hands-on labs including in the courses. diff --git a/docs/container/index.md b/docs/container/index.md index 4fb368ea2..c3cd05373 100644 --- a/docs/container/index.md +++ b/docs/container/index.md @@ -5,7 +5,7 @@ keywords: Azure AppSource Marketplace Container Offer comments: false # Hero section -title: Mastering Container Offers +title: Mastering Container Offers for Kubernetes apps description: This course will take you from working with a local app through publishing a Container Offer to the Microsoft commercial marketplace. # Micro navigation @@ -17,7 +17,7 @@ hide: [Home](../index.md) -# Mastering Container Offers +# Mastering Container Offers for Kubernetes apps Container offers for Kubernetes applications is a transactable offer type for deploying solution containers into an Azure Kubernetes Service in the customer's subscription. This course will take you from an overview to deep understanding of the offer type. The large majority of the course is demo-first. diff --git a/docs/index.md b/docs/index.md index 3d1552296..05155b859 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,6 +32,22 @@ Instead of building your own custom SaaS solution, consider using the SaaS Accel [Take me to it](/Mastering-the-Marketplace/saas-accelerator){ .md-button } +
+Mastering Partner Center +Partner Center is the web portal used to create and publish offers. Learn more about Partner Center in this ever-expanding multi-part course on how to use the portal to publish offers. + +[Take me to it](/Mastering-the-Marketplace/partner-center){ .md-button } +
+ + +
+Mastering Container offers for Kubernetes apps +Get from the start line to the finish in creating and publishing a Container offer for K8s app in this hands-on demo heavy course. + +[Take me to it](/Mastering-the-Marketplace/container){ .md-button } +
+ +
Virtual Machine Offers Virtual machine offers enable you to install your proprietary software on a virtual machine and license it with the virtual machine itself. If you are considering using a virtual machine offer, this thorough course and hands-on labs will take you from start to finish in getting your offer up and running. @@ -53,16 +69,9 @@ Learn how to build transactable Microsoft Teams applications using SaaS offers a [Take me to it](/Mastering-the-Marketplace/teams){ .md-button }
-
-Mastering Partner Center -Partner Center is the web portal used to create and publish offers. Learn more about Partner Center in this ever-expanding multi-part course on how to use the portal to publish offers. - -[Take me to it](/Mastering-the-Marketplace/partner-center){ .md-button } -
- --- -You may find that you need to clone this repository to perform the labs. Feel free to clone or fork and we are always happy to take PRs! +You may find that you need to clone this repository to perform the labs. Feel free to clone or fork and we are always happy to take PRs! [View on GitHub :material-github:](https://github.com/microsoft/Mastering-the-Marketplace){ .md-button .md-button--primary } diff --git a/mkdocs.yml b/mkdocs.yml index f79515334..fe4288f36 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,16 +7,17 @@ extra_css: - stylesheets/extra.css nav : - Azure Managed Application Offers: '/Mastering-the-Marketplace/ama/' +- Container Offers for K8s apps 🆕: '/Mastering-the-Marketplace/container/' +- Partner Center: '/Mastering-the-Marketplace/partner-center/' - SaaS Accelerator: '/Mastering-the-Marketplace/saas-accelerator/' - SaaS Offers: '/Mastering-the-Marketplace/saas/' -- Teams Offers: '/Mastering-the-Marketplace/teams/' - Virtual Machine Offers: '/Mastering-the-Marketplace/vm/' -- Partner Center: '/Mastering-the-Marketplace/partner-center/' +- Teams Offers: '/Mastering-the-Marketplace/teams/' - "": "/" - "": "/" - "": "/" - Choose Your Offer Type: '/Mastering-the-Marketplace/select-offer-type/' -- Learning Paths (Preview): '/Mastering-the-Marketplace/learning-paths/' +- Learning Paths: '/Mastering-the-Marketplace/learning-paths/' theme: name: material