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
+32-18Lines changed: 32 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,12 @@ az provider register --namespace Microsoft.KubernetesConfiguration --wait
95
95
96
96
## Verify the deployment
97
97
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
+
98
104
### [Azure CLI](#tab/azure-cli)
99
105
100
106
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
103
109
az k8s-extension list --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
104
110
```
105
111
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
-
112
112
---
113
113
114
114
## Manage the offer lifecycle
@@ -117,14 +117,6 @@ For lifecycle management, an Azure Kubernetes offer is represented as a cluster
117
117
118
118
Purchasing an offer from Azure Marketplace creates a new instance of the extension on your AKS cluster.
119
119
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
-
128
120
### [Portal](#tab/azure-portal)
129
121
130
122
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
143
135
144
136

145
137
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
+
146
151
147
152
148
153
---
@@ -161,18 +166,21 @@ To monitor billing and usage information for the offer that you deployed:
161
166
162
167
You can delete a purchased plan for an Azure container offer by deleting the extension instance on the cluster.
Select an application, then select the uninstall button to remove the extension from your cluster:
173
174
174
175
:::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":::
0 commit comments