Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Created May 18, 2018 18:35
Embed
What would you like to do?
<choose>
<when condition="@(context.Variables.GetValueOrDefault<bool>("isEventGridSubscriptionValidation"))">
<!-- handle subscription validation -->
</when>
<when condition="@(context.Variables.GetValueOrDefault<bool>("isEventGridNotification"))">
<!-- handle notification message -->
</when>
</choose>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment