Skip to content

Commit 92064d3

Browse files
authored
Merge pull request #287571 from MicrosoftDocs/main
9/30 11:00 AM IST Publish
2 parents 945dcb8 + 0c1bfa9 commit 92064d3

File tree

3 files changed

+52
-10
lines changed

3 files changed

+52
-10
lines changed

articles/data-factory/connector-servicenow-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 10/20/2023
10+
ms.date: 09/26/2024
1111
---
1212

1313
# Copy data from ServiceNow using Azure Data Factory or Synapse Analytics (legacy)
@@ -16,7 +16,7 @@ ms.date: 10/20/2023
1616
This article outlines how to use the Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from ServiceNow. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1717

1818
>[!IMPORTANT]
19-
>The service has released a new ServiceNow connector which provides better native ServiceNow support, refer to [ServiceNow connector](connector-servicenow.md) article on details.
19+
>The new ServiceNow connector provides improved native ServiceNow support. If you are using the legacy ServiceNow connector in your solution, please [upgrade your ServiceNow connector](connector-servicenow.md#upgrade-your-servicenow-linked-service) before **December 31, 2024**. Refer to this [section](connector-servicenow.md#differences-between-servicenow-and-servicenow-legacy) for details on the difference between the legacy and latest version.
2020
2121
## Supported capabilities
2222

articles/data-factory/connector-servicenow.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 08/23/2024
10+
ms.date: 09/26/2024
1111
---
1212

1313
# Copy data from ServiceNow using Azure Data Factory or Synapse Analytics
@@ -17,8 +17,7 @@ ms.date: 08/23/2024
1717
This article outlines how to use the Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from ServiceNow. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1818

1919
>[!IMPORTANT]
20-
>The new ServiceNow connector provides improved native ServiceNow support. If you are using the legacy ServiceNow connector in your solution, supported as-is for backward compatibility only, refer to [ServiceNow connector (legacy)](connector-servicenow-legacy.md) article.
21-
20+
>The new ServiceNow connector provides improved native ServiceNow support. If you are using the legacy ServiceNow connector in your solution, please [upgrade your ServiceNow connector](#upgrade-your-servicenow-linked-service) before **December 31, 2024**. Refer to this [section](#differences-between-servicenow-and-servicenow-legacy) for details on the difference between the legacy and latest version.
2221
2322
## Supported capabilities
2423

@@ -206,7 +205,7 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
206205

207206
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).
208207

209-
## Upgrade your ServiceNow linked service
208+
## <a name="upgrade-your-servicenow-linked-service"></a> Upgrade the ServiceNow
210209

211210
Here are the steps that help you to upgrade your ServiceNow linked service:
212211

articles/expressroute/expressroute-howto-linkvnet-arm.md

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services: expressroute
55
author: duongau
66
ms.service: azure-expressroute
77
ms.topic: how-to
8-
ms.date: 07/23/2023
8+
ms.date: 09/30/2024
99
ms.author: duau
10-
ms.custom: devx-track-azurepowershell, template-tutorial
10+
ms.custom: devx-track-azurepowershell
1111
---
1212
# Connect a virtual network to an ExpressRoute circuit using Azure PowerShell
1313

@@ -48,15 +48,58 @@ This article helps you link virtual networks (VNets) to Azure ExpressRoute circu
4848

4949
[!INCLUDE [expressroute-cloudshell](../../includes/expressroute-cloudshell-powershell-about.md)]
5050

51-
## Connect a virtual network in the same subscription to a circuit
52-
You can connect a virtual network gateway to an ExpressRoute circuit by using the following cmdlet. Make sure that the virtual network gateway is created and is ready for linking before you run the cmdlet:
51+
## Connect a virtual network
52+
53+
# [**Maximum Resiliency**](#tab/maximum)
54+
55+
**Maximum resiliency** (Recommended): provides the highest level of resiliency to your virtual network. It provides two redundant connections from the virtual network gateway to two different ExpressRoute circuits in different ExpressRoute locations.
56+
57+
### Clone the script
58+
59+
To create maximum resiliency connections, clone the setup script from GitHub.
60+
61+
```azurepowershell-interactive
62+
# Clone the setup script from GitHub.
63+
git clone https://github.com/Azure-Samples/azure-docs-powershell-samples/
64+
# Change to the directory where the script is located.
65+
CD azure-docs-powershell-samples/expressroute/
66+
```
67+
68+
Run the **New-AzHighAvailabilityVirtualNetworkGatewayConnections.ps1** script to create high availability connections. The following example shows how to create two new connections to two ExpressRoute circuits.
69+
70+
```azurepowershell-interactive
71+
$SubscriptionId = Get-AzureSubscription -SubscriptionName "<SubscriptionName>"
72+
$circuit1 = Get-AzExpressRouteCircuit -Name "MyCircuit1" -ResourceGroupName "MyRG"
73+
$circuit2 = Get-AzExpressRouteCircuit -Name "MyCircuit2" -ResourceGroupName "MyRG"
74+
$gw = Get-AzVirtualNetworkGateway -Name "ExpressRouteGw" -ResourceGroupName "MyRG"
75+
76+
highAvailabilitySetup/New-AzHighAvailabilityVirtualNetworkGatewayConnections.ps1 -SubscriptionId $SubscriptionId -ResourceGroupName "MyRG" -Location "West EU" -Name1 "ERConnection1" -Name2 "ERConnection2" -Peer1 $circuit1.Peerings[0] -Peer2 $circuit2.Peerings[0] -RoutingWeight1 10 -RoutingWeight2 10 -VirtualNetworkGateway1 $gw
77+
```
78+
79+
If you want to create a new connection and use an existing one, you can use the following example. This example creates a new connection to a second ExpressRoute circuit and uses an existing connection to the first ExpressRoute circuit.
80+
81+
```azurepowershell-interactive
82+
$SubscriptionId = Get-AzureSubscription -SubscriptionName "<SubscriptionName>"
83+
$circuit1 = Get-AzExpressRouteCircuit -Name "MyCircuit1" -ResourceGroupName "MyRG"
84+
$gw = Get-AzVirtualNetworkGateway -Name "ExpressRouteGw" -ResourceGroupName "MyRG"
85+
$connection = Get-AzVirtualNetworkGatewayConnection -Name "ERConnection1" -ResourceGroupName "MyRG"
86+
87+
highAvailabilitySetup/New-AzHighAvailabilityVirtualNetworkGatewayConnections.ps1 -SubscriptionId $SubscriptionId -ResourceGroupName "MyRG" -Location "West EU" -Name2 "ERConnection2" -Peer2 $circuit1.Peerings[0] -RoutingWeight2 10 -VirtualNetworkGateway1 $gw -ExistingVirtualNetworkGatewayConnection $connection
88+
```
89+
90+
# [**Standard Resiliency**](#tab/standard)
91+
92+
**Standard resiliency**: provides a single redundant connection from the virtual network gateway to a single ExpressRoute circuit.
93+
You can connect a virtual network gateway to an ExpressRoute circuit using the **New-AzVirtualNetworkGatewayConnection** cmdlet. Make sure that the virtual network gateway is created and is ready for linking before you run the cmdlet.
5394

5495
```azurepowershell-interactive
5596
$circuit = Get-AzExpressRouteCircuit -Name "MyCircuit" -ResourceGroupName "MyRG"
5697
$gw = Get-AzVirtualNetworkGateway -Name "ExpressRouteGw" -ResourceGroupName "MyRG"
5798
$connection = New-AzVirtualNetworkGatewayConnection -Name "ERConnection" -ResourceGroupName "MyRG" -Location "East US" -VirtualNetworkGateway1 $gw -PeerId $circuit.Id -ConnectionType ExpressRoute
5899
```
59100

101+
---
102+
60103
## Connect a virtual network in a different subscription to a circuit
61104
You can share an ExpressRoute circuit across multiple subscriptions. The following figure shows a simple schematic of how sharing works for ExpressRoute circuits across multiple subscriptions.
62105

0 commit comments

Comments
 (0)