Skip to main content

151 posts tagged with "DevOps"

DevOps practices, CI/CD, and automation

View All Tags

Terraform CLI — init, plan, apply, destroy, and import Explained

· 8 min read
Goel Academy
DevOps & Cloud Learning Hub

You know terraform apply creates resources. But do you know how to import existing infrastructure into state? Or how to target a single resource during a risky deployment? Or how to use the interactive console to test expressions before putting them in code? The Terraform CLI has more power than most people ever use. Let us fix that.

Azure CLI vs PowerShell — Which One Should You Use?

· 6 min read
Goel Academy
DevOps & Cloud Learning Hub

You open a new terminal to manage Azure resources and immediately face a choice: az vm create or New-AzVM? Both do the same thing. Both are officially supported. Both will be around for years. The answer depends on your background, your OS, and what you are building. Let us settle this debate with facts.