Create an Azure stack
Introduction
This guide will help you build a Microsoft Azure stack. Microsoft Azure is a collection of integrated cloud services, it offers Compute service to create virtual machines in Microsoft data centers.
You can configure the number of VMs and applications installed on each VM instance. Along with configuring VM size and region. Your new team members will be able to use your stack to build their VMs environment and start working from day one.
You will need to have a Microsoft Azure account to be able to create VMs. See Microsoft Azure pricing.
Step by step guide
-
Click STACKS
-
Click New Stack
-
Choose Azure and click Create Stack
-
You will now see the default stack template for Azure. You can give your stack a name by clicking on the Edit Name on top beside your stack title. The three tabs represent:
- Custom variables: define custom variables to use in your stack template, hidden from Team members
- Readme: this text will be shown in a message box when your team starts to build this stack. You can add instructions or notes for your team to read
- Credentials: add your Azure account credentials here
Review the Stack Template file to add/modify/remove any of your VM configurations
You can add commands to run once your VM starts under the user_data section. For example you can choose to install services/packages once a VM starts. Commands under the user_data section will run as
root
when the VM boots.Click on the stack name to return to your Stack template editor.
-
Edit your Readme section to greet your team and provide them with information or instructions. You can use markdown format
-
Go to the Credentials tab and click Add A New Credentials
-
For this step you will need to have your Azure account Publish Settings file contents and Subscription ID. To do that, login to your Azure account and follow the below steps:
If you haven’t created an account yet, please visit Azure website to create one now.
-
First, get your Publish Settings file by following the steps in this URL, or open this link directly https://manage.windowsazure.com/publishsettings. Your Publish Settings file will be downloaded to your computer, make sure you know its location as you will need to copy its contents later
-
To get your Subscription ID go to your Account Billing information https://account.windowsazure.com/Subscriptions, sign in, then:
- Click ACCOUNT -> Subscriptions and click on your subscription plan
Please note that you need to be at least on the Pay-as-you-go or developer trial. The Free trial has some limitations and may not allow your stack to build successfully. See subscription offers
- Scroll down to your Subscription ID
-
Now that you have your credentials information ready, go back to your credentials tab on Koding for Teams, copy the contents of your downloaded Publish Settings file and paste it in your Koding credentials tab. Also paste your Subscription ID
- Title: Give your credentials a name
- Publish Settings: copy & paste the contents of the downloaded Publish Settings file here
- Subscription ID: your subscription ID on Azure that you fetched earlier
- Location: choose the region you want to create your VM in
- Storage: replication option for your Azure data learn more here
Once you are done click Save this & continue to verify your credentials
-
-
Once your credentials are saved & verified you will be directed back to your Stack template. Click Save on the top right
-
Click Initialize to start your stack
You can have multiple stacks within a team, click Make Team Default when you want to make this stack your team’s default stack.
-
Now let’s start building our stack
You will notice that the first page in the building stack window contains the message we wrote in our Read Me tab in our stack. This is the same message your team will see when they build their stack. It is a good practice to include information about your project or stack for your teammates.
Click Next
-
Make sure the correct credentials are selected (you can save multiple credentials) and click Build Stack
Your stack will start building..
-
Your stack was built successfully, click Start Coding
Congratulations, you can now start working on your new VM
You can also see your VM created on your Azure account