CosmosDB icon indicating copy to clipboard operation
CosmosDB copied to clipboard

Add proxy configuration for internal Invoke-WebRequest

Open jaslawinMs opened this issue 3 years ago • 0 comments

Issue

Before submitting your issue for the CosmosDB project, please take a moment to provide the following details:

  • [v] Version of PowerShell you're using 7.1.4
  • [v] PowerShell host you're using (eg. Console Host, ISE, Visual Studio) Console
  • [v] Operating system you're running Windows 11
  • [v] Version of CosmosDB PowerShell Module you're using (use Get-Module -Name CosmosDB) 2.1.6.561

Thanks for contributing your feedback and support! You can optionally submit a Pull Request against this project, if you have a fix you'd like to share.

Hi, thx for the module! My environment is a secure one and outgoing communication must have proxy setup. I would like to ask you to add extra configuration that goes to Invoke-WebRequest: -Proxy -ProxyUseDefaultCredentials -NoProxy

I would be happy to add it as well but I feel this proxy configuration may need some design decision first.

jaslawinMs avatar Mar 04 '22 22:03 jaslawinMs