Azure / AzOps

AzOps is a PowerShell module which deploys (Push) ARM Resource Templates & Bicep files at all Azure scope levels and exports (Pull) ARM resource hierarchy.
https://aka.ms/AzOps
MIT License
371 stars 158 forks source link

Add support for App insights logging #843

Closed daltondhcp closed 5 months ago

daltondhcp commented 6 months ago

Proposing an optional feature to send AzOps pipeline logs to Azure Application Insights. This would aid in debugging and monitoring pipeline health.

Opt-In Feature: Users choose to activate this integration. Secure Connection: Store the connection string as a repository secret. Documentation: Clear setup instructions and use-case examples.