Just curious if anyone else has ran into this when...
# azure
b
Just curious if anyone else has ran into this when trying to provision multiple subnets against a vnet with azure-native
Copy code
Diagnostics:
  azure-native:network:Subnet (scanning):
    error: autorest/azure: Service returned an error. Status=<nil> Code="AnotherOperationInProgress" Message="Another operation on this or dependent resource is in progress. To retrieve status of the operation use uri: <https://management.azure.com/subscriptions/***/providers/Microsoft.Network/locations/***/operations/***?api-version=2020-11-01>." Details=[]
I am kinda stumped it always seems to deploy 3 of 8 subnets each time and fails on the rest all with the same error.
g
I believe that's an intended behavior upstream. Here's an issue in our repos that explains a workaround: https://github.com/pulumi/pulumi-azure-native/issues/699
b
Thank you. I did move the subnet creation into the VNET creation which seemed to resolve the issue.
🎉 1
447 Views