Skip to content

Commit fff701c

Browse files
Merge pull request #242668 from maanasagovi/docs-editor/deploy-marketplace-1687487639
Making Portal the first/main experience
2 parents 58ccf05 + e4d6f1a commit fff701c

File tree

1 file changed

+32
-18
lines changed

1 file changed

+32
-18
lines changed

articles/aks/deploy-marketplace.md

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ az provider register --namespace Microsoft.KubernetesConfiguration --wait
9595

9696
## Verify the deployment
9797

98+
### [Portal](#tab/azure-portal)
99+
100+
Verify the deployment navigating to the cluster you recently installed the extension on, then navigate to "Extensions + Applications", where you'll see the extension status:
101+
102+
:::image type="content" source="./media/deploy-marketplace/verify-inline.png" lightbox="./media/deploy-marketplace/verify.png" alt-text="The Azure portal page for the A K S cluster is shown. 'Extensions + Applications' is selected, and the deployed extension is listed.":::
103+
98104
### [Azure CLI](#tab/azure-cli)
99105

100106
Verify the deployment by using the following command to list the extensions that are running on your cluster:
@@ -103,12 +109,6 @@ Verify the deployment by using the following command to list the extensions that
103109
az k8s-extension list --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
104110
```
105111

106-
### [Portal](#tab/azure-portal)
107-
108-
Verify the deployment navigating to the cluster you recently installed the extension on, then navigate to "Extensions + Applications", where you'll see the extension status:
109-
110-
:::image type="content" source="./media/deploy-marketplace/verify-inline.png" lightbox="./media/deploy-marketplace/verify.png" alt-text="The Azure portal page for the A K S cluster is shown. 'Extensions + Applications' is selected, and the deployed extension is listed.":::
111-
112112
---
113113

114114
## Manage the offer lifecycle
@@ -117,14 +117,6 @@ For lifecycle management, an Azure Kubernetes offer is represented as a cluster
117117

118118
Purchasing an offer from Azure Marketplace creates a new instance of the extension on your AKS cluster.
119119

120-
### [Azure CLI](#tab/azure-cli)
121-
122-
You can view the extension instance from the cluster by using the following command:
123-
124-
```azurecli-interactive
125-
az k8s-extension show --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
126-
```
127-
128120
### [Portal](#tab/azure-portal)
129121

130122
First, navigate to an existing cluster, then select "Extensions + applications":
@@ -143,6 +135,19 @@ To manage settings of your installed extension, you can edit the configuration s
143135

144136
![Screenshot of Cluster-extension-config-settings.](media/deploy-marketplace/cluster-extension-config-settings.png)
145137

138+
### [Azure CLI](#tab/azure-cli)
139+
140+
You can view the extension instance from the cluster by using the following command:
141+
142+
```azurecli-interactive
143+
az k8s-extension show --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
144+
```
145+
146+
147+
148+
149+
150+
146151

147152

148153
---
@@ -161,18 +166,21 @@ To monitor billing and usage information for the offer that you deployed:
161166

162167
You can delete a purchased plan for an Azure container offer by deleting the extension instance on the cluster.
163168

164-
### [Azure CLI](#tab/azure-cli)
165169

166-
```azurecli-interactive
167-
az k8s-extension delete --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
168-
```
169170

170171
### [Portal](#tab/azure-portal)
171172

172173
Select an application, then select the uninstall button to remove the extension from your cluster:
173174

174175
:::image type="content" source="./media/deploy-marketplace/uninstall-inline.png" alt-text="The Azure portal page for the A K S cluster is shown. The deployed extension is listed with the 'uninstall' button highlighted." lightbox="./media/deploy-marketplace/uninstall.png":::
175176

177+
### [Azure CLI](#tab/azure-cli)
178+
179+
```azurecli-interactive
180+
az k8s-extension delete --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
181+
```
182+
183+
176184
---
177185

178186
## Troubleshooting
@@ -195,3 +203,9 @@ If you experience issues, see the [troubleshooting checklist for failed deployme
195203

196204

197205

206+
207+
- Learn more about [deploying a Kubernetes application programmatically using Azure CLI](/azure/aks/deploy-application-az-cli)
208+
209+
210+
211+

0 commit comments

Comments
 (0)