In Windows Azure, your WordPress blog can be up and running in only 2 minutes (if you click fast enough đ ).
This How-to helps you step by step to get it done quickly.
Your very first step would certainly be the signup for a free Windows Azure trial. If you donât have it, sign up here: Free Trial – Windows Azure Though you need to fill in credit card information, this is a really free account. Your âspending limitâ will be set to $0,00 by default, so unless you change this, you will never be charged for anything.
So, assuming you now have an Azure account,
1) Log on to the Azure Portal (https://manage.windowsazure.com/).
2) Click Web Sites in the left bar.
Windows Azure has a so-called Gallery, which offers you a variety of popular web applications, including WordPress. The great benefit of the Gallery is the installation-free creation of your web application.
3) Click at the left bottom on New, then choose Compute â> Website â> From Gallery
4) Type the URL for your blog (I chose itexperienceblog, so the final URL would be itexperienceblog.azurewebsites.net)
5) Choose the Region thatâs closest to you, and click Create Web Site
A new window appears, showing you all web applications offered by Azureâs Gallery.
6) Scroll down, click WordPress, and click â> (next)
7) In the Configure Your App window, fill in the Site Settings fields. Assuming you donât already have a database configured in Azure, leave the first 4 fields as they areâŠ
In this same window, as you scroll down to Deployment Settings, Azure will ask you a lot of unique phrases / keys. You may skip these and just click â> (next). However, for security reasons it would be good to fill in the fields. You donât have to remember the keys, you just need to make them complicated. If you ever forget to logout from WordPress somewhere, you can change these keys to invalidate all existing cookies. This means all users will have to login again.
Need inspiration for your phrases? Use WordPressâ Salt Generator:
https://api.wordpress.org/secret-key/1.1/salt/ and copy-paste.
8) Fill in the keys fields (authentication key, secure authentication key, logged in key, nonce key, authentication salt, secure authentication salt, logged in salt, nonce salt) and click â> (next)
While writing this How-to, I faced the following issue: Windows Azure doesnât like some specific characters in the Key fields. So, if you see the same red exclamation marks, just replace the â \ $ characters by something else đ
9) In the New MySQL Database window, leave the fields default. Check the âI agree to ClearDBâs legal termsâ box and click V (complete installation)
Windows Azure now asks you to be patient for 2 minutes, while it is creating your WordPress blog.
10) Wait for completion đ
11) Your blog is up and running. Try to open it by clicking the URL.
12) WordPress now requires you to complete one final step: name your blog and choose a username / password to login. To get to this site, type http://yourblog.azurewebsites.net/wp-admin/ . In my case: http://itexperienceblog.azurewebsites.net/wp-admin/
WordPress is now completely setup.
You may have noticed that you cannot âbrowseâ through the PHP-files from the Dashboard in Windows Azure. Thereâs no file explorer. Instead, if you need to modify files, you must use WebMatrix. WebMatrix is an sort of locally installed file explorer for Windows Azure. It allows you to browse and edit files in Windows Azure websites, as well as deploy websites to Azure.
13) From the Dashboard of your website, click Install Webmatrix
14) Follow the instructions. Youâll need to install a bunch of prerequisites as well for sue, so take your time.
15) Finished the WebMatrix installation? Launch WebMatrix, sign in with your Microsoft account, and youâll notice the WordPress site you just installed.
If you canât find the shortcut to WebMatrix (like I had), open WebMatrix from Windows Explorer. The default location to WebMatrix is "C:\Program Files (x86)\Microsoft WebMatrix\WebMatrix.exe"
In the screenshot below, you see the wp-config.php file with the authentication keys I supplied in step 8.
Well, I guess thatâs it for this How-to.
Questions or comments? Please leave a message below! Iâd like to hear from you!
What’s Taking place i am new to this, I stumbled upon this I’ve found It positively useful and it has aided
me out loads. I hope to contribute & assist different customers like its aided me.
Good job.
Hi There,
Just wanted to say thanks so much for putting this blog together!
Very helpful.
Found this to be helpful, thanks!