Open archerzz opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @appgwsuppgithub.
Author: | archerzz |
---|---|
Assignees: | - |
Labels: | `Network - Application Gateway`, `Service Attention` |
Milestone: | - |
Description
This can be steadily reproduced. The LRO state in
/Microsoft.Network/applicationGateways/{name}/start
is inconsistent:/operations/
endpoint returns 200 with"status": "Succeeded"
, it means polling is finished. And per LRO spec, the/operationResults
endpoint should return 200/201 as well./operationResults
endpoint returns 202 withLocation
header, which normally means the polling is not finished.See below logs for details.