Skip to content

Instantly share code, notes, and snippets.

@thebouv
Created July 1, 2014 20:13
Show Gist options
  • Save thebouv/a578f2597d66ce2c8faa to your computer and use it in GitHub Desktop.
Save thebouv/a578f2597d66ce2c8faa to your computer and use it in GitHub Desktop.
IP restrict on Azure
<security>
<ipSecurity allowUnlisted="false" denyAction="NotFound">
<add allowed="true" ipAddress="1.2.3.4"/>
</ipSecurity>
</security>
or
http://azure.microsoft.com/blog/2013/12/09/ip-and-domain-restrictions-for-windows-azure-web-sites/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment