Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created December 5, 2018 21:31
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 johndowns/d3a41195cf76ac375b9975ca32e47f6d to your computer and use it in GitHub Desktop.
Save johndowns/d3a41195cf76ac375b9975ca32e47f6d to your computer and use it in GitHub Desktop.
<policies>
<inbound>
<set-header name="x-functions-key" exists-action="override">
<value>Our function key goes here</value>
</set-header>
<base/>
</inbound>
<backend>
<base/>
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment