0% found this document useful (0 votes)
36 views

Microsoft Azure - Compute Module4

This document provides instructions for creating and using different compute services on Microsoft Azure, including virtual machines, mobile services, and batch services. It describes how to capture an image of an existing VM, connect to a VM using an .rpd file, configure mobile service push notifications, and view details of a created batch service. Virtual machines allow trying operating systems without installing them and are deleted after use.

Uploaded by

janagel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Microsoft Azure - Compute Module4

This document provides instructions for creating and using different compute services on Microsoft Azure, including virtual machines, mobile services, and batch services. It describes how to capture an image of an existing VM, connect to a VM using an .rpd file, configure mobile service push notifications, and view details of a created batch service. Virtual machines allow trying operating systems without installing them and are deleted after use.

Uploaded by

janagel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

4/15/22, 9:41 PM Microsoft Azure - Compute Module

Step 7 − Open that .rpd file and you can connect to the VM by filling in the credentials into the following screen.

https://www.tutorialspoint.com/microsoft_azure/microsoft_azure_compute_module.htm 10/16
4/15/22, 9:41 PM Microsoft Azure - Compute Module

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 installing 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 applications that run on mobile devices. For
creating a mobile service −

Step 1 − Select Mobile services under Compute and click 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.

https://www.tutorialspoint.com/microsoft_azure/microsoft_azure_compute_module.htm 11/16
4/15/22, 9:41 PM Microsoft Azure - Compute Module

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 application 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 scheduling.

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.

https://www.tutorialspoint.com/microsoft_azure/microsoft_azure_compute_module.htm 12/16

You might also like