Skip to content

Commit cc18b73

Browse files
authored
Merge pull request #300818 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents c313300 + 8bd952f commit cc18b73

File tree

9 files changed

+19
-11
lines changed

9 files changed

+19
-11
lines changed

articles/app-service/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: msangapu-msft
1414

1515
Azure App Service is a platform that lets you run web applications, mobile back ends, and RESTful APIs without worrying about managing the underlying infrastructure. Think of it as a powerful web hosting service that takes care of all the heavy lifting for you, so can focus on creating great applications.
1616

17-
App Serivce supports a variety of web stacks: .NET, Java (in Java SE, Tomcat, and JBoss flavors), Node.js, Python, and PHP, and can run them on both Windows and Linux. Or, if your app is containerized, you can just deploy it as a custom container.
17+
App Service supports a variety of web stacks: .NET, Java (in Java SE, Tomcat, and JBoss flavors), Node.js, Python, and PHP, and can run them on both Windows and Linux. Or, if your app is containerized, you can just deploy it as a custom container.
1818

1919
## Why Use Azure App Service?
2020

articles/application-gateway/for-containers/application-gateway-for-containers-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Application Gateway for Containers inserts three extra headers to all requests b
9898
- x-forwarded-proto
9999
- x-request-id
100100

101-
**x-forwarded-for** is the original requestor's client IP address. If the request is coming through a proxy, the header value appends the address received, comma delimited. In example: 1.2.3.4,5.6.7.8; where 1.2.3.4 is the client IP address to the proxy in front of Application Gateway for Containers, and 5.6.7.8 is the address of the proxy forwarding traffic to Application Gateway for Containers.
101+
**x-forwarded-for** is the original requester's client IP address. If the request is coming through a proxy, the header value appends the address received, comma delimited. In example: 1.2.3.4,5.6.7.8; where 1.2.3.4 is the client IP address to the proxy in front of Application Gateway for Containers, and 5.6.7.8 is the address of the proxy forwarding traffic to Application Gateway for Containers.
102102

103103
**x-forwarded-proto** returns the protocol received by Application Gateway for Containers from the client. The value is either http or https.
104104

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The Event Grid helps you build automation into your cloud infrastructure, create
8989
You can securely issue commands to your Azure Cache for Redis instances using the **Redis Console**, which is available in the Azure portal for Basic, Standard and Premium cache tiers.
9090

9191
> [!IMPORTANT]
92-
> The Redis Console does't work when a cache has any of the following:
92+
> The Redis Console doesn't work when a cache has any of the following:
9393
>
9494
> - [Virtual Network](cache-how-to-premium-vnet.md). When your cache is part of a VNet, only clients in the VNet can access the cache. Because Redis Console runs in your local browser, which is outside the VNet, it can't connect to your cache.
9595
> - [Private Link](cache-private-link.md)

articles/frontdoor/standard-premium/how-to-configure-https-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Azure Front Door can now access this key vault and the certificates it contains.
152152
153153
1. Return to your Azure Front Door Standard/Premium in the portal.
154154
155-
1. Under **Settings**, go to **Secrets** and select **+ Add certificate**.
155+
1. Under **Security**, go to **Secrets** and select **+ Add certificate**.
156156
157157
1. On the **Add certificate** pane, select the checkbox for the certificate you want to add to Azure Front Door Standard/Premium.
158158

articles/planetary-computer/build-applications-with-planetary-computer-pro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The [REST API is detailed in the API reference](/rest/api/planetarycomputer).
4444

4545
### Fist Party Application Support
4646

47-
Planetary Computer Pro has a build-in application called Explorer which allows users to visualize ingested data in a GeoCatalog resource from their browser. Once the data is [configured for visualization](./collection-configuration-concept.md), it can be [used in the explorer](./use-explorer.md).
47+
Planetary Computer Pro has a built-in application called Explorer which allows users to visualize ingested data in a GeoCatalog resource from their browser. Once the data is [configured for visualization](./collection-configuration-concept.md), it can be [used in the explorer](./use-explorer.md).
4848

4949
In more, by using [the API services](#direct-api-integration), data in Planetary Computer Pro can be integrated with first party Microsoft applications such as [Fabric](/fabric) and [Azure Machine Learning](/azure/machine-learning/overview-what-is-azure-machine-learning).
5050

articles/service-bus-messaging/monitor-service-bus-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ The following metrics are *connection metrics*.
7777

7878
### Resource usage metrics
7979

80-
The following *resource metrics* are available only with the **premium** tier.
80+
The following *resource metric* is available only with the **premium** tier.
8181

8282
| Metric | Description |
8383
|:-------|:------------|
8484
| CPU usage per namespace | The percentage CPU usage of the namespace. |
85-
| Memory size usage per namespace | The percentage memory usage of the namespace. |
85+
8686

8787
The important metrics to monitor for any outages for a premium tier namespace are: **CPU usage per namespace** and **memory size per namespace**. [Set up alerts](/azure/azure-monitor/alerts/alerts-metric) for these metrics using Azure Monitor.
8888

articles/stream-analytics/data-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ There are several data errors that can only be detected after making a call to t
213213

214214
### OutputDataConversionError.RequiredColumnMissing
215215

216-
* Cause: The column required for the output doesn't exist. For example, a column defined as Azure Table PartitionKey does't exist.
216+
* Cause: The column required for the output doesn't exist. For example, a column defined as Azure Table PartitionKey doesn't exist.
217217
* Portal notification provided: Yes
218218
* Resource log level: Warning
219219
* Impact: All output data conversion errors including missing required column are handled according to the [Output Data Policy](./stream-analytics-output-error-policy.md) setting.

articles/stream-analytics/stream-analytics-javascript-user-defined-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ FROM
207207

208208
The output of this query will be the input datetime in **de-DE** with the options provided.
209209
```
210-
Samstag, 28. Dezember 2019
210+
Samstag, 28. December 2019
211211
```
212212

213213
## User Logging

articles/virtual-desktop/whats-new-sxs.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What's new in the Azure Virtual Desktop SxS Network Stack? - Azure
33
description: New features and product updates for the Azure Virtual Desktop SxS Network Stack.
44
author: dougeby
55
ms.topic: release-notes
6-
ms.date: 05/07/2025
6+
ms.date: 06/03/2025
77
ms.author: avdcontent
88
ms.custom: references_regions
99
---
@@ -32,7 +32,15 @@ Here's information about the SxS Network Stack.
3232
| Release | Latest version |
3333
|--|--|
3434
| Production | 1.0.2502.25400 |
35-
| Validation | 1.0.2502.25700 |
35+
| Validation | 1.0.2502.25800 |
36+
37+
## Version 1.0.2502.25800
38+
39+
*Published June 2025*
40+
41+
In this release, we've made the following changes:
42+
43+
- Connection reliability bug fixes.
3644

3745
## Version 1.0.2502.25700
3846

0 commit comments

Comments
 (0)