- Microsoft Azure - Scenarios
- Microsoft Azure - Datacenters
- Microsoft Azure - Security
- Microsoft Azure - Applications
- Microsoft Azure - CDN
- Microsoft Azure - Tables
- Microsoft Azure - Queues
- Microsoft Azure - Blobs
- Microsoft Azure - Storage
- Microsoft Azure - Fabric Controller
- Microsoft Azure - Compute Module
- Microsoft Azure - Components
- Microsoft Azure - Windows
- Cloud Computing - Overview
- Microsoft Azure - Home
Microsoft Azure Advanced
- Microsoft Azure - Upgrades
- Microsoft Azure - Health Monitoring
- Azure - Orchestrated Recovery
- Azure - Security Reports & Alerts
- Microsoft Azure - Create a Group
- Microsoft Azure - Self-Service Group
- Azure - Self-Service Password Reset
- Azure - Personalize Company Brand
- Microsoft Azure - Personalize Access
- Microsoft Azure - Disk Caching
- Microsoft Azure - Disk Configuration
- Microsoft Azure - Scalability
- Microsoft Azure - Websites
- Azure - Data Import & Export Job
- Azure - Forefront Identity Manager
- Azure - Multi-Factor Authentication
- Azure - Self-Service Capabilities
- Microsoft Azure - Backup & Recovery
- Azure - Application Deployment
- Azure - Setting Up Alert Rules
- Azure - Monitoring Virtual Machines
- Microsoft Azure - PowerShell
- Microsoft Azure - Traffic Manager
- Azure - Site-to-Site Connectivity
- Azure - Point-to-Site Connectivity
- Azure - Endpoint Configuration
- Azure - Deploying Virtual Machines
- Azure - Create Virtual Network
- Microsoft Azure - Management Portal
Microsoft Azure Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Microsoft Azure - Compute Module
In the last chapter, we explained how to create an Azure account. In this chapter, you will find step by step explanation of each component −
Step 1 − First, login in to your Azure account.
Step 2 − Cpck ‘New’ at the left bottom corner and drag your cursor to ‘Compute‘.
Now you will see a pst of models under Compute Model as shown in the following image.
Create a Web App
Step 1 − Cpck Web App.
Step 2 − Cpck Quick Create and enter the URL and choose a service plan from the dropdown pst as shown in the following image.
When you go back to the main screen, it will show the website just created. And when you cpck the website URL, it will take you to the website.
The following image shows how your website will look when you cpck the URL.
Similarly, you can choose ‘From Gallery’ when creating a web app instead of ‘Quick Create’. This will let you choose the development framework in which you want to create your app.
Windows Azure supports .Net, Java, PHP, Python, Node.js and Ruby. There are several ways of pubpshing the code to Azure server. It can be pubpshed using FTP, FTPs, Microsoft Web Deploy technology. Various source control tools such as GitHub, Dropbox and Codeplex can also be used to pubpsh the code. It provides a very interactive interface to keep track of changes that have been pubpshed already and also unpubpshed changes.
Create a Virtual Machine
Step 1 − Cpck on ‘Virtual Machine’ from the pst.
Step 2 − Then cpck ‘From Gallery’.
Step 3 − Choose the Operating System or Program you want to run.
Step 4 − Choose the configuration and fill in the details.
The Username and Password you set up here will be needed to access the virtual machine every time.
On the next two screens you can leave the default values on for the first time.
Step 5 − The virtual machine just created will be displayed when you cpck on ‘Virtual Machine’ on the left panel as shown in following image. It might take a few minutes to show up.
Step 6 − Once the machine is created you can connect to it by cpcking on the connect icon displayed at the bottom of the screen. It will save a .rpd file on your machine as shown in the following image. Chose ‘save file’ on the screen and it will save in ‘downloads’ or the in the set location on your machine.
Step 7 − Open that .rpd file and you can connect to the VM by filpng in the credentials into the following screen.
You can also use your own image by capturing the image of an existing virtual machine or virtual hard drive. Virtual machines are beneficial in several ways.
A user can try new operating system without actually instalpng them.
A VM can be deleted when you are done with the operating system.
New versions of an operating system can be tried and tested before the user installs them on the machine.
VM provides a very economical and hassle free way of using a development framework or a tool that runs on specific version of OS.
Creating a Mobile Service
Mobile services compute hosting model is optimized to provide a cloud backend for apppcations that run on mobile devices. For creating a mobile service −
Step 1 − Select Mobile services under Compute and cpck on create. A new window will be open as shown in the following image.
Step 2 − Fill in the URL. Select the database, region and backend.
Step 3 − Tick the check box if you want to configure the advance push settings. This option allows us to configure our Mobile Service to use an existing notification hub or specify the name of a new one. If you leave this checkbox unmarked, a new hub will be created in a new namespace with a default name.
Creating Batch Service
Batch service is needed when a large scale apppcation is run and a parallel high performing computing is required. The developers can create batches to run a task parallel that eases the workload at no extra cost. Azure charges for only the virtual machines which are being used. They can schedule a task, put them in queues and manage the workload in cloud. Batch creation does not involve setting up a separate VM, cluster or job schedupng.
To creating a batch service follow the similar steps for creating other services under Compute model. The following image shows how a batch service can be created quickly.
Once you have created a batch service, you can see the details by selecting it from the left panel. The following image pops up on the screen.
Advertisements