Skip to content

Commit baf8440

Browse files
author
gitName
committed
Acrolinx
1 parent 9fa2840 commit baf8440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn-pr/azure/aks-optimize-compute-costs/includes/4-spot-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Spot node pools optimize costs by capping the maximum amount that you're willing
9292

9393
You can set this value to any positive amount up to five decimal places, or set it to `-1`. Setting the `--spot-max-price` value to `-1` affects your node pool in the following ways:
9494

95-
- Nodes aren't be evicted based on the node's price.
95+
- Nodes aren't evicted based on the node's price.
9696
- The cost for new nodes is based on the current price for spot nodes or the price for a standard node; whichever is lower.
9797

9898
For example, if you set the value to 0.98765, the maximum price for a node in USD is 0.98765 per hour. When the node's consumption exceeds this amount, it's evicted.

learn-pr/azure/aks-optimize-compute-costs/includes/7-exercise-resource-quota-azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The final step is to test the new policy. Deploy your test workload with resourc
191191
```
192192
193193
> [!TIP]
194-
> Cloud Shell includes an [integrated file editor](/azure/cloud-shell/using-cloud-shell-editor). Cloud Shell editor supports features such as language highlighting, the command palette, and a file explorer. For simple file creation and editing, start the editor by running `code .` in Cloud Shell terminal. This action opens the editor with your active working directory set in the terminal. To open your manifest file directly for quick editing, run `code test-policy.yaml`. Ths command opens the editor without the file explorer.
194+
> Cloud Shell includes an [integrated file editor](/azure/cloud-shell/using-cloud-shell-editor). Cloud Shell editor supports features such as language highlighting, the command palette, and a file explorer. For simple file creation and editing, start the editor by running `code .` in Cloud Shell terminal. This action opens the editor with your active working directory set in the terminal. To open your manifest file directly for quick editing, run `code test-policy.yaml`. This command opens the editor without the file explorer.
195195
196196
1. Paste the following text into the file:
197197

0 commit comments

Comments
 (0)