A Lap Around Azure Websites Introduction

Slides:



Advertisements
Similar presentations
Azure Websites Marc Gagne Startup Lead & Sr. Technical Evangelist – Microsoft -
Advertisements

Jon Galloway | Technical Evangelist Christopher Harrison | Content Developer.
Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
Cory Fowler SyntaxC4-MSFT.
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
PaaS for the Modern Web A powerful self service platform for developers A flexible hosting solution for IT Web Sites for Windows Server Scalable Scale.
Jon Galloway | Development Platform Evangelist Christopher Harrison | Microsoft Certified Trainer.
Microsoft Azure SoftUni Team Technical Trainers Software University
Website s Azure Websites is an enterprise class cloud solution for developing, testing and running web apps. Azure Websites allows you to focus on what.
Microsoft Virtual Academy Stacey Mulcahy | Technical Evangelist Christopher Harrison | Content Developer.
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
Multi-Tier Apps with Admin Access, RDP, Custom Installs Modern Scalable Web Sites Full Windows Server/Linux VMs Web Sites Virtual Machines Cloud Services.
Register for these FREE Jump Starts—NOW! January 30 | Virtualization for VMware Pros − Late Feb | Tools for VMware.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Inspirirani ljudima. Ugasite mobitele. Hvala.. Paolo Pialorsi Senior Consultant PiaSys ( Publishing apps for SharePoint 2013 on Microsoft.
Naqash Ahmed | Microsoft Student Partner. Naqash Ahmed | Student of Bachelors in Software Engineering Microsoft Student Partner since November.
Porting your Unity Game to the Windows Store Jump Start
Windows Azure Web Sites Deep Dive Jump Start
Developing Windows 10 Games with Construct 2
Deploying Web Application
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Join the MVA Community! Microsoft Virtual Academy—Free online training! Ask questions in the Born to Learn MVA Forum! Visit Earn.
Introduction to Tabular Data Models
Porting your Unity Game to the Windows Store Jump Start
Tulika Chaudharie / Harikharan Krishnaraju
Cloud Data platform (Cloud Application Development & Deployment)
Web API Design Jeremy Likness | Principal Architect
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Designing Database Solutions for SQL Server
Introduction to ASP.NET MVC Jump Start
03 | Web Stacks Jon Galloway | Technical Evangelist
Becoming a Visio 2013 Power User – Part 3
Programming Robotic Systems using Visual Studio
Learn more: Expand your Cloud Knowledge
Creating Windows Store Apps Using Visual Basic
Cross Platform Development with Xamarin & Visual Studio 2013
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Office 365 Development July 2014.
Introduction to AngularJS
Introduction to jQuery
Getting Started with PowerShell Desired State Configuration (DSC)
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Join the MVA Community! Microsoft Virtual Academy—Free online training! Tailored for IT Pros and Developers Over 2M registered users Earn while you learn!
Reimagine Finance: Managing Controls and Compliance
Package Management and Workflow Automation
05 | Background Processing with WebJobs
Game Production Basics
Developing for Windows Azure
Developing Microsoft Azure Solutions Jump Start
DevOps - Visual Studio Release Management Jump Start
ASP.NET Authentication with Identity Jump Start
Single Page Applications with jQuery or AngularJS
Developing Universal Windows Apps with HTML and JavaScript
Microsoft Virtual Academy
Quick Start Challenge: Universal Projects to Build a Game
Pranav Rastogi | Program Manager, Microsoft
Microsoft Virtual Academy
Quick Start Challenge: Microsoft Advertising SDK
Microsoft Virtual Academy
02 | Getting Started with Azure Websites
Lighting Up Real-time Web Communications with SignalR Introduction
Azure SQL Database for Business Critical Cloud Applications
Stacey Mulcahy| Technical Evangelist Jamie Kosoy | Content Developer
Getting Started with PowerShell Jump Start
Jeffrey Snover | Distinguished Engineer & Lead Architect
05 | Testers’ Role in the DevOps World
What’s ASP.NET 5 and Why? Scott Hunter | Director of Program Management Scott Hanselman | Principal Program Manager.
Getting Started with Microsoft Azure Machine Learning
Adding Style with CSS Helen Zeng | Developer Evangelist
Presentation transcript:

A Lap Around Azure Websites Introduction Jon Galloway | Technical Evangelist Cory Fowler | Program Manager, Azure Websites

Meet Jon Galloway | @jongalloway Azure Technical Evangelist Focused on ASP.NET MVC http://weblogs.asp.net/jongalloway Web development on Microsoft platform since late '90s Ex-submariner; Showcase Showdown winner “Price is Right” Popular Author and Conference Speaker Wrox Professional MVC 5; MVC Music Store tutorial Virtual ASP.NET MVC Conference (mvcConf) World wide Web Camps speaker Herding Code podcast (http://herdingcode.com)

Meet Cory Fowler | @cfowlerMSFT Program Manager, Azure Websites Focuses on Developer Experience for Azure Websites Polyglot Programmer (.NET, PHP, Python, JavaScript) Canadian, Ginger Speaker, Host, Blogger… Host of Channel 9’s Web Camps TV show Spoken at //build/ and worldwide Web Camps events Blogs at http://blog.syntaxc4.net

Course Topics A Lap Around Azure Websites 01 | Introduction to Azure Websites 05 | Background Processing with WebJobs 02 | Getting Started 06 | Going Live on Azure Websites 03 | Web Stacks 07 | My Website is down, What’s Next? Troubleshooting Your Website 04 | Continuous Deployment and Integration with Azure Websites 08 | Conclusion

Setting Expectations Target Audience Web Developer (ASP.NET, Node.js, PHP, Python) Back-end Developer Full Stack Developer Suggested Prerequisites/Supporting Material Visual Studio 2013 (Community Edition or Greater) Azure SDK & Tools (http://aka.ms/AzureSDK) Azure Cross Platform CLI or PowerShell Tools (Same page as above) Microsoft Azure account (http://aka.ms/TryAzure)

Join the MVA Community! Microsoft Virtual Academy Free online learning tailored for IT Pros and Developers Over 2.6M registered users Up-to-date, relevant training on variety of Microsoft products “Earn while you learn!” Get 50 MVA Points for this event! Visit http://aka.ms/MVA-Voucher Enter this code: IntroAzureWebsites (expires Feb 16 2015)

01 | Introduction to Azure Websites Jon Galloway | Technical Evangelist Cory Fowler | Program Manager, Azure Websites

What is Azure Websites?

Enterprise Class Globally Scalable Web Application Hosting

What does that mean? 99.95% Uptime Security Governance Audit & compliance Connectivity to On-Premises Resources Authentication Cost Optimization Global Reach

Fastest way to build for the cloud

Open and Flexible for Everyone

Using the same tools you use today

Try Websites http://try.azurewebsites.net Sandboxed preview of Azure Websites with no Azure subscription or credit card requirements Representative sampling of supported Azure Websites development runtimes Real time development and publishing of your app Natural entry point to start a free Azure trial experience

Creating your first Website

Demo Recap File > New ASP.NET Website (Just like you use today) Edit the site Right-Click the Project Click Publish Create a New Azure Website from the Publish Dialog Modified the Site Diff the site before re-publishing

Websites Service Architecture Deployment Server(s) Blob Storage File Server Publish Endpoint Application Database Microsoft Azure Load Balancer Frontend (IIS ARR) Metering Runtime Database API Endpoint

Website Anatomy Microsoft Azure Web Site Public Site Extensions Private Site Extensions Web Application Kudu Web Jobs Monaco MSDeploy Build/Upload Your Own Gallery

Web Hosting Plans

Next Module  Getting Started