diff --git a/README.md b/README.md
index c68f381..0be736b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# IPsec VPN Server Auto Setup Scripts [![Build Status](https://static.ls20.com/travis-ci/setup-ipsec-vpn.svg)](https://travis-ci.org/hwdsl2/setup-ipsec-vpn)
+# IPsec VPN Server Auto Setup Scripts [![Build Status](https://static.ls20.com/travis-ci/setup-ipsec-vpn.svg)](https://travis-ci.org/hwdsl2/setup-ipsec-vpn)
*Read this in other languages: [English](README.md), [简体中文](README-zh.md).*
@@ -39,6 +39,19 @@ We will use Libreswan as th
Microsoft Azure Subscription
+![Azure Custom Deployment](azure/custom_deployment_screenshot.png)
+
+The Template will create a fully working VPN server on the Microsoft Azure Cloud. Pricing details
+
+Customizable with the following options:
+
+ - Username
+ - Password
+ - Pre-Shared Key
+ - Operation System Image (Debian 8 or Ubuntu 16.04 LTS)
+ - The size of the virtual machine. Default: Standard_A0
+
+
diff --git a/azure/custom_deployment_screenshot.png b/azure/custom_deployment_screenshot.png
new file mode 100644
index 0000000..3dab1f3
Binary files /dev/null and b/azure/custom_deployment_screenshot.png differ