MKMohit Kumarinimohit14.hashnode.dev·Sep 21, 2024 · 1 min readHow to get Release pipeline in Azure DevOpsTo get release Pipeline in Azure DevOps, follow bellow steps: Go to Project setting. Click on Pipeline. Click on Setting. Turn off disable creation of classic release pipelines.00
MKMohit Kumarinimohit14.hashnode.dev·Sep 16, 2024 · 1 min readTerraform reports the error "Failed to query available provider packages"This error normally occurs when you change the provider's version. To fix this issue use terraform init -upgrade instead of terraform init00
MKMohit Kumarinimohit14.hashnode.dev·Jul 13, 2024 · 1 min readUnderstanding eth0: The Basics of Ethernet InterfacesIn the world of networking, your Ethernet adapters are referred to as "ethX," where X represents a number. This number increases sequentially based on the number of adapters installed. The first adapter is named eth0, the second eth1, and so on. Pri...00