Skip to content

Instantly share code, notes, and snippets.

@kevinhillinger
Created January 26, 2021 17:29
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 kevinhillinger/16397503e323561b067a1fac42a03a13 to your computer and use it in GitHub Desktop.
Save kevinhillinger/16397503e323561b067a1fac42a03a13 to your computer and use it in GitHub Desktop.
Front Door to APIM Restriction Policy
<policies>
<inbound>
<check-header name="X-Azure-FDID" failed-check-httpcode="403" failed-check-error-message="" ignore-case="true">
<value>475128ed-cf0a-494d-8178-cc2580e9e5d9</value>
</check-header>
</inbound>
<backend>
<forward-request />
</backend>
<outbound />
<on-error />
</policies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment