SlideShare uma empresa Scribd logo
1 de 24
reserved
reserved
SHARED INSTANCES
Microsoft Confidential – NDA Required
Application Scenarios

Mais conteúdo relacionado

Mais de Lucas A. Romão

DevOps Summit 2017: ARM Templates na prática
DevOps Summit 2017: ARM Templates na práticaDevOps Summit 2017: ARM Templates na prática
DevOps Summit 2017: ARM Templates na práticaLucas A. Romão
 
Trabalhando com ARM Templates
Trabalhando com ARM TemplatesTrabalhando com ARM Templates
Trabalhando com ARM TemplatesLucas A. Romão
 
Visual Studio Summit 2016 - Escale aplicações usando AppService
Visual Studio Summit 2016 - Escale aplicações usando AppService Visual Studio Summit 2016 - Escale aplicações usando AppService
Visual Studio Summit 2016 - Escale aplicações usando AppService Lucas A. Romão
 
O que há de novo no Microsoft Azure IaaS
O que há de novo no Microsoft Azure IaaSO que há de novo no Microsoft Azure IaaS
O que há de novo no Microsoft Azure IaaSLucas A. Romão
 
Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...
Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...
Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...Lucas A. Romão
 
Migrando aplicações para o Windows Azure
Migrando aplicações para o Windows AzureMigrando aplicações para o Windows Azure
Migrando aplicações para o Windows AzureLucas A. Romão
 

Mais de Lucas A. Romão (6)

DevOps Summit 2017: ARM Templates na prática
DevOps Summit 2017: ARM Templates na práticaDevOps Summit 2017: ARM Templates na prática
DevOps Summit 2017: ARM Templates na prática
 
Trabalhando com ARM Templates
Trabalhando com ARM TemplatesTrabalhando com ARM Templates
Trabalhando com ARM Templates
 
Visual Studio Summit 2016 - Escale aplicações usando AppService
Visual Studio Summit 2016 - Escale aplicações usando AppService Visual Studio Summit 2016 - Escale aplicações usando AppService
Visual Studio Summit 2016 - Escale aplicações usando AppService
 
O que há de novo no Microsoft Azure IaaS
O que há de novo no Microsoft Azure IaaSO que há de novo no Microsoft Azure IaaS
O que há de novo no Microsoft Azure IaaS
 
Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...
Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...
Microsoft Azure Storage - Tudo o que você precisa saber sobre armazenamento d...
 
Migrando aplicações para o Windows Azure
Migrando aplicações para o Windows AzureMigrando aplicações para o Windows Azure
Migrando aplicações para o Windows Azure
 

Azure Web Sites

Notas do Editor

  1. NOTE: Add spectrum (arrow) that shows the “PaaS Continuum”We’re going to talk about a new sevice. You think about WAWS as the highest level service, abstracts away .. .. .. even web server.Reducing complexity, reducing management overhead.Add animation to build out each part -> final click reviels the cloud box at the bottom.
  2. *free offer of 10 web sites for Spring 2012 Preview*Create new sites from the gallery or from scratch*if your web site runs on Internet Information Services (IIS) 7, it will run on Windows Azure Web Sites
  3. Add images to these three slides with the bullets – more metro, alive
  4. Add images to these three slides with the bullets – more metro, alive
  5. Add images to these three slides with the bullets – more metro, alive
  6. Before the shopping cart demo, create a new text file response.write(“”) rename to asp and uplaod to the site and demo. Then do shopping cart.Demo:Length: 5 minutesClassic ASP Shopping CartDeploy using FTPProduct CartProduct Page: http://www.earlyimpact.com/productcart/ecommerce-software.aspStorefront Demo: http://demos.productcart.com/demos/standard/pc/home.asp
  7. Before the shopping cart demo, create a new text file response.write(“”) rename to asp and uplaod to the site and demo. Then do shopping cart.Demo:Length: 5 minutesClassic ASP Shopping CartDeploy using FTPProduct CartProduct Page: http://www.earlyimpact.com/productcart/ecommerce-software.aspStorefront Demo: http://demos.productcart.com/demos/standard/pc/home.asp
  8. DemoLength: 10 minutesSurvey AppASP.NET MVC4, KnockoutJS,SignalRVisual Studio 11James note: Modern apps & Modern ToolsNOTE: TFS is already setup on Dev11, figure out how we can flow TFS into this demo.Deploy once as is, make update for mobile front end and redeploy to show CIGet joanah’s team to style thisChat app like windows phoneModern, metro style
  9. DemoLength: 10 minutesCreate Wordpress Blog in Web GalleryDownload Publish FileOpen in WebMatrixEdit ThemeSave/DeployShow site with changesRun locally Add theme -> Can we find an enterprise theme, team status or something similarDeploy to cloudShow running in cloud
  10. This adds to pet shop demo. /help configDemoLength: 10 minutesVisual Studio 11TFS DeploymentShow Configuration PageDeploy broken AppShow logging and diagnosticsShow Roll Back deploymentStart new app for this demoRather than showing something that is broken, show how to use the logs to optimize. Maybe missing favicon – “Be Brillaint theme”Sub directory off root with default doc issue - /help for example. Browse to the url and get wrong page because the default doc is not set correctly.Go into portal and show reording of default docs. Show 404’s from /help -> no default doc set -> add to config
  11. Leave in appendix for QA when the question is asked.