Skip to content

Commit b83ea93

Browse files
authored
Merge pull request #173925 from alexbuckgit/windows-brand-20210928-2
Fix incorrect casing of Windows brand name (part 2)
2 parents 36ee91c + 5602435 commit b83ea93

28 files changed

+38
-40
lines changed

articles/aks/csi-secrets-store-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The minimum recommended Kubernetes version for this feature is 1.18.
2929
- Supports CSI Inline volumes (Kubernetes version v1.15+)
3030
- Supports mounting multiple secrets store objects as a single volume
3131
- Supports pod portability with the SecretProviderClass CRD
32-
- Supports windows containers
32+
- Supports Windows containers
3333
- Sync with Kubernetes Secrets (Secrets Store CSI Driver v0.0.10+)
3434
- Supports auto rotation of mounted contents and synced Kubernetes secrets (Secrets Store CSI Driver v0.0.15+)
3535

articles/aks/planned-maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ az aks maintenanceconfiguration update -g MyResourceGroup --cluster-name myAKSCl
127127

128128
## List all maintenance windows in an existing cluster
129129

130-
To see all current maintenance configuration windows in your AKS Cluster, use the `az aks maintenanceconfiguration list` command.
130+
To see all current maintenance configuration windows in your AKS cluster, use the `az aks maintenanceconfiguration list` command.
131131

132132
```azurecli-interactive
133133
az aks maintenanceconfiguration list -g MyResourceGroup --cluster-name myAKSCluster

articles/aks/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Naming restrictions are implemented by both the Azure platform and AKS. If a res
142142
* Cluster names must be 1-63 characters. The only allowed characters are letters, numbers, dashes, and underscore. The first and last character must be a letter or a number.
143143
* The AKS Node/*MC_* resource group name combines resource group name and resource name. The autogenerated syntax of `MC_resourceGroupName_resourceName_AzureRegion` must be no greater than 80 chars. If needed, reduce the length of your resource group name or AKS cluster name. You may also [customize your node resource group name](cluster-configuration.md#custom-resource-group-name)
144144
* The *dnsPrefix* must start and end with alphanumeric values and must be between 1-54 characters. Valid characters include alphanumeric values and hyphens (-). The *dnsPrefix* can't include special characters such as a period (.).
145-
* AKS Node Pool names must be all lowercase and be 1-11 characters for linux node pools and 1-6 characters for windows node pools. The name must start with a letter and the only allowed characters are letters and numbers.
145+
* AKS Node Pool names must be all lowercase and be 1-11 characters for Linux node pools and 1-6 characters for Windows node pools. The name must start with a letter and the only allowed characters are letters and numbers.
146146
* The *admin-username*, which sets the administrator username for Linux nodes, must start with a letter, may only contain letters, numbers, hyphens, and underscores, and has a maximum length of 64 characters.
147147

148148
## I'm receiving errors when trying to create, update, scale, delete or upgrade cluster, that operation is not allowed as another operation is in progress.

articles/aks/windows-container-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ To see the sample app in action, open a web browser to the external IP address o
338338
![Image of browsing to ASP.NET sample application](media/windows-container/asp-net-sample-app.png)
339339

340340
> [!Note]
341-
> If you receive a connection timeout when trying to load the page then you should verify the sample app is ready with the following command [kubectl get pods --watch]. Sometimes the windows container will not be started by the time your external IP address is available.
341+
> If you receive a connection timeout when trying to load the page then you should verify the sample app is ready with the following command [kubectl get pods --watch]. Sometimes the Windows container will not be started by the time your external IP address is available.
342342
343343
## Delete cluster
344344

articles/aks/windows-container-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ To see the sample app in action, open a web browser to the external IP address o
278278

279279
> [!Note]
280280
> If you receive a connection timeout when trying to load the page then you should verify the sample
281-
> app is ready with the following command `kubectl get pods --watch`. Sometimes the windows
281+
> app is ready with the following command `kubectl get pods --watch`. Sometimes the Windows
282282
> container will not be started by the time your external IP address is available.
283283
284284
## Delete cluster

articles/app-service/environment/creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are three different deployment types;
4646
- zone redundant
4747
- host group
4848

49-
The single zone ASE is available in all regions where ASEv3 is available. When you have a single zone ASE, you have a minimum App Service plan instance charge of one instance of windows Isolated v2. As soon as you have one or more instances, then that charge goes away. It is not an additive charge.
49+
The single zone ASE is available in all regions where ASEv3 is available. When you have a single zone ASE, you have a minimum App Service plan instance charge of one instance of Windows Isolated v2. As soon as you have one or more instances, then that charge goes away. It is not an additive charge.
5050

5151
In a zone redundant ASE, your apps spread across three zones in the same region. The zone redundant ASE is available in a subset of ASE capable regions primarily limited by the regions that support availability zones. When you have zone redundant ASE, the smallest size for your App Service plan is three instances. That ensures that there is an instance in each availability zone. App Service plans can be scaled up one or more instances at a time. Scaling does not need to be in units of three, but the app is only balanced across all availability zones when the total instances are multiples of three. A zone redundant ASE has triple the infrastructure and is made with zone redundant components so that if even two of the three zones go down for whatever reason, your workloads remain available. Due to the increased system need, the minimum charge for a zone redundant ASE is nine instances. If you have less than nine total App Service plan instances in your ASEv3, the difference will be charged as Windows I1v2. If you have nine or more instances, there is no added charge to have a zone redundant ASE. To learn more about zone redundancy, read [Regions and Availability zones][AZoverview].
5252

articles/azure-app-configuration/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this quickstart, you will use Azure App Configuration to centralize storage a
1818
## Prerequisites
1919

2020
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
21-
- Python 2.7, or 3.6 or later - For information on setting up Python on Windows, see the [Python on Windows documentation]( https://docs.microsoft.com/windows/python/)
21+
- Python 2.7, or 3.6 or later - For information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
2222

2323
## Create an App Configuration store
2424

articles/azure-australia/gateway-secure-remote-administration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ Conditional access is a component of Azure Active Directory that allows or denie
281281

282282
## Next steps
283283

284-
Review the article on [Gateway Ingress Traffic Management and Control](gateway-ingress-traffic.md) for details on controlling traffic flows through your Gateway components in Azure.
284+
Review the article on [Gateway Ingress Traffic Management and Control](gateway-ingress-traffic.md) for details on controlling traffic flows through your Gateway components in Azure.

articles/azure-cache-for-redis/cache-best-practices-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: shpathak
2828

2929
**Redis-benchmark** documentation can be [found here](https://redis.io/topics/benchmarks).
3030

31-
The `redis-benchmark.exe` doesn't support TLS. You'll have to [enable the Non-TLS port through the Portal](cache-configure.md#access-ports) before you run the test. A windows compatible version of redis-benchmark.exe can be found [here](https://github.com/MSOpenTech/redis/releases).
31+
The `redis-benchmark.exe` doesn't support TLS. You'll have to [enable the Non-TLS port through the Portal](cache-configure.md#access-ports) before you run the test. A Windows-compatible version of redis-benchmark.exe can be found [here](https://github.com/MSOpenTech/redis/releases).
3232

3333
## Redis-benchmark examples
3434

@@ -57,4 +57,4 @@ redis-benchmark -h yourcache.redis.cache.windows.net -a yourAccesskey -t GET -n
5757

5858
- [Development](cache-best-practices-development.md)
5959
- [Azure Cache for Redis development FAQs](cache-development-faq.yml)
60-
- [Failover and patching for Azure Cache for Redis](cache-failover.md)
60+
- [Failover and patching for Azure Cache for Redis](cache-failover.md)

articles/azure-functions/functions-reference-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Maven also lets you specify the operating system on which your function app runs
182182

183183
| Element | Windows | Linux | Docker |
184184
| ---- | ---- | ---- | --- |
185-
| **`os`** | windows | linux | docker |
185+
| **`os`** | `windows` | `linux` | `docker` |
186186

187187
The following example shows the operating system setting in the `runtime` section of the pom.xml file:
188188

0 commit comments

Comments
 (0)