You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/join-azure-ssis-integration-runtime-virtual-network-powershell.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,25 @@ $FirstPublicIP = "[your first public IP address resource ID or leave it empty]"
35
35
$SecondPublicIP = "[your second public IP address resource ID or leave it empty]"
36
36
```
37
37
38
+
## Get Azure Batch application ID
39
+
40
+
1. Navigate to [Azure portal](https://portal.azure.com).
41
+
1. In the search bar, type `Microsoft Azure Batch`, and select it from the drop-down list, under **Microsoft Entra ID**.
42
+
1. On the **Microsoft Azure Batch** page, note down or copy the **Application ID** to the clipboard.
43
+
1. In the following script, set the `$BatchApplicationId` variable to this value before running it.
44
+
38
45
## Configure a virtual network
39
46
40
47
Before you can join your Azure-SSIS IR to a virtual network, you need to configure the virtual network. To automatically configure virtual network permissions and settings for your Azure-SSIS IR to join a virtual network, add the following script:
41
48
42
49
```powershell
43
50
# Make sure to run this script against the subscription to which the virtual network belongs.
0 commit comments