26.5 C
Dubai
Thursday, April 25, 2024

az Git Terraform configs to work behind Proxy

Let’s see how to configure proxy for az Git and Terraform behind an authenticated proxy for Windows machines

az git terraform working behind a proxy

For AZ commands to work behind a proxy –

$env:HTTPS_PROXY='195.229.203.100:10392'

For Git commands to work behind a proxy –

git config --global http.proxy http://195.229.203.100:10392

For Terraform init commands to work behind a proxy set these system variables –

HTTP_PROXY=http://195.229.203.100:10392
HTTPS_PROXY=http://195.229.203.100:10392

start run sysdm.cpl advanced environment variables –

Git Initial Config –

Configure git
Satheshwaran Manoharan
Satheshwaran Manoharanhttps://www.azure365pro.com
Award-winning Technology Leader with a wealth of experience running large teams and diversified industry exposure in cloud computing. From shipping lines to rolling stocks.In-depth expertise in driving cloud adoption strategies and modernizing systems to cloud native. Specialized in Microsoft Cloud, DevOps, and Microsoft 365 Stack and conducted numerous successful projects worldwide. Also, Acting as a Technical Advisor for various start-ups.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

× How can I help you?