Why Azure? Microsoft Azure: Cloud Computing Platform and Services Move faster Save Money Integrate on-premises apps and data 57% of Fortune 500 companies already use Azure. What is Azure?IaaS + PaaS + SaaS = Microsoft AzureOur app. Our framework. Our Platform. All welcome.Microsoft Azure is a growing collection of integrated cloud services – analytics, computing, database, mobile, networking, storage and web – for moving faster, achieving more and saving money. G...
Read More
OverviewWe will add cloud-based backend service to HTML app using Azure Mobile Services. We will create both new mobile service and simple To do list app that stores app data in new mobile service. Pre-requisitesThe following are required to complete: We must have one of the following web servers running on our local computer: On Windows: IIS Express. IIS Express is installed by the Microsoft Web Platform Installer. On MacOS X: Python, which should already be insta...
Read More
We'll create linear regression model that predicts price of automobile based on different variables such as make and technical specifications. Pre-requisiteWe'll use Azure Machine Learning Studio to develop and iterate on simple predictive analytics experiment.Enter Machine Learning Studio http://studio.azureml.net and click Get started button. We can choose either Guest Access or log in with our Microsoft account.Machine Learning Studio experiment consists of dragging com...
Read More
We will add cloud-based backend service to an iOS app using Azure Mobile Services.We will create both new mobile service and simple To do list app that stores app data in new mobile service. Mobile service that we will create uses JavaScript for server-side business logic. Pre-requisiteWe need a Microsoft Azure Account. Create new mobile serviceFollow these steps to create a new mobile service.1) Sign into http://manage.windowsazure.com. At bottom of naviga...
Read More
We will create Java web app in Azure App Service by using the Azure portal. The Azure portal is a web interface that we can use to manage Azure resources. Pre-requisiteWe require a Microsoft Azure Subscription. JAVA application optionsThere are several ways we can set up Java application in an App Service web app:1) Use template from the Azure MarketplaceThe Azure Marketplace includes templates that automatically create and configure Java web apps with ...
Read More
We will create Java web app in Azure App Service by using the Azure portal. The Azure portal is a web interface that we can use to manage Azure resources. Pre-requisiteWe require a Microsoft Azure Subscription. JAVA application optionsThere are several ways we can set up Java application in an App Service web app:1) Use template from the Azure MarketplaceThe Azure Marketplace includes templates that automatically create and configure Java web apps with ...
Read More
OverviewWe will deploy ASP.NET web application to web apps in Azure App Service by using Visual Studio. In result, we will have simple web application up and running in cloud. Pre-requisite Visual Studio Microsoft Azure Subscription Setting up development environmentTo start, set up development environment by installing Azure SDK for Visual Studio. Creating project and web appOur first step is to create web project in Visual Studio and web app in Azure App Service. When...
Read More
Creating an Azure VM that runs Linux is easy to do. We will use ssh public key file to secure our SSH connection to VM. We can also create Linux VM’s using our own images as templates. NOTE: We will create an Azure VM which is managed by Azure resource group. Pre-requisiteWe need Azure subscription. Steps Select image1) Log in http://portal.azure.com 2) On the Hub menu, click New >> Compu...
Read More
How easy it is to create an Azure VM in just a few minutes. We'll use Windows Server 2012 r2 Datacentre image but that's just one of many images Azure offers.We can also create VM’s using our own images, with Resource Manager Templates or with automation tools.We will use the Resource Manager Deployment model to create VM. This is recommended instead of the classic deployment model, which is based on Service Management APIs. Pre-requisiteWe need Azure subscription. Steps ...
Read More