Automate Azure infrastructure change reviews by using Bicep and GitHub

Automate Azure infrastructure change reviews by using Bicep and GitHub

2023-01-25

Add checks to pull requests that run automatically during your code reviews. Run the Bicep linter on your code, and deploy the resources to a temporary environment to enable further automated and manual testing.

Related Content

Test your Bicep code by using GitHub Actions

Test your Bicep code by using GitHub Actions

2022-12-14 Microsoft

Validate and test your Bicep code in your deployment workflow. You'll use linting, preflight validation, and the what-if operation to validate your Azure changes before you deploy, and you'll test your resources after each deployment.

Passwordless deployments to Microsoft Azure with GitHub Actions

Passwordless deployments to Microsoft Azure with GitHub Actions

2022-10-15

Discovering passwords in our codebase is probably one of our worst fears as a developer. But, what if you didn't need passwords at all? Join Chris, as he explores how you can use OpenID Connect to trust your cloud provider, enabling you to deploy easily, securely and safely.

End-to-end InnerSourcing and Secure Development with GitHub

End-to-end InnerSourcing and Secure Development with GitHub

2022-10-13

Many of you may be familiar with GitHub for your own Open Source (OSS) projects. But, did you know that you can run your end-to-end development within your organization using GitHub Enterprise? Join Chris for a whistle-stop tour in the day-in-the-life of a developer with GitHub Codespaces, GitHub Copilot, GitHub Actions and GitHub Advanced Security, showing how you can bring Open Source best practices into your day-to-day work (also known as InnerSource)!