azure-functions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Functions Skill

Azure Functions 技能

This skill provides expert guidance for Azure Functions. 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.
本技能提供Azure Functions的专业指导,覆盖故障排查、最佳实践、决策指引、架构与设计模式、限制与配额、安全、配置、集成与编码模式、部署等内容。它结合了本地快速参考内容与远程文档获取能力。

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.
Agent注意事项:使用下方的类别索引定位相关章节。对于标注了行范围的类别(例如
L35-L120
),请使用
read_file
指定行号读取内容。对于标注了文件链接的类别(例如
[security.md](security.md)
),请使用
read_file
读取对应的参考文件
Agent注意事项:如果
metadata.generated_at
距今超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装:安装指南
本技能需要网络访问来获取文档内容:
  • 优先方案:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,附带查询参数
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备选方案:使用
    fetch_webpage
    ,附带查询参数
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

类别索引

CategoryLinesDescription
TroubleshootingL37-L65Diagnosing and fixing Durable Functions/Task SDK issues, AZFD/AZFW error codes, storage and config problems, and runtime/deployment errors for Node.js, Python, and VM start/stop functions.
Best PracticesL66-L96Patterns and guidance for robust, performant Azure Functions and Durable Functions: orchestration/entity design, versioning, error handling, DI, HTTP/connection usage, scaling, and language-specific best practices.
Decision MakingL97-L125Guidance on choosing Functions hosting/scaling plans, estimating costs, networking/isolation, language/runtime lifecycles, and migrating or upgrading Functions and Durable Functions apps.
Architecture & Design PatternsL126-L132Running Functions in Linux containers, Durable Functions design with Azure Storage, and hosting Functions on Azure Container Apps for scalable, container-based architectures.
Limits & QuotasL133-L142Limits, quotas, and configuration for Azure Functions scale, concurrency, throughput, large payloads in Durable Task, and supported languages/runtime versions.
SecurityL143-L160Securing Functions apps: encryption at rest, storage and endpoint access, private networking, managed identities for triggers/bindings/SQL, roles, and Web PubSub/MCP security.
ConfigurationL161-L201Configuring Azure Functions apps: bindings, host/app settings, plans, networking, tracing/monitoring, Durable Functions, Core Tools/local dev, runtime versions, and run-from-package setup.
Integrations & Coding PatternsL202-L312Patterns and how-tos for wiring Functions to external systems (HTTP, data stores, messaging, AI/OpenAI, Dapr, MCP, APIs) using triggers/bindings and integration-specific configs.
DeploymentL313-L348Deploying and updating Azure Functions: provisioning hosting (ARM/Bicep/Terraform), containers/Kubernetes/Container Apps, CI/CD (GitHub/Azure Pipelines), scaling, zero‑downtime, and migration tasks.
类别行号描述
故障排查L37-L65诊断和修复Durable Functions/Task SDK问题、AZFD/AZFW错误代码、存储与配置问题,以及Node.js、Python和虚拟机启停函数的运行时/部署错误。
最佳实践L66-L96构建高可用、高性能Azure Functions和Durable Functions的模式与指引:编排/实体设计、版本控制、错误处理、依赖注入、HTTP/连接使用、扩缩容以及特定语言的最佳实践。
决策指引L97-L125选择Functions托管/扩缩容方案、成本估算、网络/隔离、语言/运行时生命周期,以及Functions和Durable Functions应用迁移或升级的相关指引。
架构与设计模式L126-L132在Linux容器中运行Functions、基于Azure Storage的Durable Functions设计,以及在Azure Container Apps上托管Functions实现可扩展的容器化架构。
限制与配额L133-L142Azure Functions扩缩容、并发、吞吐量、Durable Task大负载支持以及支持的语言/运行时版本的限制、配额与配置说明。
安全L143-L160Functions应用安全防护:静态加密、存储与端点访问、私有网络、触发器/绑定/SQL的托管身份、角色,以及Web PubSub/MCP安全。
配置L161-L201Azure Functions应用配置:绑定、host/应用设置、托管方案、网络、链路追踪/监控、Durable Functions、Core Tools/本地开发、运行时版本以及包运行配置。
集成与编码模式L202-L312使用触发器/绑定和集成专项配置,将Functions对接外部系统(HTTP、数据存储、消息队列、AI/OpenAI、Dapr、MCP、API)的模式与实操指南。
部署L313-L348Azure Functions的部署与更新:托管资源 provisioning(ARM/Bicep/Terraform)、容器/Kubernetes/Container Apps、CI/CD(GitHub/Azure Pipelines)、扩缩容、零停机部署以及迁移任务。

Troubleshooting

故障排查

TopicURL
Diagnose issues in Azure Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-diagnostics
Troubleshoot common Azure Durable Functions problemshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-troubleshooting-guide
Diagnose issues in Durable Task SDK-based appshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-diagnostics
Troubleshoot Azure Durable Task Scheduler errors and issueshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/troubleshoot-durable-task-scheduler
Troubleshoot portable Durable Task SDK applicationshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-sdk-troubleshooting
Diagnose Durable Functions problems with App Diagnosticshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/function-app-diagnostics
Resolve AZFD0001 missing AzureWebJobsStorage settinghttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0001
Fix AZFD0002 invalid AzureWebJobsStorage valuehttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0002
Troubleshoot AZFD0003 StorageException fetching diagnosticshttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0003
Resolve AZFD0004 Azure Functions host ID collisionhttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0004
Fix AZFD0005 external startup exception in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0005
Handle AZFD0006 expiring SAS token warningshttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0006
Resolve AZFD0007 too many secrets backupshttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0007
Fix AZFD0008 archive-tier Blob secrets repositoryhttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0008
Resolve AZFD0009 unable to parse host.jsonhttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0009
Fix AZFD0010 TZ/WEBSITE_TIME_ZONE on Linux Consumptionhttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0010
Resolve AZFD0011 missing FUNCTIONS_WORKER_RUNTIMEhttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0011
Fix AZFD0013 mismatched FUNCTIONS_WORKER_RUNTIME and payloadhttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0013
Resolve AZFD0015 non-CRON timer trigger schedulehttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0015
Fix AZFW0001 invalid binding attributes in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/net-worker-rules/azfw0001
Handle errors and configure retries in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages
Troubleshoot Node.js Azure Functions deployment and runtime issueshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-node-troubleshoot
Fix 'Azure Functions Runtime is unreachable' storage errorshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account
Troubleshoot common issues in Python Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/recover-python-functions
Diagnose and fix Start/Stop VMs for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/troubleshoot
主题URL
诊断Azure Durable Functions中的问题https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-diagnostics
排查Azure Durable Functions常见问题https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-troubleshooting-guide
诊断基于Durable Task SDK的应用问题https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-diagnostics
排查Azure Durable Task Scheduler错误与问题https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/troubleshoot-durable-task-scheduler
排查可移植Durable Task SDK应用问题https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-sdk-troubleshooting
使用App Diagnostics诊断Durable Functions问题https://learn.microsoft.com/en-us/azure/azure-functions/durable/function-app-diagnostics
解决AZFD0001 AzureWebJobsStorage配置缺失错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0001
修复AZFD0002 AzureWebJobsStorage值无效错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0002
排查AZFD0003 获取诊断信息时StorageException错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0003
解决AZFD0004 Azure Functions主机ID冲突错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0004
修复AZFD0005 Functions外部启动异常错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0005
处理AZFD0006 SAS令牌即将过期警告https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0006
解决AZFD0007 密钥备份数量过多错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0007
修复AZFD0008 归档层Blob密钥存储库错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0008
解决AZFD0009 无法解析host.json错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0009
修复Linux消费计划下AZFD0010 TZ/WEBSITE_TIME_ZONE配置错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0010
解决AZFD0011 FUNCTIONS_WORKER_RUNTIME配置缺失错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0011
修复AZFD0013 FUNCTIONS_WORKER_RUNTIME与负载不匹配错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0013
解决AZFD0015 非CRON格式的定时器触发器调度错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0015
修复AZFW0001 Functions绑定属性无效错误https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/net-worker-rules/azfw0001
处理Azure Functions错误并配置重试策略https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages
排查Node.js Azure Functions部署与运行时问题https://learn.microsoft.com/en-us/azure/azure-functions/functions-node-troubleshoot
修复“Azure Functions Runtime不可达”存储错误https://learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account
排查Python Azure Functions常见问题https://learn.microsoft.com/en-us/azure/azure-functions/recover-python-functions
诊断并修复Azure Functions虚拟机启停功能问题https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/troubleshoot

Best Practices

最佳实践

TopicURL
Apply Durable orchestrator code constraints correctlyhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-code-constraints
Implement Durable Entities in .NET with correct patternshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-dotnet-entities
Handle errors and retries in Durable orchestrationshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-error-handling
Tune performance and scaling for Durable Functions appshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-perf-and-scale
Use Durable Functions Roslyn analyzer for safe orchestrationshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-roslyn-analyzer
Optimize data persistence and serialization in Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-serialization-and-persistence
Implement singleton orchestrations in Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-singletons
Unit test Durable Functions and Durable Task orchestrationshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-unit-testing
Apply deployment-level versioning strategies in Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-versioning
Implement safe orchestration versioning in Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-orchestration-versioning
Configure autopurge retention policies in Durable Task Schedulerhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-purge
Avoid async void in Azure Functions (AZF0001)https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0001
Optimize HttpClient usage in Functions (AZF0002)https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0002
Apply Azure Functions design and coding best practiceshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-best-practices
Handle errors and configure retries in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages
Implement dependency injection in .NET Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection
Design idempotent Azure Functions for duplicate eventshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-idempotent
Apply core development guidance across Azure Functions languageshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference
Develop Java-based Azure Functions with triggers and bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-java
Develop Node.js Azure Functions with triggers, bindings, and patternshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node
Develop PowerShell Azure Functions with function.json bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell
Develop and deploy Python Azure Functions using the Python libraryhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python
Implement reliable event processing with Event Hubs and Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reliable-event-processing
Manage connection usage efficiently in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/manage-connections
Optimize Azure Functions performance and reliabilityhttps://learn.microsoft.com/en-us/azure/azure-functions/performance-reliability
Profile and reduce memory usage in Python Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/python-memory-profiler-reference
Optimize throughput and scaling for Python Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/python-scale-performance-reference
主题URL
正确应用Durable编排器代码约束https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-code-constraints
使用正确模式在.NET中实现Durable Entitieshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-dotnet-entities
处理Durable编排中的错误与重试https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-error-handling
调整Durable Functions应用的性能与扩缩容配置https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-perf-and-scale
使用Durable Functions Roslyn分析器保障编排安全https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-roslyn-analyzer
优化Durable Functions中的数据持久化与序列化https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-serialization-and-persistence
在Durable Functions中实现单例编排https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-singletons
对Durable Functions和Durable Task编排进行单元测试https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-unit-testing
在Durable Functions中应用部署级版本控制策略https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-versioning
在Durable Functions中实现安全的编排版本控制https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-orchestration-versioning
配置Durable Task Scheduler的自动清理保留策略https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-purge
避免在Azure Functions中使用async void(AZF0001)https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0001
优化Functions中HttpClient的使用(AZF0002)https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0002
应用Azure Functions设计与编码最佳实践https://learn.microsoft.com/en-us/azure/azure-functions/functions-best-practices
处理Azure Functions错误并配置重试策略https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages
在.NET Azure Functions中实现依赖注入https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection
设计支持重复事件的幂等Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-idempotent
应用跨Azure Functions语言的核心开发指引https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference
开发带触发器与绑定的Java Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-java
开发带触发器、绑定与模式的Node.js Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node
开发带function.json绑定的PowerShell Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell
使用Python库开发并部署Python Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python
结合Event Hubs和Functions实现可靠的事件处理https://learn.microsoft.com/en-us/azure/azure-functions/functions-reliable-event-processing
高效管理Azure Functions中的连接使用https://learn.microsoft.com/en-us/azure/azure-functions/manage-connections
优化Azure Functions性能与可靠性https://learn.microsoft.com/en-us/azure/azure-functions/performance-reliability
分析并降低Python Azure Functions的内存占用https://learn.microsoft.com/en-us/azure/azure-functions/python-memory-profiler-reference
优化Python Azure Functions的吞吐量与扩缩容https://learn.microsoft.com/en-us/azure/azure-functions/python-scale-performance-reference

Decision Making

决策指引

TopicURL
Decide when to use Azure Functions Consumption planhttps://learn.microsoft.com/en-us/azure/azure-functions/consumption-plan
Choose and use Azure Functions Dedicated hostinghttps://learn.microsoft.com/en-us/azure/azure-functions/dedicated-plan
Compare in-process vs isolated .NET Azure Functions modelshttps://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-in-process-differences
Understand Durable Functions billing behaviorshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-billing
Migrate Durable Functions from in-process to isolatedhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-migrate
Upgrade Durable Functions Node apps to programming model v4https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-node-model-upgrade
Upgrade to standalone Durable Functions PowerShell SDKhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-powershell-v2-sdk-migration-guide
Choose storage providers for Durable Functions and SDKshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers
Choose storage providers for Durable Functions and SDKshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers
Choose and configure Durable Functions storage providershttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers
Plan costs with Durable Task Scheduler billing modelhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-billing
Understand Azure Functions Flex Consumption hostinghttps://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan
Choose between Functions, Logic Apps, WebJobs, Power Automatehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs
Estimate and compare Azure Functions consumption plan costshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-consumption-costs
Choose Azure Functions networking and isolation optionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-networking-options
Evaluate Azure Functions Premium plan capabilitieshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-premium-plan
Select Azure Functions hosting and scaling optionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-scale
Choose Azure Functions hosting and scaling optionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-scale
Choose and manage Azure Functions runtime versionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-versions
Understand Azure Functions language support lifecyclehttps://learn.microsoft.com/en-us/azure/azure-functions/language-support-policy
Migrate Azure Functions Service Bus extension v4 to v5https://learn.microsoft.com/en-us/azure/azure-functions/migrate-service-bus-version-4-version-5
Migrate Azure Functions apps from runtime v1 to v4https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-1-version-4
Migrate Azure Functions apps from runtime v3 to v4https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4
Plan migration of AWS Lambda workloads to Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-aws-lambda-to-azure-functions
Refactor Express.js APIs to Azure Functions endpointshttps://learn.microsoft.com/en-us/azure/azure-functions/shift-expressjs
主题URL
确定何时使用Azure Functions消费计划https://learn.microsoft.com/en-us/azure/azure-functions/consumption-plan
选择并使用Azure Functions专用托管方案https://learn.microsoft.com/en-us/azure/azure-functions/dedicated-plan
对比进程内与隔离模式.NET Azure Functions模型https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-in-process-differences
理解Durable Functions计费规则https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-billing
将Durable Functions从进程内模式迁移到隔离模式https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-migrate
将Durable Functions Node应用升级到v4编程模型https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-node-model-upgrade
升级到独立Durable Functions PowerShell SDKhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-powershell-v2-sdk-migration-guide
为Durable Functions和SDK选择存储提供程序https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers
为Durable Functions和SDK选择存储提供程序https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers
选择并配置Durable Functions存储提供程序https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers
基于Durable Task Scheduler计费模型规划成本https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-billing
理解Azure Functions弹性消费托管方案https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan
在Functions、Logic Apps、WebJobs、Power Automate之间做选型https://learn.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs
估算并对比Azure Functions消费计划成本https://learn.microsoft.com/en-us/azure/azure-functions/functions-consumption-costs
选择Azure Functions网络与隔离选项https://learn.microsoft.com/en-us/azure/azure-functions/functions-networking-options
评估Azure Functions高级版计划能力https://learn.microsoft.com/en-us/azure/azure-functions/functions-premium-plan
选择Azure Functions托管与扩缩容选项https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale
选择Azure Functions托管与扩缩容选项https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale
选择并管理Azure Functions运行时版本https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions
理解Azure Functions语言支持生命周期https://learn.microsoft.com/en-us/azure/azure-functions/language-support-policy
将Azure Functions Service Bus扩展从v4迁移到v5https://learn.microsoft.com/en-us/azure/azure-functions/migrate-service-bus-version-4-version-5
将Azure Functions应用从运行时v1迁移到v4https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-1-version-4
将Azure Functions应用从运行时v3迁移到v4https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4
规划AWS Lambda工作负载迁移到Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-aws-lambda-to-azure-functions
将Express.js API重构为Azure Functions端点https://learn.microsoft.com/en-us/azure/azure-functions/shift-expressjs

Architecture & Design Patterns

架构与设计模式

Limits & Quotas

限制与配额

Security

安全

TopicURL
Encrypt Azure Functions application source at resthttps://learn.microsoft.com/en-us/azure/azure-functions/configure-encrypt-at-rest-using-cmk
Use secured storage accounts with Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/configure-networking-how-to
Configure Durable Functions with managed identity accesshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-configure-managed-identity
Configure managed identities and roles for Durable Task Schedulerhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-identity
Handle AZFD0012 non-highly identifiable secret warningshttps://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0012
Manage and use access keys for Azure Functions endpointshttps://learn.microsoft.com/en-us/azure/azure-functions/function-keys-how-to
Secure Azure Web PubSub trigger endpoints in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-trigger
Restrict Azure Functions access using private site accesshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-private-site-access
Connect Azure Functions to Azure SQL via managed identityhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity
Configure identity-based connections for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial
Use managed identity with Functions triggers and bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial-2
Securely host MCP servers on Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-tutorial
Secure Azure Functions with App Service featureshttps://learn.microsoft.com/en-us/azure/azure-functions/security-concepts
Configure Azure Functions storage and encryption securelyhttps://learn.microsoft.com/en-us/azure/azure-functions/storage-considerations
主题URL
静态加密Azure Functions应用源代码https://learn.microsoft.com/en-us/azure/azure-functions/configure-encrypt-at-rest-using-cmk
为Azure Functions使用安全存储账户https://learn.microsoft.com/en-us/azure/azure-functions/configure-networking-how-to
配置Durable Functions的托管身份访问https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-configure-managed-identity
为Durable Task Scheduler配置托管身份与角色https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-identity
处理AZFD0012 非高识别度密钥警告https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0012
管理并使用Azure Functions端点的访问密钥https://learn.microsoft.com/en-us/azure/azure-functions/function-keys-how-to
保护Functions中的Azure Web PubSub触发器端点https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-trigger
使用私有站点访问限制Azure Functions访问https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-private-site-access
通过托管身份将Azure Functions连接到Azure SQLhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity
为Azure Functions配置基于身份的连接https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial
在Functions触发器与绑定中使用托管身份https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial-2
在Azure Functions上安全托管MCP服务器https://learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-tutorial
使用App Service功能保护Azure Functions安全https://learn.microsoft.com/en-us/azure/azure-functions/security-concepts
安全配置Azure Functions存储与加密https://learn.microsoft.com/en-us/azure/azure-functions/storage-considerations

Configuration

配置

TopicURL
Add input and output bindings to existing Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/add-bindings-existing-function
Configure Application Insights monitoring for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring
Disable and enable individual Azure Functions via settingshttps://learn.microsoft.com/en-us/azure/azure-functions/disable-function
Configure Durable Functions triggers, bindings, and host settingshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-bindings
Configure Durable Functions triggers, bindings, and host settingshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-bindings
Configure Durable Functions to publish events to Azure Event Gridhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-event-publishing
Manage Durable Functions orchestration instances via APIshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management
Use Durable Task Scheduler dashboard for orchestration managementhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dashboard
Configure OpenTelemetry tracing for Durable Task Schedulerhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-opentelemetry-tracing
Configure recurring orchestration schedules in Durable Task Schedulerhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-schedulers-schedules
Configure Durable Functions to use Durable Task Scheduler backendhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/quickstart-durable-task-scheduler
Configure Durable Functions with MSSQL storage providerhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/quickstart-mssql
Configure Azure Functions extension bundles for non-.NET appshttps://learn.microsoft.com/en-us/azure/azure-functions/extension-bundles
Create and manage Flex Consumption plan function appshttps://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-how-to
Configure Azure Functions app settings and environment variableshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings
Use Azure Functions binding expressions and patternshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-expressions-patterns
Register and configure Azure Functions binding extensionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register
Configure Azure Functions timer trigger scheduleshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer
Configure Azure Functions warmup trigger behaviorhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-warmup
Use Azure Functions Core Tools command referencehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference
Configure Azure Functions custom handlers for any runtimehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers
Configure and run Azure Functions locally with Core Toolshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local
Develop legacy in-process C# class library Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library
Configure host.json settings for Azure Functions v2+https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json
Configure host.json settings for Azure Functions v1https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json-v1
Configure function app settings for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings
Configure NAT gateway for Azure Functions outbound IPhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-nat-gateway
Develop Azure Functions using legacy C# script (.csx)https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-csharp
Configure zone-redundant Azure Functions appshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-zone-redundancy
Understand and manage Azure Functions app IP addresseshttps://learn.microsoft.com/en-us/azure/azure-functions/ip-addresses
Configure OpenTelemetry distributed tracing for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-opentelemetry-distributed-tracing
Reference for Azure Functions monitoring data schemahttps://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-reference
Configure OpenTelemetry export for Azure Functions logshttps://learn.microsoft.com/en-us/azure/azure-functions/opentelemetry-howto
Configure Azure Functions to run from package fileshttps://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package
Target specific Azure Functions runtime versionshttps://learn.microsoft.com/en-us/azure/azure-functions/set-runtime-version
Manage and monitor VMs with Start/Stop VMs v2https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/manage
Update language runtime versions for Azure Functions appshttps://learn.microsoft.com/en-us/azure/azure-functions/update-language-versions
主题URL
为现有Azure Functions添加输入与输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/add-bindings-existing-function
为Azure Functions配置Application Insights监控https://learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring
通过设置禁用/启用单独的Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/disable-function
配置Durable Functions触发器、绑定与主机设置https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-bindings
配置Durable Functions触发器、绑定与主机设置https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-bindings
配置Durable Functions向Azure Event Grid发布事件https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-event-publishing
通过API管理Durable Functions编排实例https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management
使用Durable Task Scheduler仪表盘管理编排https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dashboard
为Durable Task Scheduler配置OpenTelemetry链路追踪https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-opentelemetry-tracing
在Durable Task Scheduler中配置循环编排调度https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-schedulers-schedules
配置Durable Functions使用Durable Task Scheduler后端https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/quickstart-durable-task-scheduler
配置Durable Functions使用MSSQL存储提供程序https://learn.microsoft.com/en-us/azure/azure-functions/durable/quickstart-mssql
为非.NET应用配置Azure Functions扩展包https://learn.microsoft.com/en-us/azure/azure-functions/extension-bundles
创建并管理弹性消费计划函数应用https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-how-to
配置Azure Functions应用设置与环境变量https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings
使用Azure Functions绑定表达式与模式https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-expressions-patterns
注册并配置Azure Functions绑定扩展https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register
配置Azure Functions定时器触发器调度https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer
配置Azure Functions预热触发器行为https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-warmup
使用Azure Functions Core Tools命令参考https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference
为任意运行时配置Azure Functions自定义处理器https://learn.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers
使用Core Tools在本地配置并运行Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local
开发传统进程内C#类库Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library
配置Azure Functions v2+的host.json设置https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json
配置Azure Functions v1的host.json设置https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json-v1
配置Azure Functions的函数应用设置https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings
为Azure Functions出站IP配置NAT网关https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-nat-gateway
使用传统C#脚本(.csx)开发Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-csharp
配置可用区冗余的Azure Functions应用https://learn.microsoft.com/en-us/azure/azure-functions/functions-zone-redundancy
理解并管理Azure Functions应用IP地址https://learn.microsoft.com/en-us/azure/azure-functions/ip-addresses
为Azure Functions配置OpenTelemetry分布式链路追踪https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-opentelemetry-distributed-tracing
Azure Functions监控数据 schema 参考https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-reference
配置Azure Functions日志的OpenTelemetry导出https://learn.microsoft.com/en-us/azure/azure-functions/opentelemetry-howto
配置Azure Functions从包文件运行https://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package
锁定指定的Azure Functions运行时版本https://learn.microsoft.com/en-us/azure/azure-functions/set-runtime-version
使用Start/Stop VMs v2管理并监控虚拟机https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/manage
更新Azure Functions应用的语言运行时版本https://learn.microsoft.com/en-us/azure/azure-functions/update-language-versions

Integrations & Coding Patterns

集成与编码模式

TopicURL
Create Python worker extensions for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/develop-python-worker-extensions
Integrate Azure Functions with .NET Aspire applicationshttps://learn.microsoft.com/en-us/azure/azure-functions/dotnet-aspire-integration
Use Durable Functions built-in HTTP management APIshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-api
Use HTTP features with Durable Functions orchestrationshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-features
Configure Event Grid triggers and bindings in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/event-grid-how-tos
Integrate Azure Functions with Azure OpenAI completionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-add-openai-text-completion
Use Azure SQL output bindings in Azure Functions (VS Code)https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-azure-sql-vs-code
Use Cosmos DB output bindings in Azure Functions (VS Code)https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-cosmos-db-vs-code
Connect HTTP-triggered function to Storage queue via CLIhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-cli
Add Azure Storage queue output binding in Visual Studiohttps://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs
Configure Storage queue output binding in VS Codehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs-code
Use Azure Data Explorer bindings with Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer
Configure Azure Data Explorer input binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-input
Configure Azure Data Explorer output binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-output
Use Azure Database for MySQL bindings in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql
Configure Azure Database for MySQL input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-input
Configure Azure Database for MySQL output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-output
Use Azure Database for MySQL trigger binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-trigger
Use Azure SQL bindings with Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql
Configure Azure SQL input binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-input
Use Azure SQL output binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-output
Configure Azure SQL trigger binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger
Integrate Azure Functions with Azure Cache for Redishttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache
Configure Azure Cache for Redis input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-input
Configure Azure Cache for Redis output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-output
Use RedisListTrigger binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redislist
Use RedisPubSubTrigger binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redispubsub
Use RedisStreamTrigger binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redisstream
Use Azure Cosmos DB bindings with Azure Functions 1.xhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb
Use Azure Cosmos DB bindings with Azure Functions v4https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2
Configure Azure Cosmos DB input binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input
Configure Azure Cosmos DB output binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-output
Configure Azure Cosmos DB trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-trigger
Integrate Azure Functions with Dapr extension bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr
Access secrets with Dapr input binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-secret
Use Dapr state input binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-state
Send data via Dapr binding output in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output
Invoke Dapr applications with Azure Functions output bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-invoke
Publish Dapr topic messages from Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-publish
Write Dapr state with output binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-state
Configure Dapr input binding triggers for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger
Use Dapr service invocation trigger in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-svc-invoke
Configure Dapr topic triggers for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-topic
Use Azure DocumentDB bindings in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb
Configure Azure DocumentDB input binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-input
Configure Azure DocumentDB output binding for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-output
Configure Azure DocumentDB trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-trigger
Use Azure Event Grid triggers and bindings in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid
Send events with Event Grid output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output
Configure Azure Event Grid trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger
Integrate Azure Functions with Event Hubs bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs
Write events with Event Hubs output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output
Configure Azure Event Hubs trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger
Integrate Azure Functions with IoT Hub bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot
Configure Azure IoT Hub trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot-trigger
Use HTTP triggers and bindings in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook
Customize HTTP responses with Azure Functions output bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-output
Configure HTTP trigger for Azure Functions APIshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger
Integrate Azure Functions with Apache Kafka bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka
Send messages with Kafka output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-output
Configure Apache Kafka trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-trigger
Expose Azure Functions as MCP tools via bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp
Configure MCP resource trigger endpoints in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-resource-trigger
Configure MCP tool trigger endpoints in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-tool-trigger
Use Azure Mobile Apps bindings in Azure Functions 1.xhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mobile-apps
Send push notifications with Notification Hubs output bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-notification-hubs
Configure Azure OpenAI extension for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai
Use Azure OpenAI assistant trigger in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistant-trigger
Use Azure OpenAI assistant create output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantcreate-output
Use Azure OpenAI assistant post input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantpost-input
Use Azure OpenAI assistant query input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantquery-input
Use Azure OpenAI embeddings input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddings-input
Use Azure OpenAI embeddings store output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddingsstore-output
Use Azure OpenAI semantic search input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-semanticsearch-input
Use Azure OpenAI text completion input binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-textcompletion-input
Integrate Azure Functions with RabbitMQ bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq
Send messages with RabbitMQ output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-output
Configure RabbitMQ trigger for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-trigger
Use Azure Functions SendGrid output bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-sendgrid
Configure Azure Service Bus bindings for Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus
Use Azure Service Bus output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-output
Configure Azure Service Bus trigger for Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger
Configure Azure Functions SignalR Service bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service
Use SignalR input binding to issue access tokenshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-input
Send messages with SignalR output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-output
Handle SignalR Service messages with Functions triggerhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-trigger
Integrate Azure Functions with Blob storage triggershttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob
Use Blob storage input binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input
Use Blob storage output binding in Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output
Configure Azure Blob storage trigger for Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger
Integrate Azure Functions with Queue storage bindingshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue
Create messages with Queue storage output binding in Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-output
Configure Azure Queue storage trigger for Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger
Use Azure Tables bindings with Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table
Configure Azure Tables input binding for Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-input
Write entities with Azure Tables output bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-output
Send SMS with Azure Functions Twilio bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-twilio
Configure Azure Web PubSub bindings for Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub
Issue Web PubSub client URLs and tokens via Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-input
Send messages with Web PubSub output bindinghttps://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-output
Connect PowerShell Azure Functions to on-premises via Hybrid Connectionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-hybrid-powershell
Integrate Azure Functions with Azure Cosmos DB for unstructured datahttps://learn.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb
Connect MCP servers on Azure Functions to Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-foundry-tools
Expose Azure Functions as APIs via API Managementhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition
Integrate Azure Functions with Logic Apps and AIhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-twitter-email
Register Azure Functions–hosted MCP servers in Azure API Centerhttps://learn.microsoft.com/en-us/azure/azure-functions/register-mcp-server-api-center
Add Logic Apps preactions to Start/Stop VMs v2 scheduleshttps://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/actions
主题URL
为Azure Functions创建Python工作器扩展https://learn.microsoft.com/en-us/azure/azure-functions/develop-python-worker-extensions
将Azure Functions与.NET Aspire应用集成https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-aspire-integration
使用Durable Functions内置HTTP管理APIhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-api
在Durable Functions编排中使用HTTP特性https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-features
在Azure Functions中配置Event Grid触发器与绑定https://learn.microsoft.com/en-us/azure/azure-functions/event-grid-how-tos
将Azure Functions与Azure OpenAI补全能力集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-openai-text-completion
在Azure Functions中使用Azure SQL输出绑定(VS Code)https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-azure-sql-vs-code
在Azure Functions中使用Cosmos DB输出绑定(VS Code)https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-cosmos-db-vs-code
通过CLI将HTTP触发函数连接到存储队列https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-cli
在Visual Studio中添加Azure Storage队列输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs
在VS Code中配置存储队列输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs-code
在Azure Functions中使用Azure Data Explorer绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer
为Azure Functions配置Azure Data Explorer输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-input
为Azure Functions配置Azure Data Explorer输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-output
在Azure Functions中使用Azure Database for MySQL绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql
为Functions配置Azure Database for MySQL输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-input
为Functions配置Azure Database for MySQL输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-output
在Functions中使用Azure Database for MySQL触发器绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-trigger
在Azure Functions中使用Azure SQL绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql
为Azure Functions配置Azure SQL输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-input
在Azure Functions中使用Azure SQL输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-output
为Azure Functions配置Azure SQL触发器绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger
将Azure Functions与Azure Cache for Redis集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache
在Functions中配置Azure Cache for Redis输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-input
在Functions中配置Azure Cache for Redis输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-output
在Azure Functions中使用RedisListTrigger绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redislist
在Azure Functions中使用RedisPubSubTrigger绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redispubsub
在Azure Functions中使用RedisStreamTrigger绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redisstream
在Azure Functions 1.x中使用Azure Cosmos DB绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb
在Azure Functions v4中使用Azure Cosmos DB绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2
为Azure Functions配置Azure Cosmos DB输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input
为Azure Functions配置Azure Cosmos DB输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-output
为Azure Functions配置Azure Cosmos DB触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-trigger
将Azure Functions与Dapr扩展绑定集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr
在Azure Functions中通过Dapr输入绑定访问密钥https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-secret
在Azure Functions中使用Dapr状态输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-state
在Azure Functions中通过Dapr输出绑定发送数据https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output
使用Azure Functions输出绑定调用Dapr应用https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-invoke
从Azure Functions发布Dapr主题消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-publish
在Azure Functions中通过输出绑定写入Dapr状态https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-state
为Azure Functions配置Dapr输入绑定触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger
在Azure Functions中使用Dapr服务调用触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-svc-invoke
为Azure Functions配置Dapr主题触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-topic
在Azure Functions中使用Azure DocumentDB绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb
为Azure Functions配置Azure DocumentDB输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-input
为Azure Functions配置Azure DocumentDB输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-output
为Azure Functions配置Azure DocumentDB触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-trigger
在Functions中使用Azure Event Grid触发器与绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid
在Functions中使用Event Grid输出绑定发送事件https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output
为Azure Functions配置Azure Event Grid触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger
将Azure Functions与Event Hubs绑定集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs
在Functions中使用Event Hubs输出绑定写入事件https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output
为Azure Functions配置Azure Event Hubs触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger
将Azure Functions与IoT Hub绑定集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot
为Azure Functions配置Azure IoT Hub触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot-trigger
在Azure Functions中使用HTTP触发器与绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook
使用Azure Functions输出绑定自定义HTTP响应https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-output
为Azure Functions API配置HTTP触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger
将Azure Functions与Apache Kafka绑定集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka
在Functions中使用Kafka输出绑定发送消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-output
为Azure Functions配置Apache Kafka触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-trigger
通过绑定将Azure Functions暴露为MCP工具https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp
在Azure Functions中配置MCP资源触发器端点https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-resource-trigger
在Azure Functions中配置MCP工具触发器端点https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-tool-trigger
在Azure Functions 1.x中使用Azure Mobile Apps绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mobile-apps
使用通知中心输出绑定发送推送通知https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-notification-hubs
为Azure Functions配置Azure OpenAI扩展https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai
在Azure Functions中使用Azure OpenAI助手触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistant-trigger
在Functions中使用Azure OpenAI助手创建输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantcreate-output
在Functions中使用Azure OpenAI助手发布输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantpost-input
在Functions中使用Azure OpenAI助手查询输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantquery-input
在Functions中使用Azure OpenAI嵌入输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddings-input
在Functions中使用Azure OpenAI嵌入存储输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddingsstore-output
在Functions中使用Azure OpenAI语义搜索输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-semanticsearch-input
在Functions中使用Azure OpenAI文本补全输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-textcompletion-input
将Azure Functions与RabbitMQ绑定集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq
在Functions中使用RabbitMQ输出绑定发送消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-output
为Azure Functions配置RabbitMQ触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-trigger
使用Azure Functions SendGrid输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-sendgrid
为Functions配置Azure Service Bus绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus
在Functions中使用Azure Service Bus输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-output
为Functions配置Azure Service Bus触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger
配置Azure Functions SignalR Service绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service
使用SignalR输入绑定签发访问令牌https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-input
在Functions中使用SignalR输出绑定发送消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-output
使用Functions触发器处理SignalR Service消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-trigger
将Azure Functions与Blob存储触发器集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob
在Azure Functions中使用Blob存储输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input
在Azure Functions中使用Blob存储输出绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output
为Functions配置Azure Blob存储触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger
将Azure Functions与队列存储绑定集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue
在Functions中使用队列存储输出绑定创建消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-output
为Functions配置Azure队列存储触发器https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger
在Azure Functions中使用Azure Tables绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table
为Functions配置Azure Tables输入绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-input
使用Azure Tables输出绑定写入实体https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-output
使用Azure Functions Twilio绑定发送短信https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-twilio
为Functions配置Azure Web PubSub绑定https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub
通过Functions签发Web PubSub客户端URL与令牌https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-input
使用Web PubSub输出绑定发送消息https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-output
通过混合连接将PowerShell Azure Functions连接到本地环境https://learn.microsoft.com/en-us/azure/azure-functions/functions-hybrid-powershell
将Azure Functions与Azure Cosmos DB集成存储非结构化数据https://learn.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb
将Azure Functions上的MCP服务器连接到Foundry Agent Servicehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-foundry-tools
通过API Management将Azure Functions暴露为APIhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition
将Azure Functions与Logic Apps和AI集成https://learn.microsoft.com/en-us/azure/azure-functions/functions-twitter-email
在Azure API Center注册托管在Azure Functions上的MCP服务器https://learn.microsoft.com/en-us/azure/azure-functions/register-mcp-server-api-center
为Start/Stop VMs v2调度添加Logic Apps前置动作https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/actions

Deployment

部署

TopicURL
Provision Azure Functions hosting resources with PowerShellhttps://learn.microsoft.com/en-us/azure/azure-functions/create-resources-azure-powershell
Use zip push deployment for Azure Functions appshttps://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push
Upgrade Durable Functions extension to latest versionhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-extension-upgrade
Host MSSQL-backed Durable Functions in Azure Container Appshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-mssql-container-apps-hosting
Implement zero-downtime deployments for Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-zero-downtime-deployment
Develop and deploy with Durable Task Scheduler using Azure CLIhttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler
Configure autoscaling for Durable Task in Azure Container Appshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-scaling
Configure zero-downtime site updates in Flex Consumptionhttps://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-site-updates
Configure continuous deployment for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-continuous-deployment
Create and publish Azure Functions in Linux containershttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-container-registry
Provision Azure Functions resources using Bicephttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-bicep
Deploy Azure Functions with ARM templateshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-resource-manager
Provision Azure Functions Flex plan using Terraformhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-terraform
Create an Azure Functions app in the portal with correct hosting planhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal
Deploy containerized Azure Functions on Linux in Azurehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container
Deploy containerized Azure Functions to Container Appshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container-apps
Use deployment slots with Azure Functions appshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-slots
Select deployment technologies for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies
Develop and publish C# Azure Functions with Visual Studiohttps://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs
Develop and deploy Azure Functions using Visual Studio Codehttps://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs-code
Set up Azure Pipelines CI/CD for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops
Run Azure Functions in custom Linux containers on Container Appshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-custom-container
Configure GitHub Actions CI/CD for Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-github-actions
Automate Azure Functions deployment with Bicep or ARMhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code
Host Azure Functions on Kubernetes with KEDAhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda
Develop and deploy Azure Functions locally using Core Toolshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local
Migrate Azure Cosmos DB Functions extension from v3 to v4https://learn.microsoft.com/en-us/azure/azure-functions/migrate-cosmos-db-version-3-version-4
Migrate .NET Azure Functions to isolated worker modelhttps://learn.microsoft.com/en-us/azure/azure-functions/migrate-dotnet-to-isolated-model
Migrate Azure Functions from Consumption to Flex planhttps://learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-plan-consumption-to-flex
Build and deploy Python Azure Functions using supported methodshttps://learn.microsoft.com/en-us/azure/azure-functions/python-build-options
Host self‑contained MCP servers on Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/self-hosted-mcp-servers
Deploy Start/Stop VMs v2 to your Azure subscriptionhttps://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/deploy
Remove the Start/Stop VMs v2 solution from Azurehttps://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/remove
主题URL
使用PowerShell provisioning Azure Functions托管资源https://learn.microsoft.com/en-us/azure/azure-functions/create-resources-azure-powershell
为Azure Functions应用使用zip推送部署https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push
将Durable Functions扩展升级到最新版本https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-extension-upgrade
在Azure Container Apps中托管基于MSSQL的Durable Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-mssql-container-apps-hosting
为Durable Functions实现零停机部署https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-zero-downtime-deployment
使用Azure CLI开发并部署Durable Task Scheduler应用https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler
为Azure Container Apps中的Durable Task配置自动扩缩容https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-scaling
在弹性消费计划中配置零停机站点更新https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-site-updates
为Azure Functions配置持续部署https://learn.microsoft.com/en-us/azure/azure-functions/functions-continuous-deployment
创建并发布Linux容器中的Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-container-registry
使用Bicep provisioning Azure Functions资源https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-bicep
使用ARM模板部署Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-resource-manager
使用Terraform provisioning Azure Functions弹性计划https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-terraform
在门户中创建Azure Functions应用并选择正确的托管方案https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal
在Azure上部署Linux容器化Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container
将容器化Azure Functions部署到Container Appshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container-apps
为Azure Functions应用使用部署槽位https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-slots
选择Azure Functions部署技术https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies
使用Visual Studio开发并发布C# Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs
使用Visual Studio Code开发并部署Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs-code
为Azure Functions配置Azure Pipelines CI/CDhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops
在Container Apps上的自定义Linux容器中运行Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-custom-container
为Azure Functions配置GitHub Actions CI/CDhttps://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-github-actions
使用Bicep或ARM自动化Azure Functions部署https://learn.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code
结合KEDA在Kubernetes上托管Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda
使用Core Tools在本地开发并部署Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local
将Azure Cosmos DB Functions扩展从v3迁移到v4https://learn.microsoft.com/en-us/azure/azure-functions/migrate-cosmos-db-version-3-version-4
将.NET Azure Functions迁移到隔离工作器模型https://learn.microsoft.com/en-us/azure/azure-functions/migrate-dotnet-to-isolated-model
将Azure Functions从消费计划迁移到弹性计划https://learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-plan-consumption-to-flex
使用支持的方式构建并部署Python Azure Functionshttps://learn.microsoft.com/en-us/azure/azure-functions/python-build-options
在Azure Functions上托管自包含MCP服务器https://learn.microsoft.com/en-us/azure/azure-functions/self-hosted-mcp-servers
将Start/Stop VMs v2部署到你的Azure订阅https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/deploy
从Azure中移除Start/Stop VMs v2解决方案https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/remove