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
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,20 +95,19 @@ 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:
101
107
102
108
```azurecli-interactive
103
109
az k8s-extension list --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
104
110
```
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
-
112
111
---
113
112
114
113
## Manage the offer lifecycle
@@ -117,14 +116,6 @@ For lifecycle management, an Azure Kubernetes offer is represented as a cluster
117
116
118
117
Purchasing an offer from Azure Marketplace creates a new instance of the extension on your AKS cluster.
119
118
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
119
### [Portal](#tab/azure-portal)
129
120
130
121
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
143
134
144
135

145
136
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
+
146
146
147
147
148
148
---
@@ -161,18 +161,19 @@ To monitor billing and usage information for the offer that you deployed:
161
161
162
162
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
168
174
169
:::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