Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Created May 18, 2018 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbarkol/aa0174b05fb506693371510fd5a2c46d to your computer and use it in GitHub Desktop.
Save dbarkol/aa0174b05fb506693371510fd5a2c46d to your computer and use it in GitHub Desktop.
<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