Skip to content

Commit 980d3be

Browse files
authored
Merge pull request #295260 from MicrosoftDocs/main
02/25/2025 11:00 AM IST Publish
2 parents 5cc968f + 24ebcc3 commit 980d3be

File tree

77 files changed

+272
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+272
-251
lines changed

articles/communication-services/how-tos/calling-sdk/includes/transfer-calls/transfer-calls-web.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,17 @@ transfer.on('stateChanged', () => {
145145
call.hangUp();
146146
}
147147
});
148+
```
149+
150+
### Initial Caller and Transferor information
151+
In case of call transfer or forward scenario incoming call object contains information about initial caller and transferor agents.
152+
Transferor agent could be Azure Communication Calling user or Teams user or Voice Application (Call Queue and etc.)
153+
```js
154+
const incomingCallHandler = async (args: { incomingCall: IncomingCall }) => {
155+
const incomingCall = args.incomingCall;
156+
// Get information about initial caller
157+
const callerInfo = incomingCall.callerInfo
158+
// Get information about initial caller
159+
const transferorInfo = incomingCall.transferorInfo
160+
};
148161
```

articles/deployment-environments/how-to-configure-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-deployment-environments
66
ms.custom: build-2023, build-2024
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 11/25/2024
9+
ms.date: 02/24/2025
1010
ms.topic: how-to
1111
#customer intent: As a platform engineer, I want to learn how to add a catalog in my Azure Deployment Environments dev center or project so that I can provide environment definitions for my developers.
1212
---
@@ -212,7 +212,7 @@ Use the following steps to create an RBAC key vault:
212212

213213
1. On the **Review + create** tab, select **Create**.
214214

215-
If your organization's policies require you to keep your Key Vault private from the internet, you can create a firewall rule to disable or limit public access and set your Key Vault to allow trusted Microsoft services to bypass your rule. Please note that we do not currently support key vaults with private endpoints or private link integration for this scenario.
215+
If your organization's policies require you to keep your Key Vault private from the internet, you can create a firewall rule to disable or limit public access and set your Key Vault to allow trusted Microsoft services to bypass your rule. Key vaults with private endpoints or private link integration are not currently supported for this scenario.
216216

217217
:::image type="content" source="media/how-to-configure-catalog/key-vault-configure-firewall.png" alt-text="Screenshot showing Azure firewall configuration with Allow trusted Microsoft services to bypass this firewall selected." lightbox="media/how-to-configure-catalog/key-vault-configure-firewall.png":::
218218

@@ -418,7 +418,7 @@ Use the following steps to create an RBAC key vault:
418418

419419
1. On the **Review + create** tab, select **Create**.
420420

421-
If your organization's policies require you to keep your Key Vault private from the internet, you can set your Key Vault to allow trusted Microsoft services to bypass your firewall rule.
421+
If your organization's policies require you to keep your Key Vault private from the internet, you can create a firewall rule to disable or limit public access and set your Key Vault to allow trusted Microsoft services to bypass your rule. Key vaults with private endpoints or private link integration are not currently supported for this scenario.
422422

423423
:::image type="content" source="media/how-to-configure-catalog/key-vault-configure-firewall.png" alt-text="Screenshot showing Azure firewall configuration with Allow trusted Microsoft services to bypass this firewall selected." lightbox="media/how-to-configure-catalog/key-vault-configure-firewall.png":::
424424

articles/firewall/basic-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure Firewall Basic features
33
description: Learn about Azure Firewall Basic features.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.topic: concept-article
88
ms.date: 06/14/2024
9-
ms.author: victorh
9+
ms.author: duau
1010
---
1111

1212
# Azure Firewall Basic features

articles/firewall/central-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Firewall central management
33
description: Learn about Azure Firewall Manager central management
4-
author: vhorne
4+
author: duongau
55
ms.service: azure-firewall
66
services: firewall
77
ms.topic: concept-article
88
ms.date: 07/13/2020
9-
ms.author: victorh
9+
ms.author: duau
1010
---
1111

1212
# Azure Firewall central management

articles/firewall/choose-firewall-sku.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Choose the right Azure Firewall version to meet your needs
33
description: Learn about the different Azure Firewall versions and how to choose the right one for your needs.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.topic: concept-article
88
ms.date: 04/03/2024
9-
ms.author: victorh
9+
ms.author: duau
1010
---
1111

1212
# Choose the right Azure Firewall version to meet your needs

articles/firewall/compliance-certifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure Firewall certifications
33
description: A list of Azure Firewall certifications for PCI, SOC, and ISO.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.topic: concept-article
88
ms.date: 04/28/2023
9-
ms.author: victorh
9+
ms.author: duau
1010
---
1111

1212
# Azure Firewall certifications

articles/firewall/create-ip-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Create IP Groups in Azure Firewall
33
description: IP Groups allow you to group and manage IP addresses for Azure Firewall rules.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.topic: how-to
88
ms.date: 10/31/2022
9-
ms.author: victorh
9+
ms.author: duau
1010
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1111
ms.devlang: azurecli
1212
---

articles/firewall/deploy-availability-zone-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Deploy Azure Firewall with Availability Zones using PowerShell
33
description: In this article, you learn how to deploy an Azure Firewall with Availability Zones using the Azure PowerShell.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.topic: how-to
88
ms.date: 10/31/2022
9-
ms.author: victorh
9+
ms.author: duau
1010
ms.custom: devx-track-azurepowershell
1111
---
1212

articles/firewall/deploy-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: 'Quickstart: Create an Azure Firewall with Availability Zones - Bicep'
33
description: In this quickstart, you deploy Azure Firewall using Bicep. The virtual network has one VNet with three subnets. Two Windows Server virtual machines, a jump box, and a server are deployed.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.topic: quickstart
88
ms.custom: subject-armqs, mode-arm, devx-track-bicep
99
ms.date: 06/28/2022
10-
ms.author: victorh
10+
ms.author: duau
1111
---
1212

1313
# Quickstart: Deploy Azure Firewall with Availability Zones - Bicep

articles/firewall/deploy-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Deploy and configure Azure Firewall using Azure CLI
33
description: In this article, you learn how to deploy and configure Azure Firewall using the Azure CLI.
44
services: firewall
5-
author: vhorne
5+
author: duongau
66
ms.service: azure-firewall
77
ms.custom: devx-track-azurecli
88
ms.date: 10/31/2022
9-
ms.author: victorh
9+
ms.author: duau
1010
ms.topic: how-to
1111
#Customer intent: As an administrator new to this service, I want to control outbound network access from resources located in an Azure subnet.
1212
---

0 commit comments

Comments
 (0)