This template will deploy the following resources into your Azure subscription:
Your server will deployed with SSL Disabled as well as firewall rules being set to the full range of 0.0.0.0 - 255.255.255.255. Feel free to change these afterwards if you'd like to add more security to your DB connection, however note that additional configuration will be necessary for your WordPress site to connect over SSL.
To deploy, make sure to edit the parameters.json file and update the fields in ALL CAPITALS specific to your deployment. No editing is needed of the template.json file. After your parameters.json file is edited, save the file and run the following PowerShell command:
New-AzureRmResourceGroupDeployment -Name <YOURSITENAME> -TemplateFile c:\<YOURPATH>\template.json -TemplateParameterFile c:\<YOURPATH>\parameters.json
To learn more about Azure Database for MySQL, check out our documentation and quick start tutorials here. For more information on deploying ARM templates for Azure Web Apps, check here.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.