DevOps engineer passionate about Azure, Azure DevOps & GitHub Actions. Stack Overflow addict, dedicated to assisting others.
         
    
    Latest Articles
    
    
        
            
    
    
        The DefaultAzureCredential class is a part of the Azure.Identity namespace and is included in the Azure.Identity package. It provides a default TokenCredential authentication flow for applications that will be deployed to Azure.
 
        
        
            .NET
            Azure
            
        
        
     
        
            
    
    
        Running Github Advanced Security for Azure DevOps is easy task. You just need to add few tasks to your pipeline and that’s it. But what if you want to fail your pipeline when Ghazdo find vulnerability? It is not provided... 
        
        
            DevOps
            AzureDevOps
            Ghazdo
            Security
            
        
        
     
        
            
    
    
        Farmer is a F# way of creating Azure infrastracture. It wraps ARM templates which are difficult to read and contains reduntant code (if we may call json in that way :)). It also gives a chance for FSharp ecosystem to... 
        
        
            DevOps
            AzureDevOps
            FSharp
            Farmer
            Infrastracture-Pipeline
            
        
        
     
        
            
    
    
        21 May 2020 - I specified where stageDependencies can be used and how. When you create a build pipeline you must sometime decide at runtime whether run some code or not. One of the options for this is output variables.... 
        
        
            DevOps
            AzureDevOps
            
        
        
     
        
            
    
    
        Nowadays with Kubernetes being so popular, building a Docker image is a must thing for CI/CD pipeline. For this kind of pipelines, an artifact is not a simple zip file wich compiled application, but a Docker image pushed to container... 
        
        
            DevOps
            AzureDevOps
            continuous-integration
            .NETCore
            Docker
            ACR