Skip to content

Commit e89cd2b

Browse files
authored
Update functions-reference-powershell.md
Added Glenn's suggestion
1 parent 2364269 commit e89cd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ In this way, the older version of the Az.Account module is loaded first when the
499499

500500
The following considerations apply when using dependency management:
501501

502-
+ Managed dependencies requires access to `https://www.powershellgallery.com` to download modules. When running locally, make sure that the runtime can access this URL by adding any required firewall rules. The required endpoints are described in [Troubleshooting Cmdlets](https://learn.microsoft.com/en-us/powershell/gallery/how-to/getting-support/troubleshooting-cmdlets?view=powershellget-3.x#required-network-endpoints) , these can be added to the allow list as required.
502+
+ Managed dependencies requires access to `https://www.powershellgallery.com` to download modules. When running locally, make sure that the runtime can access this URL by adding any required firewall rules. The required endpoints are described in [Troubleshooting Cmdlets](https://github.com/powershell/gallery/how-to/getting-support/troubleshooting-cmdlets#required-network-endpoints) ,these can be added to the allow list as required.
503503

504504
+ Managed dependencies currently don't support modules that require the user to accept a license, either by accepting the license interactively, or by providing `-AcceptLicense` switch when invoking `Install-Module`.
505505

0 commit comments

Comments
 (0)