You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("failed to remove NIC after %v", elapsed)
401
+
}
402
+
backoff*=backoffFactor
403
+
log.Warnf("NIC still reserved (elapsed: %v), retrying with backoff: %v", elapsed, backoff)
404
+
case<-ctx.Done():
405
+
if!waitTimer.Stop() {
406
+
<-waitTimer.C
407
+
}
408
+
returnfmt.Errorf("context cancelled while waiting for NIC deletion: %w", ctx.Err())
409
+
}
410
+
}
371
411
}
372
412
373
413
// CreateStorageAccount sees if the storage account provided exists or otherwise creates a storage account for you and stores the data into DeploymentContext
0 commit comments