Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This article provide information and steps for troubleshooting errors using the PowerShell Gallery
ms.date: 01/17/2023
ms.date: 04/29/2025
title: Troubleshooting cmdlets
---
# Troubleshooting cmdlets
Expand All @@ -21,9 +21,9 @@ Update-Module Azure -Verbose

## Required network endpoints

The Install and Update cmdlets require internet access to connect to the network endpoints used
by the PowerShell Gallery. Ensure that your network access policies allow you to connect to the
following endpoints.
The Install and Update cmdlets require internet access to connect to the network endpoints used by
the PowerShell Gallery. Ensure that your network access policies allow you to connect to TCP port
443 of the following endpoints.

Hosts required for package discovery and download:

Expand Down
Loading