Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, August 5, 2019 10:18 AM
Hello, i have a problem with security group creation via api, could you please clarify me about response error.
Response from azure:
message: Operation was canceled.
details: Canceled And Superseded Due To Another Operation
message: Operation Put Network Security Group Operation (d1205a8f-xxxx-xxxx-xxxx-xxxxxxx) was canceled and superseded by operation Put Network Security Group Operation (55c4aaca-xxxx-xxxx-xxxx-xxxxxxx).
All replies (6)
Monday, August 5, 2019 12:40 PM | 1 vote
Hi,
This error means that you are making an API call to update the NSG when the previous API call is still running.
I think you are making multiple api calls to add NSG rules simultaneously.
Please let me know if you are calling apis in the above manner or not.
Tuesday, August 6, 2019 2:03 PM
I'm not sure that this problem with a duplicate request on my part. My api call was sent once. Could this be a problem caused by the azure side?
Wednesday, August 7, 2019 6:53 AM
Hi,
As of now, There is no ongoing issues with azure. You can check that from this status page.
Lets check the status of your NSG.
You can use the below command to check the provisioning status of that NSG.
az network nsg show -n your-nsg -g your-resource-group --query 'provisioningState' -o table
If the output is not succeeded, Then we need to check. If the status is updating, Then it didn't complete the previous operation itself.
Check the status of your nsg and let me know.
Thursday, August 8, 2019 10:14 PM
Any update on this?
Wednesday, August 14, 2019 2:41 PM
Hello,
Any update on the issue?
If your issue is resolved with the provided suggestion, do click “Mark as Answer” and "Up-Vote" on the post that helped you, so that other forum members can benefit from it.
Thanks.
Wednesday, August 28, 2019 11:05 AM
Hi ,
Is your issue resolved?