MartinJaffer-MSFT
MartinJaffer-MSFT
According to [virtual network faq](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#are-there-any-restrictions-on-using-ip-addresses-within-these-subnets), 5 addresses are reserved by Azure, so that would make 59, not 62 usable IP's.
Thank you for your detailed feedback. We are looking into the issue, and we will respond when we have more information.
Thank you for your detailed feedback. We are looking into the issue, and we will respond when we have more information.
Hello @abhayea . Thank you for the background. I took a look and did a couple tests. The issue you linked to, was about the validation activity not having any...
> but I never see the case: "exists":false and hence IF activity false never gets invoked and keeps running until it timeout Ahh, here is the confusion @abhayea . Shorten...
You were very close on the logic, @abhayea . See image below.  Validate -> copy (complete) Validate -> duplicate_detected (fail) duplicate_detected -> copy (skipped) copy -> fresh_detected (success)
You are right, this is bizarre behavior, and does not match what I experience. Is there a chance you did a trigger run and not a debug run? Trigger runs...
By the way, why did you not want to use Get Metadata? That can return the same exists information without a timeout @abhayea .
Okay, so if I file does not exist, then it cannot have a size. You may argue that the size is zero, but note that you can also have a...
Here I use both of them inside a Set Variable. The output of the set variable is a boolean on whether your stated conditions are fulfilled. @abhayea ``` @if( and(...