{"id":"d410f9e9-66fa-4f0c-a3fd-ac6b3a9a18cb","shortId":"bmpDGS","kind":"skill","title":"azure-functions","tagline":"Expert knowledge for Azure Functions development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building HTTP/queue-triggered apps, Dura","description":"# Azure Functions Skill\n\nThis 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.\n\n## How to Use This Skill\n\n> **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\n\n> **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](https://github.com/MicrosoftDocs/mcp/blob/main/README.md)\n\nThis skill requires **network access** to fetch documentation content:\n- **Preferred**: Use `mcp_microsoftdocs:microsoft_docs_fetch` with query string `from=learn-agent-skill`. Returns Markdown.\n- **Fallback**: Use `fetch_webpage` with query string `from=learn-agent-skill&accept=text/markdown`. Returns Markdown.\n\n## Category Index\n\n| Category | Lines | Description |\n|----------|-------|-------------|\n| Troubleshooting | L37-L59 | Diagnosing 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. |\n| Best Practices | L60-L79 | Patterns 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. |\n| Decision Making | L80-L101 | Guidance on choosing Functions hosting/runtime models, estimating costs, and planning migrations (plans, runtimes, languages, AWS Lambda, Express.js, Service Bus) for optimal architecture. |\n| Architecture & Design Patterns | L102-L107 | Running Functions in Linux containers, Durable Functions design with Azure Storage, and hosting Functions on Azure Container Apps for scalable, container-based architectures. |\n| Limits & Quotas | L108-L116 | Details on Functions hosting limits: legacy and Flex Consumption plans, scaling behavior, concurrency and target-based scaling settings, and supported languages/versions. |\n| Security | L117-L134 | Securing Functions apps: encryption at rest, secure storage, keys/secrets, managed identity, private endpoints/VNet, Web PubSub, networking/access controls, and secure MCP hosting. |\n| Configuration | L135-L169 | Configuring Azure Functions apps: bindings, triggers, app/host settings, runtime versions, plans, networking, monitoring/telemetry, and local/Core Tools setup. |\n| Integrations & Coding Patterns | L170-L273 | Patterns and how-tos for wiring Functions to external systems (DBs, messaging, AI/OpenAI, Dapr, MCP, storage, HTTP) using triggers/bindings, plus integration with API Mgmt, Logic Apps, and on-prem. |\n| Deployment | L274-L303 | Deploying and hosting Azure Functions: provisioning plans (Consumption/Flex/Kubernetes), containers, CI/CD (GitHub/Azure Pipelines), slots, zero‑downtime, and migration/deployment automation. |\n\n### Troubleshooting\n| Topic | URL |\n|-------|-----|\n| Resolve AZFD0001 missing AzureWebJobsStorage setting | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0001 |\n| Fix AZFD0002 invalid AzureWebJobsStorage value | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0002 |\n| Troubleshoot AZFD0003 StorageException fetching diagnostics | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0003 |\n| Resolve AZFD0004 Azure Functions host ID collision | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0004 |\n| Fix AZFD0005 external startup exception in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0005 |\n| Handle AZFD0006 expiring SAS token warnings | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0006 |\n| Resolve AZFD0007 too many secrets backups | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0007 |\n| Fix AZFD0008 archive-tier Blob secrets repository | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0008 |\n| Resolve AZFD0009 unable to parse host.json | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0009 |\n| Fix AZFD0010 TZ/WEBSITE_TIME_ZONE on Linux Consumption | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0010 |\n| Resolve AZFD0011 missing FUNCTIONS_WORKER_RUNTIME | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0011 |\n| Fix AZFD0013 mismatched FUNCTIONS_WORKER_RUNTIME and payload | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0013 |\n| Resolve AZFD0015 non-CRON timer trigger schedule | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0015 |\n| Fix AZFW0001 invalid binding attributes in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/net-worker-rules/azfw0001 |\n| Handle errors and configure retries in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages |\n| Troubleshoot Node.js Azure Functions deployment and runtime issues | https://learn.microsoft.com/en-us/azure/azure-functions/functions-node-troubleshoot |\n| Fix 'Azure Functions Runtime is unreachable' storage errors | https://learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account |\n| Troubleshoot common issues in Python Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/recover-python-functions |\n| Diagnose and fix Start/Stop VMs for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/troubleshoot |\n\n### Best Practices\n| Topic | URL |\n|-------|-----|\n| Avoid async void in Azure Functions (AZF0001) | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0001 |\n| Optimize HttpClient usage in Functions (AZF0002) | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0002 |\n| Apply Azure Functions design and coding best practices | https://learn.microsoft.com/en-us/azure/azure-functions/functions-best-practices |\n| Handle errors and configure retries in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages |\n| Implement dependency injection in .NET Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection |\n| Design idempotent Azure Functions for duplicate events | https://learn.microsoft.com/en-us/azure/azure-functions/functions-idempotent |\n| Apply core development guidance across Azure Functions languages | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference |\n| Develop Java-based Azure Functions with triggers and bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-java |\n| Develop Node.js Azure Functions with triggers, bindings, and patterns | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node |\n| Develop PowerShell Azure Functions with function.json bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell |\n| Develop and deploy Python Azure Functions using the Python library | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python |\n| Implement reliable event processing with Event Hubs and Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reliable-event-processing |\n| Manage connection usage efficiently in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/manage-connections |\n| Optimize Azure Functions performance and reliability | https://learn.microsoft.com/en-us/azure/azure-functions/performance-reliability |\n| Profile and reduce memory usage in Python Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/python-memory-profiler-reference |\n| Optimize throughput and scaling for Python Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/python-scale-performance-reference |\n\n### Decision Making\n| Topic | URL |\n|-------|-----|\n| Choose Azure Functions file access strategy | https://learn.microsoft.com/en-us/azure/azure-functions/concept-file-access-options |\n| Plan migration from legacy Azure Functions Consumption plan | https://learn.microsoft.com/en-us/azure/azure-functions/consumption-plan |\n| Choose and use Azure Functions Dedicated hosting | https://learn.microsoft.com/en-us/azure/azure-functions/dedicated-plan |\n| Compare in-process vs isolated .NET Azure Functions models | https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-in-process-differences |\n| Choose between Azure Functions, Logic Apps, WebJobs, and Power Automate | https://learn.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs |\n| Estimate and compare Azure Functions consumption plan costs | https://learn.microsoft.com/en-us/azure/azure-functions/functions-consumption-costs |\n| Evaluate Azure Functions Premium plan capabilities | https://learn.microsoft.com/en-us/azure/azure-functions/functions-premium-plan |\n| Select Azure Functions hosting and scaling options | https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale |\n| Choose Azure Functions hosting and scaling options | https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale |\n| Choose the right Azure Functions runtime version | https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions |\n| Understand Azure Functions language support lifecycle | https://learn.microsoft.com/en-us/azure/azure-functions/language-support-policy |\n| Migrate Azure Functions from in-process to isolated | https://learn.microsoft.com/en-us/azure/azure-functions/migrate-dotnet-to-isolated-model |\n| Migrate Azure Functions Service Bus extension v4 to v5 | https://learn.microsoft.com/en-us/azure/azure-functions/migrate-service-bus-version-4-version-5 |\n| Migrate Azure Functions apps from runtime v1 to v4 | https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-1-version-4 |\n| Migrate Azure Functions apps from runtime v3 to v4 | https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4 |\n| Plan migration of AWS Lambda workloads to Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-aws-lambda-to-azure-functions |\n| Migrate Linux Consumption Functions to Flex Consumption | https://learn.microsoft.com/en-us/azure/azure-functions/migration/scenario-migrate-linux-consumption-to-flex |\n| Refactor Express.js APIs to Azure Functions endpoints | https://learn.microsoft.com/en-us/azure/azure-functions/shift-expressjs |\n\n### Architecture & Design Patterns\n| Topic | URL |\n|-------|-----|\n| Run Azure Functions in Linux containers | https://learn.microsoft.com/en-us/azure/azure-functions/container-concepts |\n| Host Azure Functions on Azure Container Apps | https://learn.microsoft.com/en-us/azure/azure-functions/functions-container-apps-hosting |\n\n### Limits & Quotas\n| Topic | URL |\n|-------|-----|\n| Understand event-driven scaling limits in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/event-driven-scaling |\n| Understand Azure Functions Flex Consumption hosting | https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan |\n| Configure concurrency behavior in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-concurrency |\n| Use target-based scaling for Azure Functions triggers | https://learn.microsoft.com/en-us/azure/azure-functions/functions-target-based-scaling |\n| Review supported languages and versions for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/supported-languages |\n\n### Security\n| Topic | URL |\n|-------|-----|\n| Encrypt Azure Functions application source at rest | https://learn.microsoft.com/en-us/azure/azure-functions/configure-encrypt-at-rest-using-cmk |\n| Use secured storage accounts with Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/configure-networking-how-to |\n| Handle AZFD0012 non-highly identifiable secret warnings | https://learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0012 |\n| Manage and use access keys for Azure Functions endpoints | https://learn.microsoft.com/en-us/azure/azure-functions/function-keys-how-to |\n| Secure Azure Web PubSub trigger endpoints in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-trigger |\n| Restrict Azure Functions access using private site access | https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-private-site-access |\n| Secure Azure Functions with VNet private endpoints | https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-vnet |\n| Connect Azure Functions to Azure SQL via managed identity | https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity |\n| Configure identity-based connections for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial |\n| Use managed identity with Functions triggers and bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial-2 |\n| Securely host MCP servers on Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-tutorial |\n| Configure Azure Functions networking and access controls | https://learn.microsoft.com/en-us/azure/azure-functions/functions-networking-options |\n| Secure Azure Functions with App Service features | https://learn.microsoft.com/en-us/azure/azure-functions/security-concepts |\n| Configure Azure Functions storage and encryption securely | https://learn.microsoft.com/en-us/azure/azure-functions/storage-considerations |\n\n### Configuration\n| Topic | URL |\n|-------|-----|\n| Add input and output bindings to existing Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/add-bindings-existing-function |\n| Configure Application Insights monitoring for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring |\n| Disable and enable individual Azure Functions via settings | https://learn.microsoft.com/en-us/azure/azure-functions/disable-function |\n| Configure Azure Functions extension bundles for non-.NET apps | https://learn.microsoft.com/en-us/azure/azure-functions/extension-bundles |\n| Create and manage Flex Consumption plan function apps | https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-how-to |\n| Configure Azure Functions app settings and environment variables | https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings |\n| Configure Azure Cosmos DB output binding for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-output |\n| Configure Azure Cosmos DB trigger binding for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-trigger |\n| Configure Azure Event Hubs output bindings in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output |\n| Configure Azure Event Hubs trigger bindings in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger |\n| Use Azure Functions binding expressions and patterns | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-expressions-patterns |\n| Register and configure Azure Functions binding extensions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register |\n| Configure Azure Service Bus output bindings in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-output |\n| Configure Azure Functions timer trigger schedules | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer |\n| Configure Azure Functions warmup trigger behavior | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-warmup |\n| Use Azure Functions Core Tools command reference | https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference |\n| Configure Azure Functions custom handlers for any runtime | https://learn.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers |\n| Configure and run Azure Functions locally with Core Tools | https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local |\n| Develop legacy in-process C# class library Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library |\n| Configure host.json settings for Azure Functions v2+ | https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json |\n| Configure host.json settings for Azure Functions v1 | https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json-v1 |\n| Configure function app settings for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings |\n| Configure NAT gateway for Azure Functions outbound IP | https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-nat-gateway |\n| Develop Azure Functions using legacy C# script (.csx) | https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-csharp |\n| Understand and manage Azure Functions app IP addresses | https://learn.microsoft.com/en-us/azure/azure-functions/ip-addresses |\n| Configure OpenTelemetry distributed tracing for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-opentelemetry-distributed-tracing |\n| Reference for Azure Functions monitoring data schema | https://learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-reference |\n| Configure OpenTelemetry export for Azure Functions logs | https://learn.microsoft.com/en-us/azure/azure-functions/opentelemetry-howto |\n| Target specific Azure Functions runtime versions | https://learn.microsoft.com/en-us/azure/azure-functions/set-runtime-version |\n| Manage and monitor VMs with Start/Stop VMs v2 | https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/manage |\n| Update language runtime versions for Azure Functions apps | https://learn.microsoft.com/en-us/azure/azure-functions/update-language-versions |\n\n### Integrations & Coding Patterns\n| Topic | URL |\n|-------|-----|\n| Create Python worker extensions for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/develop-python-worker-extensions |\n| Integrate Azure Functions with .NET Aspire applications | https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-aspire-integration |\n| Configure Event Grid triggers and bindings in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/event-grid-how-tos |\n| Integrate Azure Functions with Azure OpenAI completions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-openai-text-completion |\n| 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 |\n| 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 |\n| Connect HTTP-triggered function to Storage queue via CLI | https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-cli |\n| Add Azure Storage queue output binding in Visual Studio | https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs |\n| Configure Storage queue output binding in VS Code | https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs-code |\n| Use Azure Data Explorer bindings with Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer |\n| Configure Azure Data Explorer input binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-input |\n| Configure Azure Data Explorer output binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-output |\n| Use Azure Database for MySQL bindings in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql |\n| Configure Azure Database for MySQL input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-input |\n| Configure Azure Database for MySQL output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-output |\n| Use Azure Database for MySQL trigger binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-trigger |\n| Use Azure SQL bindings with Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql |\n| Configure Azure SQL input binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-input |\n| Use Azure SQL output binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-output |\n| Configure Azure SQL trigger binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger |\n| Integrate Azure Functions with Azure Cache for Redis | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache |\n| Configure Azure Cache for Redis input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-input |\n| Configure Azure Cache for Redis output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-output |\n| Use RedisListTrigger binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redislist |\n| Use RedisPubSubTrigger binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redispubsub |\n| Use RedisStreamTrigger binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redisstream |\n| Use Azure Cosmos DB bindings with Azure Functions 1.x | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb |\n| Use Azure Cosmos DB bindings with Azure Functions v4 | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2 |\n| Configure Azure Cosmos DB input binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input |\n| Integrate Azure Functions with Dapr extension bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr |\n| Access secrets with Dapr input binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-secret |\n| Use Dapr state input binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-state |\n| Send data via Dapr binding output in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output |\n| Invoke Dapr applications with Azure Functions output binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-invoke |\n| Publish Dapr topic messages from Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-publish |\n| Write Dapr state with output binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-state |\n| Configure Dapr input binding triggers for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger |\n| Use Dapr service invocation trigger in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-svc-invoke |\n| Configure Dapr topic triggers for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-topic |\n| Use Azure DocumentDB bindings in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb |\n| Configure Azure DocumentDB input binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-input |\n| Configure Azure DocumentDB output binding for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-output |\n| Configure Azure DocumentDB trigger for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-trigger |\n| Use Azure Event Grid triggers and bindings in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid |\n| Send events with Event Grid output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output |\n| Configure Azure Event Grid trigger for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger |\n| Integrate Azure Functions with Event Hubs bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs |\n| Integrate Azure Functions with IoT Hub bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot |\n| Configure Azure IoT Hub trigger for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot-trigger |\n| Use HTTP triggers and bindings in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook |\n| Customize HTTP responses with Azure Functions output binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-output |\n| Configure HTTP trigger for Azure Functions APIs | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger |\n| Integrate Azure Functions with Apache Kafka bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka |\n| Send messages with Kafka output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-output |\n| Configure Apache Kafka trigger for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-trigger |\n| Expose Azure Functions as MCP tools via bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp |\n| Implement MCP resource triggers in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-resource-trigger |\n| Configure MCP tool trigger endpoints in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-tool-trigger |\n| Use Azure Mobile Apps bindings in Azure Functions 1.x | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mobile-apps |\n| Send push notifications with Notification Hubs output binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-notification-hubs |\n| Configure Azure OpenAI extension for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai |\n| Use Azure OpenAI assistant trigger in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistant-trigger |\n| Use Azure OpenAI assistant create output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantcreate-output |\n| Use Azure OpenAI assistant post input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantpost-input |\n| Use Azure OpenAI assistant query input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantquery-input |\n| Use Azure OpenAI embeddings input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddings-input |\n| Use Azure OpenAI embeddings store output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddingsstore-output |\n| Use Azure OpenAI semantic search input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-semanticsearch-input |\n| Use Azure OpenAI text completion input binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-textcompletion-input |\n| Integrate Azure Functions with RabbitMQ bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq |\n| Send messages with RabbitMQ output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-output |\n| Configure RabbitMQ trigger for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-trigger |\n| Use Azure Functions SendGrid output binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-sendgrid |\n| Configure Azure Service Bus bindings for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus |\n| Configure Azure Service Bus trigger for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger |\n| Configure Azure Functions SignalR Service bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service |\n| Use SignalR input binding to issue access tokens | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-input |\n| Send messages with SignalR output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-output |\n| Handle SignalR Service messages with Functions trigger | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-trigger |\n| Integrate Azure Functions with Blob storage triggers | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob |\n| Use Blob storage input binding in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input |\n| Use Azure Blob storage output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output |\n| Configure Azure Blob storage trigger for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger |\n| Integrate Azure Functions with Queue storage bindings | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue |\n| Create messages with Queue storage output binding in Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-output |\n| Configure Azure Queue storage trigger for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger |\n| Use Azure Tables bindings with Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table |\n| Configure Azure Tables input binding for Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-input |\n| Write entities with Azure Tables output binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-output |\n| Send SMS with Azure Functions Twilio binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-twilio |\n| Use Azure Web PubSub bindings in Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub |\n| Issue Web PubSub client URLs and tokens via Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-input |\n| Send messages with Web PubSub output binding | https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-output |\n| Connect PowerShell Azure Functions to on-premises via Hybrid Connections | https://learn.microsoft.com/en-us/azure/azure-functions/functions-hybrid-powershell |\n| Integrate Azure Functions with Azure Cosmos DB for unstructured data | https://learn.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb |\n| Connect MCP servers on Azure Functions to Foundry Agent Service | https://learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-foundry-tools |\n| Expose Azure Functions as APIs via API Management | https://learn.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition |\n| Integrate Azure Functions with Logic Apps and AI | https://learn.microsoft.com/en-us/azure/azure-functions/functions-twitter-email |\n| Register Azure Functions–hosted MCP servers in Azure API Center | https://learn.microsoft.com/en-us/azure/azure-functions/register-mcp-server-api-center |\n| Add Logic Apps preactions to Start/Stop VMs v2 schedules | https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/actions |\n\n### Deployment\n| Topic | URL |\n|-------|-----|\n| Provision Azure Functions hosting resources with PowerShell | https://learn.microsoft.com/en-us/azure/azure-functions/create-resources-azure-powershell |\n| Use zip push deployment for Azure Functions apps | https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push |\n| Configure zero-downtime site updates in Flex Consumption | https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-site-updates |\n| Configure continuous deployment for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-continuous-deployment |\n| Provision Azure Functions resources using Bicep | https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-bicep |\n| Deploy Azure Functions with ARM templates | https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-resource-manager |\n| Provision Azure Functions Flex plan using Terraform | https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-terraform |\n| Create an Azure Functions app in the portal with correct hosting plan | https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal |\n| Deploy containerized Azure Functions on Linux in Azure | https://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container |\n| Deploy containerized Azure Functions to Container Apps | https://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container-apps |\n| Use deployment slots with Azure Functions apps | https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-slots |\n| Select deployment technologies for Azure Functions apps | https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies |\n| Develop and publish C# Azure Functions with Visual Studio | https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs |\n| Develop and deploy Azure Functions using Visual Studio Code | https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs-code |\n| Set up Azure Pipelines CI/CD for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops |\n| Run Azure Functions in custom Linux containers on Container Apps | https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-custom-container |\n| Configure GitHub Actions CI/CD for Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-github-actions |\n| Automate Azure Functions deployment with Bicep or ARM | https://learn.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code |\n| Host Azure Functions on Kubernetes with KEDA | https://learn.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda |\n| Configure zone-redundant Azure Functions apps | https://learn.microsoft.com/en-us/azure/azure-functions/functions-zone-redundancy |\n| Migrate Azure Cosmos DB Functions extension from v3 to v4 | https://learn.microsoft.com/en-us/azure/azure-functions/migrate-cosmos-db-version-3-version-4 |\n| Migrate Azure Functions from Consumption to Flex plan | https://learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-plan-consumption-to-flex |\n| Build and deploy Python Azure Functions using supported methods | https://learn.microsoft.com/en-us/azure/azure-functions/python-build-options |\n| Run Azure Functions directly from package files | https://learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package |\n| Host self‑contained MCP servers on Azure Functions | https://learn.microsoft.com/en-us/azure/azure-functions/self-hosted-mcp-servers |\n| Deploy Start/Stop VMs v2 to your Azure subscription | https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/deploy |\n| Remove the Start/Stop VMs v2 solution from Azure | https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/remove |","tags":["azure","functions","agent","skills","microsoftdocs","agent-skills","agentic-skills","agentskill","ai-agents","ai-coding","azure-functions","azure-kubernetes-service"],"capabilities":["skill","source-microsoftdocs","skill-azure-functions","topic-agent","topic-agent-skills","topic-agentic-skills","topic-agentskill","topic-ai-agents","topic-ai-coding","topic-azure","topic-azure-functions","topic-azure-kubernetes-service","topic-azure-openai","topic-azure-sql-database","topic-azure-storage"],"categories":["Agent-Skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/MicrosoftDocs/Agent-Skills/azure-functions","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add MicrosoftDocs/Agent-Skills","source_repo":"https://github.com/MicrosoftDocs/Agent-Skills","install_from":"skills.sh"}},"qualityScore":"0.698","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 497 github stars · SKILL.md body (38,657 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T06:53:32.853Z","embedding":null,"createdAt":"2026-04-18T21:59:08.356Z","updatedAt":"2026-04-22T06:53:32.853Z","lastSeenAt":"2026-04-22T06:53:32.853Z","tsv":"'/en-us/azure/azure-functions/add-bindings-existing-function':1271 '/en-us/azure/azure-functions/concept-file-access-options':837 '/en-us/azure/azure-functions/configure-encrypt-at-rest-using-cmk':1117 '/en-us/azure/azure-functions/configure-monitoring':1281 '/en-us/azure/azure-functions/configure-networking-how-to':1127 '/en-us/azure/azure-functions/consumption-plan':848 '/en-us/azure/azure-functions/container-concepts':1037 '/en-us/azure/azure-functions/create-resources-azure-powershell':2710 '/en-us/azure/azure-functions/dedicated-plan':858 '/en-us/azure/azure-functions/deployment-zip-push':2721 '/en-us/azure/azure-functions/develop-python-worker-extensions':1604 '/en-us/azure/azure-functions/disable-function':1292 '/en-us/azure/azure-functions/dotnet-aspire-integration':1614 '/en-us/azure/azure-functions/dotnet-isolated-in-process-differences':871 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0001':468 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0002':476 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0003':484 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0004':494 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0005':504 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0006':513 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0007':522 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0008':533 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0009':542 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0010':551 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0011':560 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0012':1138 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0013':571 '/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0015':582 '/en-us/azure/azure-functions/errors-diagnostics/net-worker-rules/azfw0001':592 '/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0001':660 '/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0002':669 '/en-us/azure/azure-functions/event-driven-scaling':1063 '/en-us/azure/azure-functions/event-grid-how-tos':1626 '/en-us/azure/azure-functions/extension-bundles':1304 '/en-us/azure/azure-functions/flex-consumption-how-to':1315 '/en-us/azure/azure-functions/flex-consumption-plan':1072 '/en-us/azure/azure-functions/flex-consumption-site-updates':2733 '/en-us/azure/azure-functions/function-keys-how-to':1150 '/en-us/azure/azure-functions/functions-add-openai-text-completion':1636 '/en-us/azure/azure-functions/functions-add-output-binding-azure-sql-vs-code':1649 '/en-us/azure/azure-functions/functions-add-output-binding-cosmos-db-vs-code':1662 '/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-cli':1675 '/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs':1687 '/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs-code':1698 '/en-us/azure/azure-functions/functions-app-settings':1326 '/en-us/azure/azure-functions/functions-best-practices':680 '/en-us/azure/azure-functions/functions-bindings-azure-data-explorer':1709 '/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-input':1721 '/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-output':1733 '/en-us/azure/azure-functions/functions-bindings-azure-mysql':1745 '/en-us/azure/azure-functions/functions-bindings-azure-mysql-input':1757 '/en-us/azure/azure-functions/functions-bindings-azure-mysql-output':1769 '/en-us/azure/azure-functions/functions-bindings-azure-mysql-trigger':1781 '/en-us/azure/azure-functions/functions-bindings-azure-sql':1791 '/en-us/azure/azure-functions/functions-bindings-azure-sql-input':1802 '/en-us/azure/azure-functions/functions-bindings-azure-sql-output':1813 '/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger':1824 '/en-us/azure/azure-functions/functions-bindings-cache':1835 '/en-us/azure/azure-functions/functions-bindings-cache-input':1847 '/en-us/azure/azure-functions/functions-bindings-cache-output':1859 '/en-us/azure/azure-functions/functions-bindings-cache-trigger-redislist':1868 '/en-us/azure/azure-functions/functions-bindings-cache-trigger-redispubsub':1877 '/en-us/azure/azure-functions/functions-bindings-cache-trigger-redisstream':1886 '/en-us/azure/azure-functions/functions-bindings-cosmosdb':1899 '/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2':1911 '/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input':1923 '/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-output':1337 '/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-trigger':1348 '/en-us/azure/azure-functions/functions-bindings-dapr':1933 '/en-us/azure/azure-functions/functions-bindings-dapr-input-secret':1945 '/en-us/azure/azure-functions/functions-bindings-dapr-input-state':1956 '/en-us/azure/azure-functions/functions-bindings-dapr-output':1968 '/en-us/azure/azure-functions/functions-bindings-dapr-output-invoke':1979 '/en-us/azure/azure-functions/functions-bindings-dapr-output-publish':1989 '/en-us/azure/azure-functions/functions-bindings-dapr-output-state':2001 '/en-us/azure/azure-functions/functions-bindings-dapr-trigger':2012 '/en-us/azure/azure-functions/functions-bindings-dapr-trigger-svc-invoke':2023 '/en-us/azure/azure-functions/functions-bindings-dapr-trigger-topic':2033 '/en-us/azure/azure-functions/functions-bindings-documentdb':2043 '/en-us/azure/azure-functions/functions-bindings-documentdb-input':2054 '/en-us/azure/azure-functions/functions-bindings-documentdb-output':2065 '/en-us/azure/azure-functions/functions-bindings-documentdb-trigger':2075 '/en-us/azure/azure-functions/functions-bindings-error-pages':603,691 '/en-us/azure/azure-functions/functions-bindings-event-grid':2087 '/en-us/azure/azure-functions/functions-bindings-event-grid-output':2099 '/en-us/azure/azure-functions/functions-bindings-event-grid-trigger':2110 '/en-us/azure/azure-functions/functions-bindings-event-hubs':2120 '/en-us/azure/azure-functions/functions-bindings-event-hubs-output':1359 '/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger':1370 '/en-us/azure/azure-functions/functions-bindings-event-iot':2130 '/en-us/azure/azure-functions/functions-bindings-event-iot-trigger':2141 '/en-us/azure/azure-functions/functions-bindings-expressions-patterns':1380 '/en-us/azure/azure-functions/functions-bindings-http-webhook':2152 '/en-us/azure/azure-functions/functions-bindings-http-webhook-output':2163 '/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger':2173 '/en-us/azure/azure-functions/functions-bindings-kafka':2183 '/en-us/azure/azure-functions/functions-bindings-kafka-output':2194 '/en-us/azure/azure-functions/functions-bindings-kafka-trigger':2204 '/en-us/azure/azure-functions/functions-bindings-mcp':2215 '/en-us/azure/azure-functions/functions-bindings-mcp-resource-trigger':2225 '/en-us/azure/azure-functions/functions-bindings-mcp-tool-trigger':2236 '/en-us/azure/azure-functions/functions-bindings-mobile-apps':2249 '/en-us/azure/azure-functions/functions-bindings-notification-hubs':2260 '/en-us/azure/azure-functions/functions-bindings-openai':2270 '/en-us/azure/azure-functions/functions-bindings-openai-assistant-trigger':2281 '/en-us/azure/azure-functions/functions-bindings-openai-assistantcreate-output':2293 '/en-us/azure/azure-functions/functions-bindings-openai-assistantpost-input':2305 '/en-us/azure/azure-functions/functions-bindings-openai-assistantquery-input':2317 '/en-us/azure/azure-functions/functions-bindings-openai-embeddings-input':2328 '/en-us/azure/azure-functions/functions-bindings-openai-embeddingsstore-output':2340 '/en-us/azure/azure-functions/functions-bindings-openai-semanticsearch-input':2352 '/en-us/azure/azure-functions/functions-bindings-openai-textcompletion-input':2364 '/en-us/azure/azure-functions/functions-bindings-rabbitmq':2373 '/en-us/azure/azure-functions/functions-bindings-rabbitmq-output':2384 '/en-us/azure/azure-functions/functions-bindings-rabbitmq-trigger':2393 '/en-us/azure/azure-functions/functions-bindings-register':1390 '/en-us/azure/azure-functions/functions-bindings-sendgrid':2402 '/en-us/azure/azure-functions/functions-bindings-service-bus':2412 '/en-us/azure/azure-functions/functions-bindings-service-bus-output':1401 '/en-us/azure/azure-functions/functions-bindings-service-bus-trigger':2422 '/en-us/azure/azure-functions/functions-bindings-signalr-service':2431 '/en-us/azure/azure-functions/functions-bindings-signalr-service-input':2442 '/en-us/azure/azure-functions/functions-bindings-signalr-service-output':2453 '/en-us/azure/azure-functions/functions-bindings-signalr-service-trigger':2463 '/en-us/azure/azure-functions/functions-bindings-storage-blob':2473 '/en-us/azure/azure-functions/functions-bindings-storage-blob-input':2484 '/en-us/azure/azure-functions/functions-bindings-storage-blob-output':2495 '/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger':2505 '/en-us/azure/azure-functions/functions-bindings-storage-queue':2515 '/en-us/azure/azure-functions/functions-bindings-storage-queue-output':2527 '/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger':2537 '/en-us/azure/azure-functions/functions-bindings-storage-table':2547 '/en-us/azure/azure-functions/functions-bindings-storage-table-input':2557 '/en-us/azure/azure-functions/functions-bindings-storage-table-output':2567 '/en-us/azure/azure-functions/functions-bindings-timer':1410 '/en-us/azure/azure-functions/functions-bindings-twilio':2577 '/en-us/azure/azure-functions/functions-bindings-warmup':1419 '/en-us/azure/azure-functions/functions-bindings-web-pubsub':2588 '/en-us/azure/azure-functions/functions-bindings-web-pubsub-input':2600 '/en-us/azure/azure-functions/functions-bindings-web-pubsub-output':2610 '/en-us/azure/azure-functions/functions-bindings-web-pubsub-trigger':1161 '/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs':884 '/en-us/azure/azure-functions/functions-concurrency':1081 '/en-us/azure/azure-functions/functions-consumption-costs':895 '/en-us/azure/azure-functions/functions-container-apps-hosting':1047 '/en-us/azure/azure-functions/functions-continuous-deployment':2742 '/en-us/azure/azure-functions/functions-core-tools-reference':1429 '/en-us/azure/azure-functions/functions-create-first-function-bicep':2751 '/en-us/azure/azure-functions/functions-create-first-function-resource-manager':2760 '/en-us/azure/azure-functions/functions-create-first-function-terraform':2770 '/en-us/azure/azure-functions/functions-create-function-app-portal':2785 '/en-us/azure/azure-functions/functions-create-private-site-access':1172 '/en-us/azure/azure-functions/functions-create-vnet':1182 '/en-us/azure/azure-functions/functions-custom-handlers':1440 '/en-us/azure/azure-functions/functions-deploy-container':2796 '/en-us/azure/azure-functions/functions-deploy-container-apps':2806 '/en-us/azure/azure-functions/functions-deployment-slots':2816 '/en-us/azure/azure-functions/functions-deployment-technologies':2826 '/en-us/azure/azure-functions/functions-develop-local':1452 '/en-us/azure/azure-functions/functions-develop-vs':2838 '/en-us/azure/azure-functions/functions-develop-vs-code':2850 '/en-us/azure/azure-functions/functions-dotnet-class-library':1465 '/en-us/azure/azure-functions/functions-dotnet-dependency-injection':701 '/en-us/azure/azure-functions/functions-host-json':1475 '/en-us/azure/azure-functions/functions-host-json-v1':1485 '/en-us/azure/azure-functions/functions-how-to-azure-devops':2861 '/en-us/azure/azure-functions/functions-how-to-custom-container':2874 '/en-us/azure/azure-functions/functions-how-to-github-actions':2884 '/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings':1495 '/en-us/azure/azure-functions/functions-how-to-use-nat-gateway':1506 '/en-us/azure/azure-functions/functions-hybrid-powershell':2624 '/en-us/azure/azure-functions/functions-idempotent':711 '/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity':1194 '/en-us/azure/azure-functions/functions-identity-based-connections-tutorial':1205 '/en-us/azure/azure-functions/functions-identity-based-connections-tutorial-2':1216 '/en-us/azure/azure-functions/functions-infrastructure-as-code':2895 '/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb':2637 '/en-us/azure/azure-functions/functions-kubernetes-keda':2905 '/en-us/azure/azure-functions/functions-mcp-foundry-tools':2650 '/en-us/azure/azure-functions/functions-mcp-tutorial':1226 '/en-us/azure/azure-functions/functions-networking-options':1236 '/en-us/azure/azure-functions/functions-node-troubleshoot':614 '/en-us/azure/azure-functions/functions-openapi-definition':2661 '/en-us/azure/azure-functions/functions-premium-plan':904 '/en-us/azure/azure-functions/functions-recover-storage-account':625 '/en-us/azure/azure-functions/functions-reference':722 '/en-us/azure/azure-functions/functions-reference-csharp':1517 '/en-us/azure/azure-functions/functions-reference-java':735 '/en-us/azure/azure-functions/functions-reference-node':747 '/en-us/azure/azure-functions/functions-reference-powershell':757 '/en-us/azure/azure-functions/functions-reference-python':770 '/en-us/azure/azure-functions/functions-reliable-event-processing':782 '/en-us/azure/azure-functions/functions-scale':914,924 '/en-us/azure/azure-functions/functions-target-based-scaling':1093 '/en-us/azure/azure-functions/functions-twitter-email':2672 '/en-us/azure/azure-functions/functions-versions':934 '/en-us/azure/azure-functions/functions-zone-redundancy':2915 '/en-us/azure/azure-functions/ip-addresses':1528 '/en-us/azure/azure-functions/language-support-policy':943 '/en-us/azure/azure-functions/manage-connections':792 '/en-us/azure/azure-functions/migrate-cosmos-db-version-3-version-4':2928 '/en-us/azure/azure-functions/migrate-dotnet-to-isolated-model':955 '/en-us/azure/azure-functions/migrate-service-bus-version-4-version-5':967 '/en-us/azure/azure-functions/migrate-version-1-version-4':979 '/en-us/azure/azure-functions/migrate-version-3-version-4':991 '/en-us/azure/azure-functions/migration/migrate-aws-lambda-to-azure-functions':1003 '/en-us/azure/azure-functions/migration/migrate-plan-consumption-to-flex':2939 '/en-us/azure/azure-functions/migration/scenario-migrate-linux-consumption-to-flex':1013 '/en-us/azure/azure-functions/monitor-functions-opentelemetry-distributed-tracing':1538 '/en-us/azure/azure-functions/monitor-functions-reference':1548 '/en-us/azure/azure-functions/opentelemetry-howto':1558 '/en-us/azure/azure-functions/performance-reliability':801 '/en-us/azure/azure-functions/python-build-options':2951 '/en-us/azure/azure-functions/python-memory-profiler-reference':813 '/en-us/azure/azure-functions/python-scale-performance-reference':824 '/en-us/azure/azure-functions/recover-python-functions':635 '/en-us/azure/azure-functions/register-mcp-server-api-center':2685 '/en-us/azure/azure-functions/run-functions-from-deployment-package':2961 '/en-us/azure/azure-functions/security-concepts':1246 '/en-us/azure/azure-functions/self-hosted-mcp-servers':2972 '/en-us/azure/azure-functions/set-runtime-version':1567 '/en-us/azure/azure-functions/shift-expressjs':1023 '/en-us/azure/azure-functions/start-stop-v2/actions':2697 '/en-us/azure/azure-functions/start-stop-v2/deploy':2983 '/en-us/azure/azure-functions/start-stop-v2/manage':1578 '/en-us/azure/azure-functions/start-stop-v2/remove':2994 '/en-us/azure/azure-functions/start-stop-v2/troubleshoot':646 '/en-us/azure/azure-functions/storage-considerations':1256 '/en-us/azure/azure-functions/supported-languages':1104 '/en-us/azure/azure-functions/update-language-versions':1589 '/microsoftdocs/mcp/blob/main/readme.md)':162 '1':1895,2245 '3':133 'accept':201 'access':167,833,1142,1165,1169,1232,1934,2438 'account':1121 'across':716 'action':2877 'add':1260,1676,2686 'address':1525 'agent':82,126,185,199,2646 'ai':2669 'ai/openai':418 'apach':2178,2196 'api':428,1016,2170,2655,2657,2681 'app':32,319,359,385,431,877,971,983,1044,1241,1301,1312,1319,1488,1523,1586,2240,2667,2688,2718,2775,2803,2813,2823,2871,2912 'app/host':388 'appli':670,712 'applic':1111,1273,1611,1971 'architectur':16,51,295,296,325,1024 'archiv':526 'archive-ti':525 'arm':2756,2892 'aspir':1610 'assist':2274,2285,2297,2309 'async':652 'attribut':587 'autom':457,881,2885 'avail':152 'avoid':651 'aw':288,995 'azf0001':657 'azf0002':666 'azfd/azfw':221 'azfd0001':462 'azfd0002':470 'azfd0003':478 'azfd0004':486 'azfd0005':496 'azfd0006':506 'azfd0007':515 'azfd0008':524 'azfd0009':535 'azfd0010':544 'azfd0011':553 'azfd0012':1129 'azfd0013':562 'azfd0015':573 'azfw0001':584 'azur':2,7,34,43,249,311,317,383,443,487,599,606,616,631,642,655,671,687,697,704,717,727,738,750,762,788,794,809,820,830,842,852,866,874,888,897,906,916,928,936,945,957,969,981,999,1018,1030,1039,1042,1059,1065,1077,1088,1100,1109,1123,1145,1152,1163,1174,1184,1187,1201,1222,1228,1238,1248,1267,1277,1286,1294,1317,1328,1339,1350,1361,1372,1384,1392,1403,1412,1421,1431,1444,1461,1470,1480,1491,1500,1508,1521,1534,1541,1553,1561,1584,1600,1606,1622,1628,1631,1638,1643,1656,1677,1700,1705,1711,1717,1723,1729,1735,1741,1747,1759,1771,1783,1787,1793,1798,1804,1809,1815,1820,1826,1829,1837,1849,1864,1873,1882,1888,1893,1901,1906,1913,1919,1925,1941,1952,1964,1973,1985,1997,2008,2019,2029,2035,2039,2045,2050,2056,2061,2067,2071,2077,2101,2106,2112,2122,2132,2137,2148,2157,2168,2175,2200,2206,2221,2232,2238,2243,2262,2266,2272,2277,2283,2295,2307,2319,2330,2342,2354,2366,2389,2395,2404,2414,2424,2465,2480,2486,2497,2507,2529,2539,2543,2549,2561,2571,2579,2584,2613,2626,2629,2642,2652,2663,2674,2680,2702,2716,2738,2744,2753,2762,2773,2788,2793,2799,2811,2821,2831,2842,2853,2857,2863,2880,2886,2897,2910,2917,2930,2944,2953,2968,2979,2991 'azure-funct':1 'azurewebjobsstorag':464,472 'backup':519 'base':324,347,726,1085,1198 'behavior':342,1075,1416 'best':12,47,238,267,647,676 'bicep':2748,2890 'bind':386,586,732,742,754,1213,1264,1332,1343,1354,1365,1374,1386,1396,1620,1641,1654,1681,1692,1703,1715,1727,1739,1752,1764,1776,1785,1796,1807,1818,1842,1854,1862,1871,1880,1891,1904,1917,1930,1939,1950,1961,1976,1995,2005,2037,2048,2059,2082,2094,2117,2127,2146,2160,2180,2189,2212,2241,2257,2288,2300,2312,2323,2335,2347,2359,2370,2379,2399,2407,2428,2435,2448,2478,2490,2512,2522,2541,2552,2564,2574,2582,2607 'blob':528,2468,2475,2487,2498 'build':30,2940 'bundl':1297 'bus':292,960,1394,2406,2416 'c':1458,1512,2830 'cach':1830,1838,1850 'capabl':74,901 'categori':85,93,109,205,207 'center':2682 'choos':276,829,849,872,915,925 'ci/cd':449,2855,2878 'class':1459 'cli':1672 'client':2592 'code':24,59,223,400,675,1591,1646,1659,1695,2847 'collis':491 'combin':64 'command':1425 'common':627 'compar':859,887 'complet':1633,2357 'concurr':343,1074 'config':226 'configur':22,57,378,382,596,684,1073,1195,1227,1247,1257,1272,1293,1316,1327,1338,1349,1360,1383,1391,1402,1411,1430,1441,1466,1476,1486,1496,1529,1549,1615,1688,1710,1722,1746,1758,1792,1814,1836,1848,1912,2002,2024,2044,2055,2066,2100,2131,2164,2195,2226,2261,2385,2403,2413,2423,2496,2528,2548,2722,2734,2875,2906 'connect':784,1183,1199,1663,2611,2621,2638 'consumpt':339,548,844,890,1006,1010,1068,1309,2730,2933 'consumption/flex/kubernetes':447 'contain':306,318,323,448,1034,1043,2802,2868,2870,2964 'container':2787,2798 'container-bas':322 'content':69,171 'continu':2735 'control':373,1233 'core':713,1423,1448 'correct':2780 'cosmos':1329,1340,1651,1889,1902,1914,2630,2918 'cost':281,892 'cover':45 'creat':1305,1595,2286,2516,2771 'cron':576 'csx':1514 'custom':1433,2153,2866 'dapr':419,1928,1937,1947,1960,1970,1981,1991,2003,2014,2025 'data':1544,1701,1712,1724,1958,2634 'databas':1736,1748,1760,1772 'db':1330,1341,1652,1890,1903,1915,2631,2919 'dbs':416 'decis':14,49,269,825 'dedic':854 'depend':693 'deploy':27,62,436,440,608,760,2698,2714,2736,2752,2786,2797,2808,2818,2841,2888,2942,2973 'descript':209 'design':17,52,255,297,309,673,702,1025 'detail':331 'develop':9,714,723,736,748,758,1453,1507,2827,2839 'di':259 'diagnos':214,636 'diagnost':481 'direct':2955 'disabl':1282 'distribut':1531 'doc':177 'document':72,170 'documentdb':2036,2046,2057,2068 'downtim':454,2725 'driven':1055 'duplic':707 'dura':33 'durabl':217,252,307 'e.g':97,113 'effici':786 'embed':2321,2332 'enabl':1284 'encrypt':360,1108,1252 'endpoint':1020,1147,1156,1179,2230 'endpoints/vnet':369 'entiti':2559 'environ':1322 'error':222,230,257,594,622,682 'estim':280,885 'evalu':896 'event':708,773,776,1054,1351,1362,1616,2078,2089,2091,2102,2115 'event-driven':1053 'except':499 'exist':1266 'expert':4,40 'expir':507 'explor':1702,1713,1725 'export':1551 'expos':2205,2651 'express':1375 'express.js':290,1015 'extens':961,1296,1387,1598,1929,2264,2921 'extern':414,497 'fallback':189 'featur':1243 'fetch':73,169,178,191,480 'file':103,111,118,123,832,2958 'fix':216,469,495,523,543,561,583,615,638 'flex':338,1009,1067,1308,2729,2764,2935 'foundri':2645 'function':3,8,35,44,237,250,253,277,303,308,315,333,358,384,412,444,488,501,555,564,589,600,607,617,632,643,656,665,672,688,698,705,718,728,739,751,763,779,789,795,810,821,831,843,853,867,875,889,898,907,917,929,937,946,958,970,982,1000,1007,1019,1031,1040,1060,1066,1078,1089,1101,1110,1124,1146,1158,1164,1175,1185,1202,1210,1223,1229,1239,1249,1268,1278,1287,1295,1311,1318,1334,1345,1356,1367,1373,1385,1398,1404,1413,1422,1432,1445,1462,1471,1481,1487,1492,1501,1509,1522,1535,1542,1554,1562,1585,1601,1607,1623,1629,1644,1657,1667,1706,1718,1730,1742,1754,1766,1778,1788,1799,1810,1821,1827,1844,1856,1865,1874,1883,1894,1907,1920,1926,1942,1953,1965,1974,1986,1998,2009,2020,2030,2040,2051,2062,2072,2084,2096,2107,2113,2123,2138,2149,2158,2169,2176,2191,2201,2207,2222,2233,2244,2267,2278,2290,2302,2314,2325,2337,2349,2361,2367,2381,2390,2396,2409,2419,2425,2450,2459,2466,2481,2492,2502,2508,2524,2534,2544,2554,2572,2585,2597,2614,2627,2643,2653,2664,2675,2703,2717,2739,2745,2754,2763,2774,2789,2800,2812,2822,2832,2843,2858,2864,2881,2887,2898,2911,2920,2931,2945,2954,2969 'function.json':753 'functions/task':218 'gateway':1498 'github':2876 'github.com':161 'github.com/microsoftdocs/mcp/blob/main/readme.md)':160 'github/azure':450 'grid':1617,2079,2092,2103 'guid':159 'guidanc':41,245,274,715 'handl':258,505,593,681,1128,2454 'handler':1434 'high':1132 'host':314,334,377,442,489,855,908,918,1038,1069,1218,2676,2704,2781,2896,2962 'host.json':539,1467,1477 'hosting/runtime':278 'how-to':407 'http':422,1665,2143,2154,2165 'http-trigger':1664 'http/connection':260 'http/queue-triggered':31 'httpclient':662 'hub':777,1352,1363,2116,2126,2134,2255 'hybrid':2620 'id':490 'idempot':703 'ident':367,1191,1197,1208 'identifi':1133 'identity-bas':1196 'implement':692,771,2216 'import':80,124 'in-process':860,948,1455 'includ':10 'index':86,206 'individu':1285 'inject':694 'input':1261,1714,1751,1795,1841,1916,1938,1949,2004,2047,2299,2311,2322,2346,2358,2434,2477,2551 'insight':1274 'instal':156,158 'integr':23,58,399,426,1590,1605,1627,1825,1924,2111,2121,2174,2365,2464,2506,2625,2662 'invalid':471,585 'invoc':2016 'invok':1969 'iot':2125,2133 'ip':1503,1524 'isol':864,952 'issu':220,611,628,2437,2589 'java':725 'java-bas':724 'kafka':2179,2187,2197 'keda':2902 'key':1143 'keys/secrets':365 'knowledg':5 'kubernet':2900 'l101':273 'l102':300 'l102-l107':299 'l107':301 'l108':329 'l108-l116':328 'l116':330 'l117':355 'l117-l134':354 'l120':100 'l134':356 'l135':380 'l135-l169':379 'l169':381 'l170':403 'l170-l273':402 'l273':404 'l274':438 'l274-l303':437 'l303':439 'l35':99 'l35-l120':98 'l37':212 'l37-l59':211 'l59':213 'l60':241 'l60-l79':240 'l79':242 'l80':272 'l80-l101':271 'lambda':289,996 'languag':265,287,719,938,1096,1580 'language-specif':264 'languages/versions':352 'latest':141 'learn':184,198 'learn-agent-skil':183,197 'learn.microsoft.com':467,475,483,493,503,512,521,532,541,550,559,570,581,591,602,613,624,634,645,659,668,679,690,700,710,721,734,746,756,769,781,791,800,812,823,836,847,857,870,883,894,903,913,923,933,942,954,966,978,990,1002,1012,1022,1036,1046,1062,1071,1080,1092,1103,1116,1126,1137,1149,1160,1171,1181,1193,1204,1215,1225,1235,1245,1255,1270,1280,1291,1303,1314,1325,1336,1347,1358,1369,1379,1389,1400,1409,1418,1428,1439,1451,1464,1474,1484,1494,1505,1516,1527,1537,1547,1557,1566,1577,1588,1603,1613,1625,1635,1648,1661,1674,1686,1697,1708,1720,1732,1744,1756,1768,1780,1790,1801,1812,1823,1834,1846,1858,1867,1876,1885,1898,1910,1922,1932,1944,1955,1967,1978,1988,2000,2011,2022,2032,2042,2053,2064,2074,2086,2098,2109,2119,2129,2140,2151,2162,2172,2182,2193,2203,2214,2224,2235,2248,2259,2269,2280,2292,2304,2316,2327,2339,2351,2363,2372,2383,2392,2401,2411,2421,2430,2441,2452,2462,2472,2483,2494,2504,2514,2526,2536,2546,2556,2566,2576,2587,2599,2609,2623,2636,2649,2660,2671,2684,2696,2709,2720,2732,2741,2750,2759,2769,2784,2795,2805,2815,2825,2837,2849,2860,2873,2883,2894,2904,2914,2927,2938,2950,2960,2971,2982,2993 'learn.microsoft.com/en-us/azure/azure-functions/add-bindings-existing-function':1269 'learn.microsoft.com/en-us/azure/azure-functions/concept-file-access-options':835 'learn.microsoft.com/en-us/azure/azure-functions/configure-encrypt-at-rest-using-cmk':1115 'learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring':1279 'learn.microsoft.com/en-us/azure/azure-functions/configure-networking-how-to':1125 'learn.microsoft.com/en-us/azure/azure-functions/consumption-plan':846 'learn.microsoft.com/en-us/azure/azure-functions/container-concepts':1035 'learn.microsoft.com/en-us/azure/azure-functions/create-resources-azure-powershell':2708 'learn.microsoft.com/en-us/azure/azure-functions/dedicated-plan':856 'learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push':2719 'learn.microsoft.com/en-us/azure/azure-functions/develop-python-worker-extensions':1602 'learn.microsoft.com/en-us/azure/azure-functions/disable-function':1290 'learn.microsoft.com/en-us/azure/azure-functions/dotnet-aspire-integration':1612 'learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-in-process-differences':869 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0001':466 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0002':474 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0003':482 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0004':492 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0005':502 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0006':511 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0007':520 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0008':531 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0009':540 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0010':549 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0011':558 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0012':1136 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0013':569 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/diagnostic-events/azfd0015':580 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/net-worker-rules/azfw0001':590 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0001':658 'learn.microsoft.com/en-us/azure/azure-functions/errors-diagnostics/sdk-rules/azf0002':667 'learn.microsoft.com/en-us/azure/azure-functions/event-driven-scaling':1061 'learn.microsoft.com/en-us/azure/azure-functions/event-grid-how-tos':1624 'learn.microsoft.com/en-us/azure/azure-functions/extension-bundles':1302 'learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-how-to':1313 'learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan':1070 'learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-site-updates':2731 'learn.microsoft.com/en-us/azure/azure-functions/function-keys-how-to':1148 'learn.microsoft.com/en-us/azure/azure-functions/functions-add-openai-text-completion':1634 'learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-azure-sql-vs-code':1647 'learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-cosmos-db-vs-code':1660 'learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-cli':1673 'learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs':1685 'learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs-code':1696 'learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings':1324 'learn.microsoft.com/en-us/azure/azure-functions/functions-best-practices':678 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer':1707 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-input':1719 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-data-explorer-output':1731 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql':1743 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-input':1755 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-output':1767 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-trigger':1779 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql':1789 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-input':1800 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-output':1811 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger':1822 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache':1833 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-input':1845 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-output':1857 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redislist':1866 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redispubsub':1875 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cache-trigger-redisstream':1884 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb':1897 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2':1909 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-input':1921 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-output':1335 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2-trigger':1346 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr':1931 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-secret':1943 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-input-state':1954 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output':1966 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-invoke':1977 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-publish':1987 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-output-state':1999 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger':2010 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-svc-invoke':2021 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-dapr-trigger-topic':2031 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb':2041 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-input':2052 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-output':2063 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-documentdb-trigger':2073 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages':601,689 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid':2085 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output':2097 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger':2108 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs':2118 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output':1357 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger':1368 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot':2128 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot-trigger':2139 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-expressions-patterns':1378 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook':2150 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-output':2161 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-http-webhook-trigger':2171 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka':2181 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-output':2192 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-trigger':2202 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp':2213 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-resource-trigger':2223 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp-tool-trigger':2234 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mobile-apps':2247 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-notification-hubs':2258 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai':2268 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistant-trigger':2279 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantcreate-output':2291 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantpost-input':2303 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-assistantquery-input':2315 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddings-input':2326 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-embeddingsstore-output':2338 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-semanticsearch-input':2350 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-openai-textcompletion-input':2362 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq':2371 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-output':2382 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-rabbitmq-trigger':2391 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register':1388 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-sendgrid':2400 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus':2410 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-output':1399 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger':2420 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service':2429 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-input':2440 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-output':2451 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-trigger':2461 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob':2471 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input':2482 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-output':2493 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger':2503 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue':2513 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-output':2525 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger':2535 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table':2545 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-input':2555 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-output':2565 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer':1408 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-twilio':2575 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-warmup':1417 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub':2586 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-input':2598 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-output':2608 'learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-web-pubsub-trigger':1159 'learn.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs':882 'learn.microsoft.com/en-us/azure/azure-functions/functions-concurrency':1079 'learn.microsoft.com/en-us/azure/azure-functions/functions-consumption-costs':893 'learn.microsoft.com/en-us/azure/azure-functions/functions-container-apps-hosting':1045 'learn.microsoft.com/en-us/azure/azure-functions/functions-continuous-deployment':2740 'learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference':1427 'learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-bicep':2749 'learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-resource-manager':2758 'learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-terraform':2768 'learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal':2783 'learn.microsoft.com/en-us/azure/azure-functions/functions-create-private-site-access':1170 'learn.microsoft.com/en-us/azure/azure-functions/functions-create-vnet':1180 'learn.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers':1438 'learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container':2794 'learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container-apps':2804 'learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-slots':2814 'learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies':2824 'learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local':1450 'learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs':2836 'learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs-code':2848 'learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library':1463 'learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection':699 'learn.microsoft.com/en-us/azure/azure-functions/functions-host-json':1473 'learn.microsoft.com/en-us/azure/azure-functions/functions-host-json-v1':1483 'learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops':2859 'learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-custom-container':2872 'learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-github-actions':2882 'learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings':1493 'learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-nat-gateway':1504 'learn.microsoft.com/en-us/azure/azure-functions/functions-hybrid-powershell':2622 'learn.microsoft.com/en-us/azure/azure-functions/functions-idempotent':709 'learn.microsoft.com/en-us/azure/azure-functions/functions-identity-access-azure-sql-with-managed-identity':1192 'learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial':1203 'learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial-2':1214 'learn.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code':2893 'learn.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb':2635 'learn.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda':2903 'learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-foundry-tools':2648 'learn.microsoft.com/en-us/azure/azure-functions/functions-mcp-tutorial':1224 'learn.microsoft.com/en-us/azure/azure-functions/functions-networking-options':1234 'learn.microsoft.com/en-us/azure/azure-functions/functions-node-troubleshoot':612 'learn.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition':2659 'learn.microsoft.com/en-us/azure/azure-functions/functions-premium-plan':902 'learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account':623 'learn.microsoft.com/en-us/azure/azure-functions/functions-reference':720 'learn.microsoft.com/en-us/azure/azure-functions/functions-reference-csharp':1515 'learn.microsoft.com/en-us/azure/azure-functions/functions-reference-java':733 'learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node':745 'learn.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell':755 'learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python':768 'learn.microsoft.com/en-us/azure/azure-functions/functions-reliable-event-processing':780 'learn.microsoft.com/en-us/azure/azure-functions/functions-scale':912,922 'learn.microsoft.com/en-us/azure/azure-functions/functions-target-based-scaling':1091 'learn.microsoft.com/en-us/azure/azure-functions/functions-twitter-email':2670 'learn.microsoft.com/en-us/azure/azure-functions/functions-versions':932 'learn.microsoft.com/en-us/azure/azure-functions/functions-zone-redundancy':2913 'learn.microsoft.com/en-us/azure/azure-functions/ip-addresses':1526 'learn.microsoft.com/en-us/azure/azure-functions/language-support-policy':941 'learn.microsoft.com/en-us/azure/azure-functions/manage-connections':790 'learn.microsoft.com/en-us/azure/azure-functions/migrate-cosmos-db-version-3-version-4':2926 'learn.microsoft.com/en-us/azure/azure-functions/migrate-dotnet-to-isolated-model':953 'learn.microsoft.com/en-us/azure/azure-functions/migrate-service-bus-version-4-version-5':965 'learn.microsoft.com/en-us/azure/azure-functions/migrate-version-1-version-4':977 'learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4':989 'learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-aws-lambda-to-azure-functions':1001 'learn.microsoft.com/en-us/azure/azure-functions/migration/migrate-plan-consumption-to-flex':2937 'learn.microsoft.com/en-us/azure/azure-functions/migration/scenario-migrate-linux-consumption-to-flex':1011 'learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-opentelemetry-distributed-tracing':1536 'learn.microsoft.com/en-us/azure/azure-functions/monitor-functions-reference':1546 'learn.microsoft.com/en-us/azure/azure-functions/opentelemetry-howto':1556 'learn.microsoft.com/en-us/azure/azure-functions/performance-reliability':799 'learn.microsoft.com/en-us/azure/azure-functions/python-build-options':2949 'learn.microsoft.com/en-us/azure/azure-functions/python-memory-profiler-reference':811 'learn.microsoft.com/en-us/azure/azure-functions/python-scale-performance-reference':822 'learn.microsoft.com/en-us/azure/azure-functions/recover-python-functions':633 'learn.microsoft.com/en-us/azure/azure-functions/register-mcp-server-api-center':2683 'learn.microsoft.com/en-us/azure/azure-functions/run-functions-from-deployment-package':2959 'learn.microsoft.com/en-us/azure/azure-functions/security-concepts':1244 'learn.microsoft.com/en-us/azure/azure-functions/self-hosted-mcp-servers':2970 'learn.microsoft.com/en-us/azure/azure-functions/set-runtime-version':1565 'learn.microsoft.com/en-us/azure/azure-functions/shift-expressjs':1021 'learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/actions':2695 'learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/deploy':2981 'learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/manage':1576 'learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/remove':2992 'learn.microsoft.com/en-us/azure/azure-functions/start-stop-v2/troubleshoot':644 'learn.microsoft.com/en-us/azure/azure-functions/storage-considerations':1254 'learn.microsoft.com/en-us/azure/azure-functions/supported-languages':1102 'learn.microsoft.com/en-us/azure/azure-functions/update-language-versions':1587 'legaci':336,841,1454,1511 'librari':767,1460 'lifecycl':940 'limit':19,54,326,335,1048,1057 'line':95,107,208 'link':112,121 'linux':305,547,1005,1033,2791,2867 'local':65,1446 'local/core':396 'locat':89 'log':1555 'logic':430,876,2666,2687 'make':15,50,270,826 'manag':366,783,1139,1190,1207,1307,1520,1568,2658 'mani':517 'markdown':188,204 'mcp':147,174,376,420,1219,2209,2217,2227,2639,2677,2965 'memori':805 'messag':417,1983,2185,2375,2444,2457,2517,2602 'metadata.generated':128 'method':2948 'mgmt':429 'microsoft':176 'microsoftdoc':148,175 'migrat':284,839,944,956,968,980,993,1004,2916,2929 'migration/deployment':456 'mismatch':563 'miss':463,554 'mobil':2239 'model':279,868 'monitor':1275,1543,1570 'monitoring/telemetry':394 'month':134 'mysql':1738,1750,1762,1774 'nat':1497 'net':696,865,1300,1609 'network':166,393,1230 'networking/access':372 'node.js':232,605,737 'non':575,1131,1299 'non-cron':574 'non-high':1130 'notif':2252,2254 'old':135 'on-prem':433 'on-premis':2616 'openai':1632,2263,2273,2284,2296,2308,2320,2331,2343,2355 'opentelemetri':1530,1550 'optim':294,661,793,814 'option':911,921 'orchestration/entity':254 'outbound':1502 'output':1263,1331,1353,1395,1640,1653,1680,1691,1726,1763,1806,1853,1962,1975,1994,2058,2093,2159,2188,2256,2287,2334,2378,2398,2447,2489,2521,2563,2606 'packag':2957 'pars':538 'pattern':18,25,53,60,243,298,401,405,744,1026,1377,1592 'payload':568 'perform':248,796 'pipelin':451,2854 'plan':283,285,340,392,446,838,845,891,900,992,1310,2765,2782,2936 'plus':425 'portal':2778 'post':2298 'power':880 'powershel':749,2612,2707 'practic':13,48,239,268,648,677 'preaction':2689 'prefer':172 'prem':435 'premis':2618 'premium':899 'privat':368,1167,1178 'problem':227 'process':774,862,950,1457 'profil':802 'provid':39 'provis':445,2701,2743,2761 'publish':1980,2829 'pubsub':371,1154,2581,2591,2605 'pull':139 'push':2251,2713 'python':233,630,761,766,808,819,1596,2943 'queri':180,194,2310 'queue':1670,1679,1690,2510,2519,2530 'quick':67 'quick-refer':66 'quota':20,55,327,1049 'rabbitmq':2369,2377,2386 'rang':96 'read':102,117 'redi':1832,1840,1852 'redislisttrigg':1861 'redispubsubtrigg':1870 'redisstreamtrigg':1879 'reduc':804 'redund':2909 'refactor':1014 'refer':68,122,1426,1539 'regist':1381,2673 'relev':90 'reliabl':772,798 'remot':71 'remov':2984 'repositori':145,530 'requir':165 'resolv':461,485,514,534,552,572 'resourc':2218,2705,2746 'respons':2155 'rest':362,1114 'restrict':1162 'retri':597,685 'return':187,203 'review':1094 'right':927 'robust':247 'run':302,1029,1443,2862,2952 'runtim':286,390,557,566,610,618,930,973,985,1437,1563,1581 'runtime/deployment':229 'sas':508 'scalabl':321 'scale':262,341,348,817,910,920,1056,1086 'schedul':579,1407,2694 'schema':1545 'script':1513 'sdk':219 'search':2345 'secret':518,529,1134,1935 'section':91 'secur':21,56,353,357,363,375,1105,1119,1151,1173,1217,1237,1253 'security.md':114,115 'select':905,2817 'self':2963 'semant':2344 'send':1957,2088,2184,2250,2374,2443,2568,2601 'sendgrid':2397 'server':1220,2640,2678,2966 'servic':291,959,1242,1393,2015,2405,2415,2427,2456,2647 'set':349,389,465,1289,1320,1468,1478,1489,2851 'setup':398 'signalr':2426,2433,2446,2455 'site':1168,2726 'skill':36,38,79,164,186,200 'skill-azure-functions' 'slot':452,2809 'sms':2569 'solut':2989 'sourc':1112 'source-microsoftdocs' 'specif':266,1560 'specifi':106 'sql':1188,1639,1784,1794,1805,1816 'start/stop':236,639,1573,2691,2974,2986 'startup':498 'state':1948,1992 'storag':224,312,364,421,621,1120,1250,1669,1678,1689,2469,2476,2488,2499,2511,2520,2531 'storageexcept':479 'store':2333 'strategi':834 'string':181,195 'studio':1684,2835,2846 'subscript':2980 'suggest':136,153 'support':351,939,1095,2947 'system':415 'tabl':2540,2550,2562 'target':346,1084,1559 'target-bas':345,1083 'technolog':2819 'templat':2757 'terraform':2767 'text':2356 'text/markdown':202 'throughput':815 'tier':527 'timer':577,1405 'token':509,2439,2595 'tool':149,397,1424,1449,2210,2228 'topic':459,649,827,1027,1050,1106,1258,1593,1982,2026,2699 'topic-agent' 'topic-agent-skills' 'topic-agentic-skills' 'topic-agentskill' 'topic-ai-agents' 'topic-ai-coding' 'topic-azure' 'topic-azure-functions' 'topic-azure-kubernetes-service' 'topic-azure-openai' 'topic-azure-sql-database' 'topic-azure-storage' 'tos':409 'trace':1532 'trigger':387,578,730,741,1090,1155,1211,1342,1364,1406,1415,1618,1666,1775,1817,2006,2017,2027,2069,2080,2104,2135,2144,2166,2198,2219,2229,2275,2387,2417,2460,2470,2500,2532 'triggers/bindings':424 'troubleshoot':11,46,210,458,477,604,626 'twilio':2573 'tz/website_time_zone':545 'unabl':536 'understand':935,1052,1064,1518 'unreach':620 'unstructur':2633 'updat':1579,2727 'url':460,650,828,1028,1051,1107,1259,1594,2593,2700 'usag':261,663,785,806 'use':28,77,83,101,116,173,190,423,764,851,1082,1118,1141,1166,1206,1371,1420,1510,1637,1650,1699,1734,1770,1782,1803,1860,1869,1878,1887,1900,1946,2013,2034,2076,2142,2237,2271,2282,2294,2306,2318,2329,2341,2353,2394,2432,2474,2485,2538,2578,2711,2747,2766,2807,2844,2946 'user':138,155 'v1':974,1482 'v2':1472,1575,2693,2976,2988 'v3':986,2923 'v4':962,976,988,1908,2925 'v5':964 'valu':473 'variabl':1323 'version':142,256,391,931,1098,1564,1582 'via':1189,1288,1671,1959,2211,2596,2619,2656 'visual':1683,2834,2845 'vm':235 'vms':640,1571,1574,2692,2975,2987 'vnet':1177 'void':653 'vs':863,1645,1658,1694 'warmup':1414 'warn':510,1135 'web':370,1153,2580,2590,2604 'webjob':878 'webpag':192 'wire':411 'worker':556,565,1597 'workload':997 'write':1990,2558 'x':1896,2246 'zero':453,2724 'zero-downtim':2723 'zip':2712 'zone':2908 'zone-redund':2907","prices":[{"id":"c718f1c1-5280-42eb-ba01-2b1c1d0208e7","listingId":"d410f9e9-66fa-4f0c-a3fd-ac6b3a9a18cb","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"MicrosoftDocs","category":"Agent-Skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:59:08.356Z"}],"sources":[{"listingId":"d410f9e9-66fa-4f0c-a3fd-ac6b3a9a18cb","source":"github","sourceId":"MicrosoftDocs/Agent-Skills/azure-functions","sourceUrl":"https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-functions","isPrimary":false,"firstSeenAt":"2026-04-18T21:59:08.356Z","lastSeenAt":"2026-04-22T06:53:32.853Z"}],"details":{"listingId":"d410f9e9-66fa-4f0c-a3fd-ac6b3a9a18cb","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"MicrosoftDocs","slug":"azure-functions","github":{"repo":"MicrosoftDocs/Agent-Skills","stars":497,"topics":["agent","agent-skills","agentic-skills","agentskill","ai","ai-agents","ai-coding","azure","azure-functions","azure-kubernetes-service","azure-openai","azure-sql-database","azure-storage","azure-virtual-machine","claude-code","github-copilot","microsoft-learn","openai-codex","skills"],"license":"cc-by-4.0","html_url":"https://github.com/MicrosoftDocs/Agent-Skills","pushed_at":"2026-04-22T01:37:27Z","description":"Curated Agent Skills for Microsoft & Azure – giving AI coding assistants structured, real-time expertise from Microsoft Learn docs.","skill_md_sha":"5aa9be122987aac1e8b0e331b0cb7d1f848c60a8","skill_md_path":"skills/azure-functions/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-functions"},"layout":"multi","source":"github","category":"Agent-Skills","frontmatter":{"name":"azure-functions","description":"Expert knowledge for Azure Functions development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building HTTP/queue-triggered apps, Durable Functions, Linux/container hosting, API Mgmt/Logic Apps, or Flex plans, and other Azure Functions related development tasks. Not for Azure App Service (use azure-app-service), Azure Logic Apps (use azure-logic-apps), Azure Container Apps (use azure-container-apps), Azure Kubernetes Service (AKS) (use azure-kubernetes-service).","compatibility":"Requires network access. Uses mcp_microsoftdocs:microsoft_docs_fetch or fetch_webpage to retrieve documentation."},"skills_sh_url":"https://skills.sh/MicrosoftDocs/Agent-Skills/azure-functions"},"updatedAt":"2026-04-22T06:53:32.853Z"}}