August 28th, 2020

Top Stories from the Microsoft DevOps Community – 2020.08.28

Steven Murawski
Principal Cloud Advocate

Happy Friday! I’m back with a collection of posts from you, the wonderful Azure DevOps community. We range from how we use Azure DevOps to the fullest, to code formatting and security, to managing Azure Lighthouse.

Enforce .NET code style in CI with dotnet format
Gérald shows us how to use the dotnet format command in an Azure Pipeline to check code style.

Using a Lighthouse Service Principal within Azure DevOps
Now, this is cool – Thijs explains how they use Azure DevOps to manage Azure Sentinel to manage multiple environments.

Automate Azure DevOps code security analysis with the Microsoft Security Code Analysis extensions
Tobias shares an update to his post on code security extensions in Azure Pipelines.

Most Teams Aren’t Using Azure DevOps to Its Full Potential
Are you using Azure DevOps to the fullest? Christina shares her thoughts on the matter.

If you’ve written an article about Azure DevOps or find some great content about DevOps on Azure, please share it with the #AzureDevOps hashtag on Twitter!

Author

Steven Murawski
Principal Cloud Advocate

Steven Murawski is a Principal Cloud Advocate focused on Cloud Native Open Source. Steven is a founding member of the League of Extraordinary Cloud DevOps Advocates). Steven has worked on both the Dev and Ops sides of the house, most recently as a Principal Engineer at Chef, building tools for operating applications and infrastructure at scale and velocity.

1 comment

Discussion is closed. Login to edit/delete existing comments.

  • Levin Fernandez

    Hi all

    I am developing a PoC.Have you worked on azure??If so, do you know how to implement this??It has to be done through terraform.

    single vnet
    3 subnets in that vnet
    1 webtier subnet, 1 app tier subnet, 1 db tier subnet
    3 vm should be deployed on each subnet
    3 network security groups to restrict the vm access

    Your inputs would be much appreciated