USER GUIDE Azure Factory

Similar documents
USER GUIDE Deployment

Provisioning Databases

Azure for On-Premises Administrators Practice Exercises

Kentico CMS 6.0 Windows Azure Deployment Guide

Deploying and Provisioning the Barracuda Web Application Firewall in the New Microsoft Azure Management Portal

Mission Control for the Microsoft Cloud. 5nine Cloud Security. Web Portal Version 12.o. Getting Started Guide

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

Querying with Transact-SQL

Dynamic Work Order System (DWOS) Installation Guide

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Tableau Server on Microsoft Azure:

Status Web Evaluator s Guide Software Pursuits, Inc.

Developing Microsoft SharePoint Server 2013 Core Solutions

Configuring the SMA 500v Virtual Appliance

Developing SQL Databases

NiceLabel Label Cloud

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010

Participant Handbook

Databases in Azure Practical Exercises

AD Sync Client Install Guide. Contents

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led

Optiwave AWS User Guide

Office and Express Print Release High Availability Setup Guide

AvePoint Online Services 2

Load Balancing For Clustered Barracuda CloudGen WAF Instances in the New Microsoft Azure Management Portal

You can use Dreamweaver to build master and detail Web pages, which

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device

Developing Microsoft SharePoint Server 2013 Core Solutions

Azure 209x Practical Exercises Overview

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

Deccansoft Software Services

Information on obtaining a username and password. In order to login, users must have a TAMIU address.

Desktop Deployment Guide

How to Configure VNET peering with the F-Series Firewall

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

Azure MFA Integration with NetScaler

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Locate your Advanced Tools and Applications

EASYHA SQL SERVER V1.0

Developing Mobile Apps with Xamarin and Azure

USER GUIDE. PowerKB for Parature

Exam Questions

Developing Microsoft SharePoint Server 2013 Core Solutions

ScaleArc Azure Deployment Guide

22 August 2018 NETOP REMOTE CONTROL PORTAL USER S GUIDE

Azure Archival Installation Guide

Creating a PDF Report with Multiple Queries

Student Lab Manual MS101.1x: Microsoft 365 Security Management

EMS MASTER CALENDAR Installation Guide

MS SQL Server DBA Training Course. Table of Contents

Advanced Analytics Lab: Prerequisite activity

How to Configure Azure Route Tables (UDR) using Azure Portal and ARM

setup.exe file must be run locally. The setup.exe file was easy to find, in the LumiraTeamServer subfolder.

2 User Interface. Add New Assets. Restore Assets Check-In assets. Add New Personnel Edit Personnel Delete Personnel Restore Personnel.

CAD PPE Hands-on Lab Day 1. Modern App

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

SharePoint 2010 Instructions for Users

Arena: Edit Existing Reports

Locate your Advanced Tools and Applications

Bsc (Hons) Software Engineering. Examinations for / Semester 1. Resit Examinations for BSE/15A/FT & BSE/16A/FT

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

Including Dynamic Images in Your Report

User Guide. 3CX CRM Plug-in for Zendesk. Version

New World ERP-eSuite

Deploying and Provisioning the Barracuda CloudGen WAF in the Classic Microsoft Azure Management Portal

Sage Construction Central Setup Guide (Version 18.1)

EASYSECURITY SYMANTEC V1.0

LANTERIA HR: TECHNICAL OVERVIEW

Creating a trial Windows Azure account and activating MSDN benefits

Restricting and Sorting Data. Copyright 2004, Oracle. All rights reserved.

How to Deploy the Barracuda Security Gateway in the New Microsoft Azure Management Portal

LoadMaster for Azure Resource Manager. Feature Description

enicq 5 Upgrade Guide

Installing SharePoint Server 2007

Adobe Volume Licensing

Azure Developer Immersions Application Insights

SharePoint Document Auto Title Installation Instruction

PROXY Pro RAS Installation Manual v10.1. December 2018

Print Audit 5 - Step by Step Walkthrough

Barracuda Web Application Firewall Foundation - WAF01. Lab Guide

Sophos UTM Web Application Firewall For: Microsoft Exchange Services

DEVELOING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions

MOVEit Transfer on Azure Marketplace Quickstart Guide. How to deploy and use MOVEit Transfer from Microsoft Azure Marketplace

MultiSite Manager. User Guide

SQL Server Deployment Installation Manual. Call a Hygiena representative for more information or support

DBXL AZURE INSTALLATION GUIDE

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966

Partner Integration Portal (PIP) Installation Guide

Using Jet Analytics with Microsoft Dynamics 365 for Finance and Operations

EBSCO Library User Guide

Version Installation Guide. 1 Bocada Installation Guide

A: SETTING UP VMware Horizon

Azure Security and Compliance Practical Exercises

VMware Identity Manager Administration

Microsoft Azure Fundamentals: Azure identity Practical Exercises

Visual Studio Subscriptions Administration Guide

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service

Transcription:

2011 USER GUIDE Azure Factory

Contents Setting up a Windows Azure Account... 2 Setting up your Server... 3 Creating a Database... 4 Manage the Database... 6 Generating the Azure Factory Project... 9 Publishing to Azure... 14 Changing Instance Count and Virtual Machine Size... 18 1

In this article, you will learn how to set up your Code On Time application with SQL Azure as a backend. Setting up a Windows Azure Account The first thing you have to do is head over to http://www.microsoft.com/windowsazure/free-trial/ and press Get the free trial! Sign in with your Windows Live ID, or sign up if you don t have one. Next, you will need to enter your contact information for Windows Azure. Accept the conditions and enter your credit card information. No charges will be made. Finally, accept the Online Subscription Agreement and press purchase. You will have to wait up to 15 minutes for your subscription to become enabled. 2

Setting up your Server Navigate to http://windows.azure.com. You will need to enter service administrator information this is the person managing the subscription. Confirm, and navigate to the server Management Portal. In the bottom left corner, select Database. You will first need to create a server. Select your subscription and press Create under Server. Select a region for your server, and specify the administrator account. 3

Next, specify a firewall rule to allow your IP to access the server. Press Finish, and you will have a server listed under your subscription. Creating a Database Select your subscription and press Create under Database. 4

Give your database a name. Leave Edition and Maximum size unchanged. Press OK, and the database will be created. 5

Manage the Database For the sake of this tutorial, we will use a database called HR, with two tables, Employees and Jobs. You can use the table generation tool in Code On Time Generator to create it. Alternatively, you can create it using the Database Manager. This section will explain how to use the Database Manager to create the tables. Select your server from the list, and press Manage under Database. This will take you to the Database Manager. Enter your password and press Connect. 6

On the ribbon, press New Table. Name the table Jobs, with the fields JobID, Title, and Description, as shown below. Press Save to save the table. Switch back to the Start Page, and press New Table again. This table will have the name Employees, and the fields EmployeeID, LastName, FirstName, JobID, Salary, Notes, Photo, and HireDate as shown below. 7

Press Save to save the table. Currently, Database Manager does not have a tool to create foreign key relationships, so a query must be used. Switch back to Start Page and press New Query. Enter the following code to add the foreign key relationship: alter table Employees add constraint Employees_Jobs_FK foreign key(jobid) references Jobs(JobID) Press Execute, and click on Message to confirm the success of the query. 8

Generating the Azure Factory Project Launch Code On Time Generator, and create a new project. Select Azure Factory. Give the project a name. In our example, we called it HRDemo. 9

Press Next to reach the Database Connection page. Click on the button next to the Connection String to access the Connection String Assistant. You can find your server name by navigating to http://windows.azure.com and clicking on Database. Select your subscription, and copy the Fully Qualified Server Name from the list. Enter the server name under Server, and enter your credentials. Also enter your database name. 10

Add a User and Role Manager to your application by pressing Add under Membership. By default, Azure Factory applications will run on two instances of Compute servers, as recommended by Microsoft to ensure fault tolerance. This requires Session State management in your database. Install Session State Manager by pressing Add under Session State. 11

Press OK to confirm your connection string options. Press Next until you reach the Reporting page. Check the checkbox to enable reporting. Press Next until you reach the Authentication and Membership page. If you added User and Role manager to your application, ASP.NET Membership will be automatically configured. 12

On the next page, enable Permalinks and Interactive History. Continue pressing Next until code generation begins. Once complete, a web page will load with your generated application. The application will be running locally, but is using SQL Azure to access the database. 13

Publishing to Azure Go back to Code On Time Generator. Next to the project name, press Publish. Once publishing is complete, a folder will appear with the published files. 14

Go to http://windows.azure.com, and select Hosted Services, Storage Accounts & CDN in the bottom left corner. In the top left corner, press New Hosted Service. Enter a name and URL for your service, choose a region, and specify a deployment name. Select the CloudApp.cspkg for Package Location, and ServiceConfiguration.cscfg for the Configuration File. Press OK to deploy your application to the cloud. This step will take several minutes. 15

Once deployment is complete, you can click on the deployment and access the website from the DNS name on the right side. As the environment is still staging, the URL displays the ID of the deployment. 16

There is one more step to fully deploying your application you must change the environment to Production. This can be done by pressing the Swap VIP button on the ribbon. Press OK to confirm, and your application will become accessible from the URL specified earlier. 17

Changing Instance Count and Virtual Machine Size By default, Azure Factory applications use two extra small instances. This can be changed using Visual Studio. In Code On Time Generator, next to your project name, press Design. Visual Studio needs to run in administrative mode to use the cloud emulator, and this will set off the User Account Control screen. Confirm that you want devenv.exe to run. Once Visual Studio opens, navigate to CloudApp Roles WebRole1. 18

Double click on WebRole1, and the Configuration page will appear. Under Instances, you can change the number count and size of the virtual machines of your cloud application. Be sure to check the pricing for the instances, as you will be charged more for larger instances. 19