Skip to content

Commit 40aeed8

Browse files
authored
Fix default typos
1 parent 16e5150 commit 40aeed8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/aks/upgrade-windows-2019-2022.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ When upgrading the OS version of a running Windows workload on Azure Kubernetes
1616
When a new version of the Windows Server operating system is released, AKS is committed to supporting it and recommending you upgrade to the latest version to take advantage of the fixes, improvements, and new functionality. AKS provides a five-year support lifecycle for every Windows Server version, starting with Windows Server 2022. During this period, AKS will release a new version that supports a newer version of Windows Server OS for you to upgrade to.
1717

1818
> [!NOTE]
19-
>- Windows Server 2019 is being retired after Kubernetes version 1.32 reaches end of life (EOL). For more information, see [AKS release notes][aks-release-notes].
20-
>- Windows Server 2022 is being retired after Kubernetes version 1.34 reaches its end of life (EOL). For more information, see [AKS release notes][aks-release-notes].
19+
> - Windows Server 2019 is being retired after Kubernetes version 1.32 reaches end of life (EOL). For more information, see [AKS release notes][aks-release-notes].
20+
> - Windows Server 2022 is being retired after Kubernetes version 1.34 reaches its end of life (EOL). For more information, see [AKS release notes][aks-release-notes].
2121
2222
## Limitations
2323

@@ -102,7 +102,7 @@ Node Selector is the most common and recommended option for placement of Windows
102102
kubectl get pods -o wide
103103
```
104104

105-
The following example output shows the pods in the `defualt` namespace:
105+
The following example output shows the pods in the `default` namespace:
106106

107107
```output
108108
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES

articles/app-service/reference-app-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ For more information on custom containers, see [Run a custom container in Azure]
335335
|-|-|-|
336336
| `WEBSITES_ENABLE_APP_SERVICE_STORAGE` | Set to `true` to enable the `/home` directory to be shared across scaled instances. The default is `true` for custom containers. ||
337337
| `WEBSITES_CONTAINER_START_TIME_LIMIT` | Amount of time in seconds to wait for the container to complete start-up before restarting the container. Default is `230`. You can increase it up to the maximum of `1800`. ||
338-
| `WEBSITES_CONTAINER_STOP_TIME_LIMIT` | Amount of time in seconds to wait for the container to terminate gracefully. Deafult is `5`. You can increase to a maximum of `120` ||
338+
| `WEBSITES_CONTAINER_STOP_TIME_LIMIT` | Amount of time in seconds to wait for the container to terminate gracefully. Default is `5`. You can increase to a maximum of `120` ||
339339
| `DOCKER_REGISTRY_SERVER_URL` | URL of the registry server, when running a custom container in App Service. For security, this variable isn't passed on to the container. | `https://<server-name>.azurecr.io` |
340340
| `DOCKER_REGISTRY_SERVER_USERNAME` | Username to authenticate with the registry server at `DOCKER_REGISTRY_SERVER_URL`. For security, this variable isn't passed on to the container. ||
341341
| `DOCKER_REGISTRY_SERVER_PASSWORD` | Password to authenticate with the registry server at `DOCKER_REGISTRY_SERVER_URL`. For security, this variable isn't passed on to the container. ||
@@ -600,7 +600,7 @@ The following environment variables are related to the [push notifications](/pre
600600
| `WEBSITE_PUSH_TAGS_REQUIRING_AUTH` | Read-only. Contains a list of tags in the notification registration that requires user authentication. |
601601
| `WEBSITE_PUSH_TAGS_DYNAMIC` | Read-only. Contains a list of tags in the notification registration that were added automatically. |
602602

603-
>[!NOTE]
603+
> [!NOTE]
604604
> This article contains references to a term that Microsoft no longer uses. When the term is removed from the software, we’ll remove it from this article.
605605
606606
<!--

articles/machine-learning/how-to-use-batch-model-openai-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Model deployments in batch endpoints can only deploy registered models. You can
225225
> * Add an environment variable `AZUREML_BI_TEXT_COLUMN` to control (optionally) which input field you want to generate embeddings for.
226226
227227
> [!TIP]
228-
> By default, MLflow will use the first text column available in the input data to generate embeddings from. Use the environment variable `AZUREML_BI_TEXT_COLUMN` with the name of an existing column in the input dataset to change the column if needed. Leave it blank if the defaut behavior works for you.
228+
> By default, MLflow will use the first text column available in the input data to generate embeddings from. Use the environment variable `AZUREML_BI_TEXT_COLUMN` with the name of an existing column in the input dataset to change the column if needed. Leave it blank if the default behavior works for you.
229229
230230
The scoring script looks as follows:
231231

articles/operator-nexus/howto-configure-isolation-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ The following parameters for isolation domains are optional.
255255
| Parameter|Description|Example|Required|
256256
|---|---|---|---|
257257
| `redistributeConnectedSubnet` | Advertise connected subnets default value is True |True | |
258-
| `redistributeStaticRoutes` |Advertise Static Routes can have value of true/False. Defualt Value is False | False | |
258+
| `redistributeStaticRoutes` |Advertise Static Routes can have value of true/False. Default Value is False | False | |
259259
| `aggregateRouteConfiguration`|List of Ipv4 and Ipv6 route configurations | | |
260260
| `connectedSubnetRoutePolicy` | Route Policy Configuration for IPv4 or Ipv6 L3 ISD connected subnets. Refer to help file for using correct syntax | | |
261261

0 commit comments

Comments
 (0)