-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I have installed ASTSync per the instructions as a FunctionApp and given the needed permissions. In the function app logs everything looks OK.
Connected! 2025-10-13T09:34:36Z [Information] Host Status: { "id": "[redacted]", "state": "Running", "version": "4.641.300.25461", "versionDetails": "4.641.300+[commit-hash]", "platformVersion": "105.0.7.117", "instanceId": "[redacted]", "computerName": "[internal-host]", "processUptime": 1645283, "functionAppContentEditingState": "Unknown" } 2025-10-13T09:34:36Z [Information] Host Status: { "id": "[redacted]", "state": "Running", "version": "4.641.300.25461", "versionDetails": "4.641.300+[commit-hash]", "platformVersion": "105.0.7.117", "instanceId": "[redacted]", "computerName": "[internal-host]", "processUptime": 1645539, "functionAppContentEditingState": "Unknown" } 2025-10-13T09:34:36Z [Information] Host Status: { "id": "[redacted]", "state": "Running", "version": "4.641.300.25461", "versionDetails": "4.641.300+[commit-hash]", "platformVersion": "105.0.7.117", "instanceId": "[redacted]", "computerName": "[internal-host]", "processUptime": 1645610, "functionAppContentEditingState": "Unknown" }
But however in the Application Insights under Failures, the app is giving connections errors.
`
| Event time | 12/10/2025, 15:00:04.165179 (Local time) | |
|---|---|---|
| Type | HTTP | |
| Result code | 401 | |
| Call status | false | |
| Duration | 110.8 ms | |
| Name | GET /beta/security/attackSimulation/simulations |
`
Could it somehow link the AST API endpoints being in Beta vs. what the current documentation says "GET /security/attackSimulation/simulations"
How to further troubleshoot and potentially fix this?