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
@@ -270,7 +270,7 @@ az networkcloud cluster show --resource-group "$CLUSTER_RG" \
270
270
--name "$CLUSTER_NAME"
271
271
```
272
272
273
-
The Cluster deployment is in-progress when detailedStatus is set to `Deploying` and detailedStatusMessage shows the progress of deployment.
273
+
The Cluster deployment is in-progress when detailedStatus is set to `Deploying` and detailedStatusMessage shows the progress of deployment.
274
274
Some examples of deployment progress shown in detailedStatusMessage are `Hardware validation is in progress.` (if cluster is deployed with hardware validation) ,`Cluster is bootstrapping.`, `KCP initialization in progress.`, `Management plane deployment in progress.`, `Cluster extension deployment in progress.`, `waiting for "<rack-ids>" to be ready`, etc.
When deleting a cluster, it will delete the resources in Azure and the cluster that resides in the on-premises environment.
302
+
303
+
>[!NOTE]
304
+
>If there are any tenant resources that exist in the cluster, it will not be deleted until those resources are deleted.
305
+
306
+
:::image type="content" source="./media/nexus-delete-failure.png" lightbox="./media/nexus-delete-failure.png" alt-text="Screenshot of the portal showing the failure to delete because of tenant resources.":::
307
+
308
+
```azurecli
309
+
az networkcloud cluster delete --name "$CLUSTER_NAME" --resource-group "$CLUSTER_RG"
0 commit comments