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
Copy file name to clipboardExpand all lines: articles/aks/deploy-marketplace.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,19 @@ Included among these solutions are Kubernetes application-based container offers
25
25
26
26
This feature is currently supported only in the following regions:
27
27
28
+
- East US
29
+
- West US
30
+
- Central US
28
31
- West Central US
32
+
- South Central US
33
+
- East US 2
34
+
- West US 2
29
35
- West Europe
30
-
- East US
36
+
- North Europe
37
+
- Canada Central
38
+
- Southeast Asia
39
+
- Australia East
40
+
- Central India
31
41
32
42
Kubernetes application-based container offers cannot be deployed on AKS for Azure Stack HCI or AKS Edge Essentials.
33
43
@@ -44,14 +54,16 @@ az provider register --namespace Microsoft.KubernetesConfiguration --wait
44
54
45
55
1. In the [Azure portal](https://portal.azure.com/), search for **Marketplace** on the top search bar. In the results, under **Services**, select **Marketplace**.
46
56
47
-
1. You can search for an offer or publisher directly by name, or you can browse all offers. To find Kubernetes application offers, use the **Product Type**filter for **Azure Containers**.
57
+
1. You can search for an offer or publisher directly by name, or you can browse all offers. To find Kubernetes application offers, on the left side under **Categories**select **Containers**.
48
58
49
-
:::image type="content" source="./media/deploy-marketplace/browse-marketplace-inline.png" alt-text="Screenshot of Azure Marketplace offers in the Azure portal, with the filter for product type set to Azure containers." lightbox="./media/deploy-marketplace/browse-marketplace-full.png":::
59
+
:::image type="content" source="./media/deploy-marketplace/containers-inline.png" alt-text="Screenshot of Azure Marketplace offers in the Azure portal, with the container category on the left side highlighted." lightbox="./media/deploy-marketplace/containers.png":::
50
60
51
61
> [!IMPORTANT]
52
-
> The **Azure Containers** category includes both Kubernetes applications and standalone container images. This walkthrough is specific to Kubernetes applications. If you find that the steps to deploy an offer differ in some way, you're most likely trying to deploy a container image-based offer instead of a Kubernetes application-based offer.
53
-
>
54
-
> To ensure that you're searching for Kubernetes applications, include the term **KubernetesApps** in your search.
62
+
> The **Containers** category includes both Kubernetes applications and standalone container images. This walkthrough is specific to Kubernetes applications. If you find that the steps to deploy an offer differ in some way, you're most likely trying to deploy a container image-based offer instead of a Kubernetes application-based offer.
63
+
64
+
1. You will see several Kubernetes application offers displayed on the page. To view all of the Kubernetes application offers, select **See more**.
65
+
66
+
:::image type="content" source="./media/deploy-marketplace/see-more-inline.png" alt-text="Screenshot of Azure Marketplace K8s offers in the Azure portal" lightbox="./media/deploy-marketplace/see-more.png":::
55
67
56
68
1. After you decide on an application, select the offer.
0 commit comments