Skip to content

Commit 8390ee4

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/aks/deploy-marketplace.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Verify the deployment by using the following command to list the extensions that
108108
```azurecli-interactive
109109
az k8s-extension list --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
110110
```
111+
111112
---
112113

113114
## Manage the offer lifecycle
@@ -145,6 +146,10 @@ az k8s-extension show --name <extension-name> --cluster-name <clusterName> --res
145146

146147

147148

149+
150+
151+
152+
148153
---
149154

150155
## Monitor billing and usage information
@@ -162,6 +167,7 @@ To monitor billing and usage information for the offer that you deployed:
162167
You can delete a purchased plan for an Azure container offer by deleting the extension instance on the cluster.
163168

164169

170+
165171
### [Portal](#tab/azure-portal)
166172

167173
Select an application, then select the uninstall button to remove the extension from your cluster:
@@ -174,6 +180,7 @@ Select an application, then select the uninstall button to remove the extension
174180
az k8s-extension delete --name <extension-name> --cluster-name <clusterName> --resource-group <resourceGroupName> --cluster-type managedClusters
175181
```
176182

183+
177184
---
178185

179186
## Troubleshooting
@@ -197,4 +204,8 @@ If you experience issues, see the [troubleshooting checklist for failed deployme
197204

198205

199206

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

0 commit comments

Comments
 (0)