Siddarth
Siddarth

Reputation: 3

Automation of Deployment to F&O Environment using Azure Devops

We have been deploying packages to a Dynamics 365 Finance & Operations (F&O) environment using the artifacts generated from our Azure DevOps build pipeline. The deployment process is

This manual process is time-consuming and prone to errors. While I use the LCS extension in Azure DevOps along with LCS Asset Upload and Deploy Tasks for test environments, in production environments, the above manual steps are mandatory before deployment.

I understand that the OData API can be used to automate batch job and queue scanner management, but I am unsure how to proceed. I am looking for solutions on:

Which OData API endpoints to use for managing batch jobs and queue scanners. How to structure the API calls to filter and update only the relevant batch jobs (those run by non-admins and created today). Any PowerShell or script-based automation that can be integrated into Azure DevOps to execute these steps seamlessly. If anyone has experience automating this process or can provide code snippets, best practices, or references, it would be appreciated!

Upvotes: 0

Views: 62

Answers (0)

Related Questions