Skip to content

Andreas Plahn Blog

My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html

Category: Bicep (yaml)

How to list Azure environment variables in a release job step for debugging

# Output environment variables
- bash: |
    echo "===== Environment Variables (sorted) ====="
    env | sort
  displayName: "List environment variables"

Above will not list library (enviroment) variables marked as secret.

Author Andreas PlahnPosted on November 26, 2025Categories Azure, Bicep (yaml)Leave a comment on How to list Azure environment variables in a release job step for debugging

Recent Posts

  • How to list Azure environment variables in a release job step for debugging
  • Getting started with Azure Devops MCP in VS Code
  • All About Angular 21 New Signal Forms
  • How to fix SQL72014: Framework Microsoft SqlClient Data Provider: ALTER DATABASE failed because a lock could not be placed on database
  • Angular Signal Forms — Set-up and validation rules | by Alain Chautard | Nov, 2025 | Angular Training
  • .NET (71)
  • .NET Core (27)
  • Agile (1)
  • AI (2)
  • Ajax (3)
  • Angular (70)
  • AngularJS (6)
  • Api (1)
  • Architecture (13)
  • ASP.NET (35)
  • ASP.NET Core (7)
  • Azure (19)
  • Bicep (yaml) (1)
  • Blazor (2)
  • C# (34)
  • Css (30)
  • Data access (5)
  • Elasticsearch (1)
  • Entity Framework (3)
  • EPiServer (66)
    • Commerce (15)
    • Find (1)
  • Error (22)
  • Frontend (34)
  • GIT (17)
  • Html (6)
  • Html5 (7)
  • IDE (6)
  • IIS (12)
  • JavaScript (64)
  • jQuery (14)
  • Linux (3)
  • Mobile (1)
  • MVC (4)
  • MySQL (2)
  • Node.js (2)
  • Octopus (1)
  • Open Source (2)
  • Optimization (11)
  • PowerShell (3)
  • ReSharper (5)
  • Responsive (1)
  • Security (2)
  • Selenium (7)
  • SEO (2)
  • Software Practises (3)
  • SQL (20)
  • TeamCity (2)
  • Testing (26)
  • TFS (2)
  • Tips & Tricks (120)
  • Troubleshooting (5)
  • TypeScript (7)
  • Uncategorized (744)
  • Upgrade (1)
  • Useful tool (136)
  • Useful website (10)
  • Visual Studio (79)
    • Visual Studio Extensions (21)
  • VS Code (14)
  • VSTS (1)
  • Web Services (5)
  • Webforms (4)
  • WebStorm (10)
  • What? Why? How? (1)
  • Windows (17)
Andreas Plahn Blog Proudly powered by WordPress