diff --git a/README.md b/README.md index b8f1568a..a603a8d2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ All AKS versions Microsoft ships for edge or datacenter deployment are part of t ## Related AKS products -* [AKS on Azure Stack Hub](https://learn.microsoft.com/azure-stack/user/azure-stack-kubernetes-aks-engine-overview) +* [AKS on Azure Stack Hub](https://learn.microsoft.com/azure-stack/user/azure-stack-kubernetes-aks-engine-overview). Please use [github.com/Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack) for this product. ## What you will find here @@ -30,8 +30,6 @@ Support through issues on this repository is provided on a best-effort basis for Do not file issues for AKS-Engine, Virtual-Kubelet, Azure Container Instances, or services on this repository unless it is related to that feature/service and functionality with AKS. For other tools, products and services see the Upstream Azure Compute projects page. -We want to hear from you! Respond to this short and [anonymous survey](https://aka.ms/AKSHCIPreviewSurvey) to share your thoughts with us. - ## Important AKS Arc links * [Evaluate using Jumpstart](https://arcjumpstart.com/azure_jumpstart_hcibox) diff --git a/preview/readme.md b/preview/readme.md index 9cf8caa2..ba7684c8 100644 --- a/preview/readme.md +++ b/preview/readme.md @@ -17,14 +17,8 @@ With [AKS enabled by Azure Arc, on Azure Stack HCI 23H2](https://learn.microsoft ### Steps to delete existing clusters and recreate -1. Delete the nodepools - ``` - az hybridaks nodepool delete --name $aksNodepoolName --resource-group $resource_group --cluster-name $aksClusterName - ``` -2. Delete the cluster - ``` - az hybridaks delete --resource-group $resource_group --name $aksClusterName - ``` -3. Follow the instructions to recreate the cluster +1. Follow the instructions to delete existing preview cluster + * [Uninstall the AKS cluster provisioning preview](https://learn.microsoft.com/azure/aks/hybrid/aks-hybrid-preview-uninstall) +2. Follow the instructions to create new cluster * [Using CLI](https://learn.microsoft.com/azure/aks/hybrid/aks-create-clusters-cli) - * [Using Azure Portal](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-create-clusters-portal) \ No newline at end of file + * [Using Azure Portal](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-create-clusters-portal) diff --git a/scripts/README.md b/scripts/README.md index 2511647b..639c90e1 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,2 +1,2 @@ -### This folder will contain scripts used in prenstations and demos. +### This folder will contain scripts used in presentations and demos. Use subfolders to seperate by event