Home / Companies / Snyk / Blog / Post Details
Content Deep Dive

Azure Bicep security fundamentals

Blog post from Snyk

Post Details
Company
Date Published
Author
Mark Johnson
Word Count
1,143
Company Posts That Month
13
Language
English
Hacker News Points
-
Post removed?
No
Summary

Azure Bicep is gaining popularity as a replacement for Azure Resource Manager (ARM) templates, and it's essential to understand its security fundamentals to ensure secure configuration deployment. Keeping secrets out of source control is crucial, and methods such as passing parameters via command line or using a parameters JSON file can help achieve this. The `@secure` decorator can be used to secure inputs, but outputs defined in Bicep can pose a risk if not handled properly. To mitigate this, it's recommended to not return secrets as outputs in Bicep. Instead, resources can be accessed using the existing keyword or Key Vault to retrieve secrets securely. Additionally, Snyk's free CLI can be used to perform IaC scans locally against security and compliance standards, even if it doesn't directly support Bicep format.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Secrets Management 17 316 72 36 -70%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.