Hi @ Nana Poku,
- Review the pipeline configuration files, such as YAML or JSON files, to understand the stages, jobs, and tasks defined in the pipeline.
- Identify the key components and dependencies within the pipeline.
- Also check the file is configured correctly linked with Private endpoint or Vnet in which the private endpoint is connected
- Look into the build steps, pre-build steps, and post-build steps to see how the code is compiled, tested, and packaged.
- Check for the custom scripts or commands used in the pipeline and understand their purpose.
- Analyze the logs generated during pipeline runs to identify any errors or warnings which helps to understand the flow of the pipeline and pinpoint any issues.
- Look into the artifacts or outputs produced by the pipeline and understand how they are used in the deployment process.
- To deploy a Logic App to a private endpoint, configure specific public IPv4 endpoints of your service to accept traffic on companion IPv6 endpoints
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.