INCIDENT
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
---
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**
```text
[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.
Contributor guide
Assessment
This issue has not been assessed yet.