Skip to content

Commit fd2302f

Browse files
committed
Line edits
1 parent 6cd17cf commit fd2302f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

learn-pr/azure/aks-deploy-container-app/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By the end of this module, you can:
1616
- Familiarity with Kubernetes concepts. If you're new to Kubernetes, start with the [basics of Kubernetes](https://azure.microsoft.com/topic/what-is-kubernetes/?azure-portal=true).
1717
- Familiarity with [Git](/contribute/git-github-fundamentals) and [GitHub](https://github.com).
1818
- Familiarity with [Docker](https://docker.com) and Docker images.
19-
- An active Azure [subscription](https://azure.microsoft.com/free/services/kubernetes-service/?azure-portal=true).
19+
- An active Azure [subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account).
2020
- Ability to use the [Azure CLI](/azure/aks/kubernetes-walkthrough).
2121
- Ability to create a Docker container. If you're new to Docker, start with the [intro to containers](/training/modules/intro-to-containers/).
2222

learn-pr/azure/aks-deploy-container-app/includes/2-create-aks-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are two popular cluster architectures for Kubernetes-based deployments.
2626

2727
:::image type="content" source="../media/2-1-diagram.png" alt-text="A diagram that shows a single control plane and multiple nodes in a cluster configuration.":::
2828

29-
The *single control plane to multiple nodes* per cluster architecture is the most common architectural pattern, and is the easiest to deploy, but it doesn't provide high availability to your cluster's core management services.
29+
The *single control plane to multiple nodes* per cluster architecture is the most common architectural pattern and is the easiest to deploy, but it doesn't provide high availability to your cluster's core management services.
3030

3131
If the control plane node becomes unavailable for any reason, no other interaction can happen with the cluster. This problem occurs even if you're the operator, or by any workloads that use Kubernetes' APIs to communicate until, at least, the API server is back online.
3232

@@ -68,4 +68,4 @@ You can change the node count later in the cluster's configuration panel. It's a
6868

6969
## Node VM size
7070

71-
Select from a wide range of VM specs. For development purposes, you can choose the B series to save on costs. In the exercises, you use series B2, the standard size. For more guidance to select a VM based on your needs, visit the [Azure VM selector tool](https://azure.microsoft.com/pricing/vm-selector/)
71+
Select from a wide range of VM specs. For development purposes, you can choose the B series to save on costs. In the exercises, you use series B2, the standard size. For more guidance to select a VM based on your needs, [ask Microsoft Copilot in Azure to find the best VM](https://techcommunity.microsoft.com/blog/azurecompute/using-microsoft-copilot-in-azure-to-find-the-best-vm-size-for-you/4356049)

learn-pr/azure/aks-deploy-container-app/includes/3-exercise-create-aks-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this exercise, create an AKS cluster that uses several nodes to meet the demand of many customers using the service. You decide to use the *single control plane and multiple nodes* architecture because it provides the best way to create and manage workload resources.
22

3-
AKS supports both Linux and Windows node pools via the Portal or Azure CLI, however, if you're going to use Windows node pools, the cluster must be created with extra **prerequisites** and commands. Select an OS based on which type of node pools you want to add.
3+
AKS supports both Linux and Windows node pools via the Portal or Azure CLI. However, if you're going to use Windows node pools, the cluster must be created with extra **prerequisites** and commands. Select an OS based on which type of node pools you want to add.
44

55
[!INCLUDE [azure-exercise-subscription-prerequisite](../../../includes/azure-exercise-subscription-prerequisite.md)]
66

@@ -14,7 +14,7 @@ AKS supports both Linux and Windows node pools via the Portal or Azure CLI, howe
1414
> [!IMPORTANT]
1515
> We'll run all the scripts with Bash, so if you haven't created a Cloud Shell yet, select *Bash* as the running shell.
1616
17-
1. In the Cloud Shell window, select the **More** icon (**...**), then select **Settings** > **Go to Classic version**.
17+
1. In the Cloud Shell window, select **Settings** > **Go to Classic version**.
1818

1919
1. Create variables for the configuration values you reuse throughout the exercises.
2020

0 commit comments

Comments
 (0)