Skip to content

Azure Database for MySQL sample deployment template for a Wordpress website

Notifications You must be signed in to change notification settings

JasonMAnderson-zz/azuredbmysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

ARM Template for provisioning a Linux Web App with Wordpress connected to Azure Database for MySQL

This template will deploy the following resources into your Azure subscription:

Azure Web App for Linux (Preview)

Wordpress 4.7.4 in a Docker container

Azure Database for MySQL - Basic 50 Compute Unit SKU

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.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

Azure Database for MySQL sample deployment template for a Wordpress website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published