Skip to content

Commit 5ae1ce0

Browse files
authored
Merge pull request #179042 from roygara/poolPortUpdates
Disk pool port requirements
2 parents 34c950e + 2735154 commit 5ae1ce0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/disks-pools-deploy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy an Azure disk pool.
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 11/02/2021
7+
ms.date: 11/09/2021
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: ignite-fall-2021
@@ -27,6 +27,8 @@ To successfully deploy a disk pool, you must have:
2727

2828
- A set of managed disks you want to add to a disk pool.
2929
- A virtual network with a dedicated subnet deployed for your disk pool.
30+
- Outbound ports 53, 443, and 5671 must be open.
31+
- Ensure that your network setting don't block any of your disk pool's required outbound dependencies. You can use either the [Azure PowerShell module](/powershell/module/az.diskpool/get-azdiskpooloutboundnetworkdependencyendpoint?view=azps-6.6.0) or [Azure CLI](/cli/azure/disk-pool?view=azure-cli-latest#az_disk_pool_list_outbound_network_dependency_endpoint) to get the complete list of all outbound dependencies.
3032

3133
If you're going to use the Azure PowerShell module, install [version 6.1.0 or newer](/powershell/module/az.diskpool/?view=azps-6.1.0&preserve-view=true).
3234

0 commit comments

Comments
 (0)