runtime-validation-and-testing

Validate converted Logic Apps Standard projects for runtime issues and data processing.

6|7|Updated May 4, 2026
One-click install
npx skills add https://github.com/Azure/logicapps-migration-agent --skill runtime-validation-and-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: runtime-validation-and-testing
Source: https://github.com/Azure/logicapps-migration-agent/tree/main/resources/skills/runtime-validation-and-testing/biztalk
Command: npx skills add https://github.com/Azure/logicapps-migration-agent --skill runtime-validation-and-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for validating and testing converted Logic Apps Standard projects to ensure they function as intended post-migration, minimizing issues and downtime.

Core Features & Use Cases

  • Runtime Validation: Implement rules for validating functions and ensuring smooth operation with func start.
  • End-to-End Testing: Execute comprehensive test scenarios for happy and error paths, cross-workflow chains, and retries.
  • Output Content Validation: Validate the integrity of output data, ensuring correct data propagation and formatting.
  • Test Adaptation Rules: Adjust testing parameters for reliable results without compromising actual production values.
  • No Source Platform Infrastructure: Encourage the use of local and Azure resources during testing to prevent unauthorized connections.
  • Local-First Resource Strategy: Promote the use of local resources and Docker containers for a consistent testing environment.
  • TEST-REPORT.md: Generate a comprehensive report detailing test results and deployment notes.
  • Completion Gate: Ensures all tests pass before finalizing the migration.

Quick Start

Run the TEST-REPORT.md generation script after conducting all necessary tests and review the report to ensure all tests pass.

Frequently Asked Questions about runtime-validation-and-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate converted Logic Apps Standard projects for runtime issues?

Runtime validation for Logic Apps Standard projects involves implementing rules to validate functions and ensuring smooth operation with `func start` to minimize downtime and post-migration issues.

What is the best way to test end-to-end scenarios and retry logic in Logic Apps Standard?

End-to-end testing for Logic Apps Standard executes comprehensive test scenarios for happy and error paths, cross-workflow chains, and retries to ensure correct data propagation and formatting.

Can I use local resources and Docker containers for Logic Apps Standard testing?

Yes, a local-first resource strategy promotes using local resources and Docker containers for Logic Apps Standard testing to maintain a consistent environment and prevent unauthorized source platform connections.

How do I generate a test report for a migrated Logic Apps Standard project?

You generate a comprehensive TEST-REPORT.md by running the generation script after conducting all necessary runtime validations and end-to-end tests to detail results and deployment notes.

Why do I need a completion gate before finalizing my Logic Apps migration?

A completion gate ensures all runtime validations and end-to-end tests pass before finalizing the Logic Apps Standard migration, enforcing compliance with best practices and preventing deployment failures.