Skip to content

Commit dbfb07d

Browse files
Merge pull request #304127 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-12 17:00 UTC
2 parents 2a273b4 + 3cf5562 commit dbfb07d

File tree

19 files changed

+925
-392
lines changed

19 files changed

+925
-392
lines changed

articles/active-directory-b2c/stringcollection-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Adds a string claim to a new unique values stringCollection claim. Check out the
2828

2929
| Element | TransformationClaimType | Data Type | Notes |
3030
| ---- | ----------------------- | --------- | ----- |
31-
| InputClaim | Element | string | The ClaimType to be added to the output claim. |
31+
| InputClaim | item | string | The ClaimType to be added to the output claim. |
3232
| InputClaim | collection | stringCollection | The string collection to be added to the output claim. If the collection contains items, the claims transformation copies the items, and adds the item to the end of the output collection claim. |
3333
| OutputClaim | collection | stringCollection | The ClaimType that is produced after this claims transformation has been invoked, with the value specified in the input claim. |
3434

@@ -63,7 +63,7 @@ Adds a string parameter to a new unique values stringCollection claim. Check out
6363
| Element | TransformationClaimType | Data Type | Notes |
6464
| ---- | ----------------------- | --------- | ----- |
6565
| InputClaim | collection | stringCollection | The string collection to be added to the output claim. If the collection contains items, the claims transformation copies the items, and adds the item to the end of the output collection claim. |
66-
| InputParameter | Element | string | The value to be added to the output claim. |
66+
| InputParameter | item | string | The value to be added to the output claim. |
6767
| OutputClaim | collection | stringCollection | The ClaimType that is produced after this claims transformation has been invoked, with the value specified in the input parameter. |
6868

6969
### Example of AddParameterToStringCollection

articles/app-service/environment/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment Overview
33
description: Learn about App Service Environments, which are fully isolated and single-tenant App Service deployments that provide high-scale, network-secured hosting.
44
author: seligj95
55
ms.topic: overview
6-
ms.date: 06/18/2024
6+
ms.date: 07/25/2025
77
ms.update-cycle: 1095-days
88
ms.author: jordanselig
99
ms.custom:
@@ -174,6 +174,8 @@ App Service Environment v3 is available in the following regions.
174174
| Sweden South || |
175175
| Switzerland North |||
176176
| Switzerland West || |
177+
| Taiwan North || |
178+
| Taiwan Northwest || |
177179
| UAE Central || |
178180
| UAE North |||
179181
| UK South |||
@@ -264,6 +266,8 @@ The following sections list the regional pricing tiers, or SKUs, availability fo
264266
| Sweden South ||||
265267
| Switzerland North ||||
266268
| Switzerland West ||||
269+
| Taiwan North || | |
270+
| Taiwan Northwest || | |
267271
| UAE Central ||| |
268272
| UAE North ||||
269273
| UK South ||||

articles/app-testing/playwright-workspaces/quickstart-run-end-to-end-tests.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ We recommend that you use the `dotenv` module to manage your environment. With `
124124
npm i --save-dev dotenv
125125
```
126126

127+
1. Add the following code snippet in playwright.service.config.ts:
128+
129+
```js
130+
require('dotenv').config();
131+
```
132+
127133
1. Create a `.env` file alongside the `playwright.config.ts` file in your Playwright project:
128134

129135
```

articles/application-gateway/application-load-balancing-aws-to-azure-how-to.md

Lines changed: 455 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading

0 commit comments

Comments
 (0)