FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Switching from PowerShell to Bash: Setting Up WSL and Running Azure CLI in Visual Studio Code
How-ToDevOps

Switching from PowerShell to Bash: Setting Up WSL and Running Azure CLI in Visual Studio Code

via Dev.to DevOpsPeter Olanrewaju Fadeyi3w ago

If you’ve been using PowerShell but keep seeing tutorials written for Bash, switching environments can feel confusing. In this guide, I show how I installed Windows Subsystem for Linux, opened Bash inside Visual Studio Code, and used Azure CLI to create and manage resources in Microsoft Azure. Setting up a development environment is often one of the first steps when working with cloud platforms and command-line tools. In a previous guide, I configured my environment using Visual Studio Code and explored how to run commands through the default PowerShell terminal while interacting with Microsoft Azure using Azure CLI. While working with variables and commands in PowerShell, I ran into several syntax-related errors. One of the most common issues was forgetting that PowerShell requires variables to begin with the $ symbol. These small syntax rules caused unexpected errors and made me realize how much command behavior can differ between shell environments. This curiosity led me to explore

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
12 views

Related Articles

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 4d ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 4d ago

Blog 15: SDLC Phase 4 — Testing
How-To

Blog 15: SDLC Phase 4 — Testing

Medium Programming • 4d ago

Before We Write a Single Data Structure, We Need to Talk
How-To

Before We Write a Single Data Structure, We Need to Talk

Medium Programming • 4d ago

How-To

How to implement the Outbox pattern in Go and Postgres

Lobsters • 4d ago

Discover More Articles