SlideShare une entreprise Scribd logo
1  sur  24
reserved
reserved
SHARED INSTANCES
Microsoft Confidential – NDA Required
Application Scenarios

Contenu connexe

Plus de Lucas A. Romão

Plus 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
 

Dernier

Assessement Boas Praticas em Kubernetes.pdf
Assessement Boas Praticas em Kubernetes.pdfAssessement Boas Praticas em Kubernetes.pdf
Assessement Boas Praticas em Kubernetes.pdf
Natalia Granato
 

Dernier (6)

Padrões de Projeto: Proxy e Command com exemplo
Padrões de Projeto: Proxy e Command com exemploPadrões de Projeto: Proxy e Command com exemplo
Padrões de Projeto: Proxy e Command com exemplo
 
ATIVIDADE 1 - CUSTOS DE PRODUÇÃO - 52_2024.docx
ATIVIDADE 1 - CUSTOS DE PRODUÇÃO - 52_2024.docxATIVIDADE 1 - CUSTOS DE PRODUÇÃO - 52_2024.docx
ATIVIDADE 1 - CUSTOS DE PRODUÇÃO - 52_2024.docx
 
Assessement Boas Praticas em Kubernetes.pdf
Assessement Boas Praticas em Kubernetes.pdfAssessement Boas Praticas em Kubernetes.pdf
Assessement Boas Praticas em Kubernetes.pdf
 
ATIVIDADE 1 - GCOM - GESTÃO DA INFORMAÇÃO - 54_2024.docx
ATIVIDADE 1 - GCOM - GESTÃO DA INFORMAÇÃO - 54_2024.docxATIVIDADE 1 - GCOM - GESTÃO DA INFORMAÇÃO - 54_2024.docx
ATIVIDADE 1 - GCOM - GESTÃO DA INFORMAÇÃO - 54_2024.docx
 
ATIVIDADE 1 - LOGÍSTICA EMPRESARIAL - 52_2024.docx
ATIVIDADE 1 - LOGÍSTICA EMPRESARIAL - 52_2024.docxATIVIDADE 1 - LOGÍSTICA EMPRESARIAL - 52_2024.docx
ATIVIDADE 1 - LOGÍSTICA EMPRESARIAL - 52_2024.docx
 
Boas práticas de programação com Object Calisthenics
Boas práticas de programação com Object CalisthenicsBoas práticas de programação com Object Calisthenics
Boas práticas de programação com Object Calisthenics
 

Azure Web Sites

Notes de l'éditeur

  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.