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/virtual-machines/disks-pools-deploy.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy an Azure disk pool.
4
4
author: roygara
5
5
ms.service: storage
6
6
ms.topic: conceptual
7
-
ms.date: 11/02/2021
7
+
ms.date: 11/09/2021
8
8
ms.author: rogarana
9
9
ms.subservice: disks
10
10
ms.custom: ignite-fall-2021
@@ -27,6 +27,8 @@ To successfully deploy a disk pool, you must have:
27
27
28
28
- A set of managed disks you want to add to a disk pool.
29
29
- 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.
30
32
31
33
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).
0 commit comments