setup-ipsec-vpn/azure/README.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

2017-03-20 04:10:49 +01:00
# Deploy to Microsoft Azure
2016-08-11 05:15:11 +02:00
*Read this in other languages: [English](README.md), [简体中文](README-zh.md).*
This template will create a fully working VPN server on the Microsoft Azure Cloud (<a href="https://azure.microsoft.com/en-us/pricing/details/virtual-machines/" target="_blank">pricing details</a>).
Customizable with the following options:
2020-05-04 05:12:17 +02:00
- Username for VPN **and** SSH
- Password for VPN **and** SSH
- IPsec Pre-Shared Key for VPN
- Operating System Image (Ubuntu 20.04/18.04 or Debian 9)
- Virtual Machine Size (Default: Standard_B1s)
2016-08-11 05:15:11 +02:00
**Note:** DO NOT use these special characters within values: `\ " '`
2016-08-11 05:15:11 +02:00
Press this button to start:
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhwdsl2%2Fsetup-ipsec-vpn%2Fmaster%2Fazure%2Fazuredeploy.json" target="_blank">
2016-08-11 22:56:00 +02:00
<img src="../docs/images/azure-deploy-button.png" alt="Deploy to Azure" />
2017-06-12 09:29:53 +02:00
</a><br><br>
When the deployment finishes, Azure displays a notification. Next steps: [Configure VPN Clients](../README.md#next-steps).
2016-08-11 05:15:11 +02:00
## Authors
2016-08-11 05:15:11 +02:00
2017-06-12 09:29:53 +02:00
Copyright (C) 2016 [Daniel Falkner](https://github.com/derdanu)
2021-03-29 22:05:45 +02:00
Copyright (C) 2017-2021 [Lin Song](https://www.linkedin.com/in/linsongui)
2016-12-22 17:27:56 +01:00
## Screenshot
![Azure Custom Deployment](custom_deployment_screenshot.png)