Skip to content

INCIDENT #33852

Description

@ehtishamiqbal433-cell

name: Bug Report & Troubleshooting Tracker
about: Report deployment errors, function execution failures, or telemetry mismatches for my-threat-func-uae.
title: "[INCIDENT]: "
labels: ["bug", "serverless", "python"]
assignees: ""

Incident Summary

  • Resource Group: rg-serverless-engine-uae
  • Function App: my-threat-func-uae
  • Target Function: ThreatAnalyzer
  • Runtime Environment: Python 3.11 (Azure Functions Remote Build / Zip Deploy)

Current Symptom / Behavior

  • Expected Result: HTTP POST request to /api/ThreatAnalyzer with a valid threat indicator payload returns an HTTP 200 response with telemetry confirmation.
  • Observed Result: The HTTP call completes without returning content or throws synchronization/routing errors during log streaming and telemetry queries (404 on Kudu log stream, authentication scope barriers on Application Insights).

Troubleshooting Steps Performed

  1. Deployment: Published successfully using Azure Functions Core Tools (func azure functionapp publish my-threat-func-uae --python). Resolved local-to-remote Python version mismatch warnings.
  2. Function Verification: Confirmed route bindings via Azure CLI (az functionapp function show).
  3. Authorization: Retrieved and tested function endpoint using the master/function key (?code=...).

Logs & Telemetry

[2026-08-05T08:22:40.854Z] The deployment was successful!
Functions in my-threat-func-uae:
    ThreatAnalyzer - [httpTrigger]
        Invoke url: [https://my-threat-func-uae.azurewebsites.net/api/threatanalyzer](https://my-threat-func-uae.azurewebsites.net/api/threatanalyzer)Create a new issue for tracking serverless infrastructure tasks or security deployment bugs.

Metadata

Metadata

Labels

Auto-AssignAuto assign by botFunctionsaz functionappService AttentionThis issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions