Forum Discussion

srajavel's avatar
srajavel
Copper Contributor
Sep 29, 2024

Security scanning for ADF pipeline

Is there any security scanning tool/service for the Azure Data Factory (ADF) pipeline? I need to ensure that all the pipeline codes developed in ADF are scanned automatically and find any security compliance and fix it before any attacks.

1 Reply

  • petevern's avatar
    petevern
    Brass Contributor

    I recommend developing pipeline code in a development environment, publishing it to a Git repository (e.g., Azure DevOps), scanning the repository for vulnerabilities (using tools like Microsoft Defender for DevOps), setting up DevOps pipeline approvals, before deploying it to production.

    https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-devops-introduction

     

Resources