Deploying infrastructure to Azure is easy enough these days with Azure Powershell, CLI or Bicep. Making interactions between infrastructure components secure is also facilitated in Azure with Managed Identities for example. Databases however, often have their own authentication and authorization internally which is out of reach for Bicep and ARM templates. How can you secure your dynamically created SQL Server databases in Azure?
Tag: Azure Devops
Getting Code Coverage to SonarQube
You finally managed to get your first SonarQube analysis published to the SonarQube server. Yet no unit tests and Code Coverage is showing up. What is going on?