Token导航 LogoToken导航TokenDH.com
云服务external-servicegithub未标认证来源可访问许可证需确认审计通过

azure-logic-appsAzure logic apps 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

1,364

周安装

58

GitHub Stars

521

下载量

478
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:azure-logic-apps(Azure logic apps 部署)
来源仓库:https://github.com/microsoftdocs/agent-skills
仓库路径:skills/azure-logic-apps
安装命令:
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-logic-apps
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-logic-apps

简介

为 Azure Logic Apps 提供工作流设计与自动化部署支持,支持无服务器集成。

  • 适用于跨系统数据同步、事件驱动处理和 B2B 消息交换等业务流程场景。
  • 提供连接器配置模板、错误重试策略与监控告警设置等实用参考。
  • 删除长时间运行的工作流前应确认无活跃触发器,防止数据丢失或流程中断。
  • azure-logic-apps 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Azure Logic Apps Skill

This skill provides expert guidance for Azure Logic Apps. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file
IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL37-L51Diagnosing and fixing Logic Apps failures, throttling/429s, B2B (AS2, X12, EDIFACT) acknowledgment errors, and interpreting detailed test/run error info and alerts
Best PracticesL52-L59Best practices for Logic Apps: error/exception handling patterns, using control functions and rulesets efficiently, advanced rule operations, and handling non‑Unicode text encodings.
Decision MakingL60-L69Guidance on when and how to migrate from BizTalk/Power Automate, choosing Standard vs Consumption, and planning/estimating Logic Apps costs and storage.
Architecture & Design PatternsL70-L86Architectural patterns for Logic Apps: AI agent loops, B2B flows, REST/web APIs, resource replication, rules engine, ordered messaging, and multi-region/zone-resilient DR and HA designs.
Limits & QuotasL87-L96Limits, quotas, and performance behaviors in Logic Apps: message size/chunking, pagination, SQL timeouts/results, inline JavaScript limits, configuration caps, and metering/billing rules.
SecurityL97-L113Securing Logic Apps: auth (managed identity, Entra, OAuth/OBO, Easy Auth), private endpoints/storage, certificates, cross-tenant/connector blocking, and Azure Policy/Defender governance.
ConfigurationL114-L154Configuring Logic Apps workflows, runtime, and B2B: app/host settings, control flow, schemas/maps, integration accounts, monitoring/logging, on-premises access, and SQL/PowerShell features.
Integrations & Coding PatternsL155-L236Patterns and samples for integrating Logic Apps with Azure/IBM/SAP systems, B2B/EDI, AI/OpenAI, storage, messaging, custom code/connectors, and automated workflow testing.
DeploymentL237-L258CI/CD, ARM/Bicep/CLI deployment, DevOps pipelines, slots, hybrid setups, and migrating/cloning Consumption Logic Apps to Standard workflows

Troubleshooting

TopicURL
Resolve throttling and HTTP 429 errors in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/handle-throttling-problems-429-errors
Troubleshoot and diagnose Azure Logic Apps workflow failureshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures
Understand AS2 MDN acknowledgments in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-mdn-acknowledgment
Troubleshoot common B2B Logic Apps errorshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-list-errors-solutions
Use EDIFACT CONTRL acknowledgments and error codes in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-contrl-acknowledgment
Use X12 997 acknowledgments and error codeshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-997-acknowledgment
Interpret X12 TA1 acknowledgments and error codeshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-ta1-acknowledgment
Test and validate Logic Apps rulesets with Composerhttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/test-rulesets
Interpret extended error details with TestErrorInfo in Logic Apps testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-info-class-definition
Use TestErrorResponseAdditionalInfo for detailed Logic Apps test errorshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-response-additional-info-class-definition
Diagnose Logic Apps workflow runs and alertshttps://learn.microsoft.com/en-us/azure/logic-apps/view-workflow-status-run-history

Best Practices

Decision Making

TopicURL
Plan migration approaches from BizTalk Server to Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/biztalk-server-migration-approaches
Evaluate migration from BizTalk Server to Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/biztalk-server-migration-overview
Estimate Azure Logic Apps Standard storage costshttps://learn.microsoft.com/en-us/azure/logic-apps/estimate-storage-costs
Plan and manage Azure Logic Apps costshttps://learn.microsoft.com/en-us/azure/logic-apps/plan-manage-costs
Decide when to migrate Power Automate flows to Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/power-automate-migration
Choose between Standard and Consumption Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare

Architecture & Design Patterns

TopicURL
Design autonomous AI agent workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/create-autonomous-agent-workflows
Design conversational AI agent workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/create-conversational-agent-workflows
Design Logic Apps workflows to replicate Azure resourceshttps://learn.microsoft.com/en-us/azure/logic-apps/create-replication-tasks-azure-resources
Design web and REST API patterns for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app
Design end-to-end B2B messaging workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b
Design cross-region disaster recovery for Logic Apps B2Bhttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity
Design multi-region disaster recovery for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/multi-region-disaster-recovery
Understand Logic Apps Rules Engine execution behaviorhttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/rules-engine-optimization
Use sequential convoy pattern for ordered Service Bus messageshttps://learn.microsoft.com/en-us/azure/logic-apps/send-related-messages-sequential-convoy
Implement handoff agent loop patterns with shared contexthttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-handoff-agent-workflow
Implement prompt-chaining agent loop workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-prompt-chain-agent-workflow
Configure zone-redundant Logic Apps for high availabilityhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-zone-redundancy-availability-zones
Choose single vs multiple agent loops in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/single-versus-multiple-agents

Limits & Quotas

Security

TopicURL
Configure managed identity authentication for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity
Block cross-tenant shared connections in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/block-connections-across-tenants
Block specific connector usage with Azure Policyhttps://learn.microsoft.com/en-us/azure/logic-apps/block-connections-connectors
Deploy Standard Logic Apps to private storage with endpointshttps://learn.microsoft.com/en-us/azure/logic-apps/deploy-single-tenant-logic-apps-private-storage-account
Configure Defender for Cloud health monitoring for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/healthy-unhealthy-resource
Configure Entra authentication for Logic Apps custom APIshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-authentication
Configure certificates to secure B2B messages in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-certificates
Secure Logic Apps workflow access and datahttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
Use built-in Azure Policy definitions for Logic Apps governancehttps://learn.microsoft.com/en-us/azure/logic-apps/policy-reference
Secure Logic Apps Standard workflows with private endpointshttps://learn.microsoft.com/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint
Apply Azure Policy compliance controls to Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/security-controls-policy
Secure agentic Logic Apps workflows with Easy Authhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-authentication-agent-workflows
Set up OAuth OBO flow for agent tools in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-on-behalf-of-user-flow

Configuration

TopicURL
Execute inline PowerShell in Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/add-run-powershell-scripts
Configure Logic Apps connections to on-premises data sourceshttps://learn.microsoft.com/en-us/azure/logic-apps/connect-on-premises-data-sources
Create Azure Monitor log queries for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/create-monitoring-tracking-queries
Create and publish reusable Logic Apps workflow templateshttps://learn.microsoft.com/en-us/azure/logic-apps/create-publish-workflow-templates
Configure app and host settings for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings
Enable enhanced Application Insights telemetry for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/enable-enhanced-telemetry-standard-workflows
Create and manage integration accounts for Logic Apps B2Bhttps://learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account
Create and manage integration accounts for B2Bhttps://learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account
Reference for Logic Apps workflow expression functionshttps://learn.microsoft.com/en-us/azure/logic-apps/expression-functions-reference
Install and configure on-premises data gateway for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/install-on-premises-data-gateway-workflows
Author and extend Logic Apps JSON workflow definitionshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions
Configure and handle content types in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-content-type
Create and join parallel branches in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-branches
Configure conditional control flow in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-conditional-statement
Configure loops to repeat actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-loops
Group actions into scopes and use scope status in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-run-steps-group-scopes
Configure switch-based branching in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-switch-statement
Configure B2B agreements between partners in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-agreements
Configure AS2 message settings in Logic Apps agreementshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-message-settings
Configure EDIFACT message settings in Logic Apps agreementshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-message-settings
Configure maps for transform operations in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-maps
Add metadata to B2B artifacts in Logic Apps integration accountshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-metadata
Define B2B trading partners in Logic Apps integration accountshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-partners
Add and manage schemas for Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-schemas
Configure X12 message settings in Logic Apps agreementshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-message-settings
Configure callable HTTPS endpoints for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint
Schema reference for Logic Apps triggers and actionshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers
Reference for monitoring data and logs in Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-logic-apps-reference
Configure Azure Monitor logging for B2B Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-messages-consumption
Configure B2B transaction monitoring in Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-transactions-standard
Configure diagnostic logging for Logic Apps with Azure Monitorhttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data
Configure Parse Document and Chunk Text actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/parse-document-chunk-text
Configure SQL database storage for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-sql-database-storage-standard
Test Logic Apps workflows with mock outputshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results
Define B2B tracking schemas for Logic Apps Consumptionhttps://learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-consumption
Understand B2B tracking schemas for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-standard
Workflow Definition Language JSON schema for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-schema

Integrations & Coding Patterns

TopicURL
Add Logic Apps connector tools to Foundry agentshttps://learn.microsoft.com/en-us/azure/logic-apps/add-agent-tools-connector-actions
Run inline C# scripts in Logic Apps Standard workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/add-run-csharp-scripts
Call Azure Functions from Azure Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/call-azure-functions-from-workflows
Export Logic Apps as custom connectors for Power Appshttps://learn.microsoft.com/en-us/azure/logic-apps/call-from-power-apps
Use Azure OpenAI and AI Search connectors in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/azure-ai
Reference for Logic Apps Standard built-in service provider connectorshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/
Run Python Container Apps sessions via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/acasession/
Use Azure AI Search connector actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureaisearch/
Automate Azure Automation jobs with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureautomation/
Integrate Azure Blob Storage via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureblob/
Connect Azure Cosmos DB using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurecosmosdb/
Access Azure File shares with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurefile/
Work with Azure Queue Storage via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurequeues/
Use Azure Table Storage in Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azuretables/
Invoke CICS programs using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/cicsprogramcall/
Integrate Confluent Kafka with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/confluentkafka/
Connect to IBM DB2 databases with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/db2/
Use Azure AI Document Intelligence connector in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/documentintelligence/
Publish events to Event Grid with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventgridpublisher/
Send and receive Event Hubs messages via Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventhub/
Access on-premises file systems via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/filesystem/
Transfer files over FTP using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ftp/
Access IBM host files using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/hostfile/
Call IBM i programs via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ibmiprogramcall/
Invoke IMS programs using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/imsprogramcall/
Use JDBC data sources with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/jdbc/
Use Azure Key Vault secrets in Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/keyvault/
Integrate IBM MQ messaging with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/mq/
Call Azure OpenAI via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/openai/
Connect to RabbitMQ queues via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/rabbitmq/
Use SAP connector operations in Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sap/
Integrate Azure Service Bus with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/servicebus/
Transfer files over SFTP using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sftp/
Automate IBM 3270 terminal interactions via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/si3270/
Send email via SMTP using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/smtp/
Connect to SQL Server databases with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sql/
Use Code Interpreter connector for Python in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/code-interpreter-python-container-apps-session
Configure Azure OpenAI prompt templates in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/create-chat-completions-prompt-template
Access Microsoft Dataverse from Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/dataverse
Connect Logic Apps workflows to IBM Informixhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/informix
Integrate healthcare systems via HL7 in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/integrate-healthcare-systems
Configure SAP connectivity for Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap
Build SAP integration workflows with Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-create-example-scenario-workflows
Generate SAP IDoc and BAPI schemas via Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-generate-schemas-for-artifacts
Build custom built-in connectors for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/create-custom-built-in-connector-standard
Create data transformation maps in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/create-maps-data-transformation-visual-studio-code
Create Logic Apps–driven MCP servers via API Centerhttps://learn.microsoft.com/en-us/azure/logic-apps/create-mcp-server-api-center
Expose Logic Apps workflows as remote MCP servershttps://learn.microsoft.com/en-us/azure/logic-apps/create-model-context-protocol-server-standard
Implement inline.NET custom functions in Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions
Host and call web or REST APIs from Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-host-deploy-call
Use Logic Apps data operations with workflow code sampleshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-data-operations-code-samples
Send and receive AS2 messages in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2
Use EDIFACT connector for B2B workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact
Encode and decode flat-file XML in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-flatfile
Transform JSON and XML with Liquid in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-liquid-transform
Exchange RosettaNet messages in Logic Apps B2B workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-rosettanet
Transform XML with maps in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-transform
Exchange X12 messages in Logic Apps B2B workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12
Process XML messages and flat files in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml
Compose XML documents from JSON in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-compose
Parse XML with schemas in Standard workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-parse
Validate XML messages in B2B Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-validation
Use data operations in Azure Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-perform-data-operations
Implement fact creators and retrievers for Logic Apps ruleshttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/build-fact-creators-retrievers
Mock Logic Apps actions with ActionMock in Automated Test SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/action-mock-class-definition
Use Azure Logic Apps Automated Test SDK for workflow testinghttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/automated-test-sdk
Test Logic Apps data maps with DataMapTestExecutorhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/data-map-test-executor-class-definition
Use TestActionExecutionContext for Logic Apps unit testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-action-execution-context-class-definition
Manage Logic Apps unit test state with TestExecutionContexthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-execution-context-class-definition
Work with loop iteration items using TestIterationItem in Logic Apps testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-iteration-item-class-definition
Access workflow output parameters with TestWorkflowOutputParameterhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-output-parameter-class-definition
Inspect loop action results with TestWorkflowRunActionRepetitionResulthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-repetition-result-class-definition
Analyze Logic Apps action results with TestWorkflowRunActionResulthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-result-class-definition
Inspect Logic Apps workflow runs with TestWorkflowRunhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-class-definition
Examine trigger execution results with TestWorkflowRunTriggerResulthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-trigger-result-class-definition
Use TestWorkflowStatus enum to track Logic Apps test stateshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-status-enum-definition
Mock Logic Apps triggers with TriggerMock in Automated Test SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/trigger-mock-class-definition
Execute Logic Apps unit tests with UnitTestExecutorhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/unit-test-executor-class-definition

Deployment

TopicURL
Automate build and release for Standard Logic Apps with Azure DevOpshttps://learn.microsoft.com/en-us/azure/logic-apps/automate-build-deployment-standard
Clone Consumption Logic Apps to Standard workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/clone-consumption-logic-app-to-standard-workflow
Create and deploy Standard Logic Apps in hybrid environmentshttps://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-hybrid-deployment
Develop and deploy Standard Logic Apps with VS Codehttps://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code
Develop and deploy Standard Logic Apps with VS Codehttps://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code
Overview of DevOps CI/CD for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps
Export Consumption Logic Apps to Standard using VS Codehttps://learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app
Use ARM templates to deploy Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview
Author ARM templates for Logic Apps Consumption workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-azure-resource-manager-templates
Deploy ARM templates for Logic Apps Consumption workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-deploy-azure-resource-manager-templates
Move Logic Apps across subscriptions, groups, and regionshttps://learn.microsoft.com/en-us/azure/logic-apps/move-logic-app-resources
Deploy Logic Apps Consumption workflows with ARM templateshttps://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-azure-resource-manager-template
Deploy Logic Apps Consumption workflows using Bicephttps://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-bicep
Create and deploy Logic Apps Rules Engine projectshttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/create-rules-engine-project
Create Logic Apps using Azure CLI script samplehttps://learn.microsoft.com/en-us/azure/logic-apps/sample-logic-apps-cli-script
Configure continuous deployment for Standard Logic Apps via Deployment Centerhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-cd-deployment-center-standard
Configure deployment slots for zero-downtime Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-deployment-slots
Set up DevOps deployment for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps
Set up infrastructure for hybrid-deployed Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.09%
按下载量换算163

Claude

29.47%
按下载量换算141

Cursor

17.91%
按下载量换算86

Gemini CLI

9.06%
按下载量换算43

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills