Skip to content

Commit

Permalink
Azure tutorial, choosing a machine
Browse files Browse the repository at this point in the history
  • Loading branch information
mbosnjak committed Oct 2, 2016
1 parent 59cb3f5 commit 243e0db
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
Binary file added img/azure_tutorial/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/azure_tutorial/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/azure_tutorial/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions tutorials/azure_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"\n",
"...where you'll go and activate your 25 monthly credit for 1 year on Azure by clicking on Activate...and you'll be greated with a request for credit card info. Please study everything in detail - your credit card should not be charged for this offer unless you explicitly remove the spending limit. Check this in detail. We're not responsible if you spend your own money on Azure.\n",
"\n",
"If you're fine with proceeding, after you input your data, agree to the usage agreement, and click on Purchase.\n",
"\n",
"![](../img/azure_tutorial/4.png)\n",
"\n",
"After entering your data, you'll have to wait a bit until Microsoft Azure gets ready...grab some fresh air. When the setup is finally done, click on **Start managing my service >** and in a moment you should be seeing Microsoft Azure dashboard:\n",
Expand All @@ -41,9 +43,34 @@
"\n",
"## Virtual machine setup\n",
"\n",
"Ok, now we have set up MS Azure, now we can build a virtual machine...\n",
"\n",
"### Choosing a machine\n",
"\n",
"Click on the **green + sign**, then **Compute**, and select **Ubuntu Server 16.04 LTS** as shown here:\n",
"\n",
"![](../img/azure_tutorial/6.png)\n",
"\n",
"You are also free to experiment with Windows Server 2012 if you wish, and remotely connect to it, but we won't do that in this tutorial.\n",
"\n",
"On the following screen, select **Resource Manager** as deployment model and click on **Create**\n",
"\n",
"![](../img/azure_tutorial/7.png)\n",
"\n",
"On the following screen, configure basic settings:\n",
"name of the virtual machine (e.g. stat-nlp-book)\n",
"disk type (HDDs are cheaper)\n",
"user name (remember this, we'll refer to this as USER_NAME)\n",
"authentication type (**password** is easier, but go with **SSH public key** if you know what you're doing)\n",
"set your password\n",
"create a new resource group and name it (e.g. ucl-stuff)\n",
"set location to 'West Central US' (this will reduce the total price of the machine and leave more cash for you to use. You're also free to chose another location)\n",
"create new resource group and name it (e.g. ucl-stuff). Set location to 'West Central US' (this will reduce the total price of the machine and leave more cash on your account)\n",
"\n",
"\n",
"![](../img/azure_tutorial/8.png)\n",
"\n",
"\n",
"### Setting up the firewall\n",
"\n",
"### Installing stat-nlp-book\n",
Expand Down

0 comments on commit 243e0db

Please sign in to comment.