简体   繁体   中英

How to set up Azure Data Factory alerts & metrics via azure devops release pipelines?

I need to set up some alerts for my adf instance. I can do it only via release pieplines as there is sufficient servicie principle assigned.

Normally I would just click through alert tab but in this case I have to approach this problem differently.

Is it possible to modify alerts via release pipelines?

Unfortunately, as of now you can't.

Azure Data Factory utilizes Azure Resource Manager (ARM) templates to store the configuration of your various ADF entities. Entities on Alert and Metrics don't get exported in the ARM template and therefore can't be integrated in the Azure DevOps.

For practical verification, you can export Data Factory's ARM template and observe that there aren't Alert and Metrics parameters.

Refer: How To Export/Import An Azure Data Factory ARM Template

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM