Skip to content

Commit 8da7f96

Browse files
committed
fix typo
1 parent 406c4f3 commit 8da7f96

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/app-service/containers/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In the *python-docs-hello-world* folder that contains the sample code, run the f
101101
az webapp up --sku F1 -n <app-name> -l <location-name>
102102
```
103103

104-
This command may take a few minutes complete run. While running, it displays information similar to the following example:
104+
This command may take a few minutes to completely run. While running, it displays information similar to the following example:
105105

106106
```output
107107
The behavior of this command has been altered by the following extension: webapp

articles/dev-spaces/troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ Azure Dev Spaces couldn't create a controller on your AKS cluster because it cou
7070

7171
To fix this issue, [update your taint configuration](../aks/operator-best-practices-advanced-scheduler.md#provide-dedicated-nodes-using-taints-and-tolerations) on your AKS cluster to ensure at least one Linux node allows for scheduling pods without specifying tolerations. Also, ensure that at least one Linux node that allows scheduling pods without specifying tolerations is in the *Ready* state. If your node is taking a long time to reach the *Ready* state, you can try restarting your node.
7272

73-
### Error "Azure Dev Spaces CLI not installed properly" when running `az aks use-dev-spaces`
73+
### Error "Azure Dev Spaces CLI not installed properly" when running az aks use-dev-spaces
7474

7575
An update to the Azure Dev Spaces CLI changed its installation path. If you're using a version of the Azure CLI earlier than 2.0.63, you may see this error. To display your version of the Azure CLI, use `az --version`.
7676

7777
```azurecli
7878
az --version
79+
```
80+
81+
```output
7982
azure-cli 2.0.60 *
8083
...
8184
```

0 commit comments

Comments
 (0)