Skip to content

Commit 972afbf

Browse files
committed
Learn Editor: Update deploy-marketplace.md
1 parent 406a0d4 commit 972afbf

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

articles/aks/deploy-marketplace.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,19 @@ 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:
101107

102108
```azurecli-interactive
103109
az k8s-extension list --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
104110
```
105-
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-
112111
---
113112

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

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

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-
128119
### [Portal](#tab/azure-portal)
129120

130121
First, navigate to an existing cluster, then select "Extensions + applications":
@@ -143,6 +134,15 @@ To manage settings of your installed extension, you can edit the configuration s
143134

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

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

147147

148148
---
@@ -161,18 +161,19 @@ To monitor billing and usage information for the offer that you deployed:
161161

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

164-
### [Azure CLI](#tab/azure-cli)
165-
166-
```azurecli-interactive
167-
az k8s-extension delete --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
168-
```
169164

170165
### [Portal](#tab/azure-portal)
171166

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

174169
:::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":::
175170

171+
### [Azure CLI](#tab/azure-cli)
172+
173+
```azurecli-interactive
174+
az k8s-extension delete --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
175+
```
176+
176177
---
177178

178179
## Troubleshooting
@@ -195,3 +196,5 @@ If you experience issues, see the [troubleshooting checklist for failed deployme
195196

196197

197198

199+
200+

0 commit comments

Comments
 (0)