12/5/2018 12:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.

Slides:



Advertisements
Similar presentations
Node.js on Windows Azure Name Title Microsoft Corporation.
Advertisements

Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Twitter:
Building Connected Android Apps with Azure Chris Risner Technical Evangelist
Top ways to deliver your Java code to the cloud
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Building ARM IaaS Application Environment
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
S4 Solution Specialist Sales Summit
Easily manage SQL everywhere from anywhere with SQL tools
AI development using Data Science Virtual Machines (DSVM) in Azure
Web development productivity with Visual Studio
Easily manage SQL everywhere from anywhere with SQL Tools
Building a Continuous Delivery Pipeline for ASP.NET Core Apps
Data Science & Web Dev with Python in Visual Studio
Microsoft Connect /23/2018 5:27 PM
Microsoft Connect /26/2018 1:00 AM
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
Azure API Management Jothi Prakash A
Serverless Architecture in Azure
Building and Deploying Secure Angular Apps
Cloudy with a Chance of Data
Microsoft Connect /18/ :32 PM
Windows Azure Web Sites
9/20/ :55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Melbourne Azure Meetup
Analytics for Apps: Landing and Loading Data into SQL Data Warehouse
Microsoft Build /8/2018 3:30 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Introduction to Docker
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Cloudy with a Chance of Data
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Introduction to Windows Azure Web Sites
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /16/2018 4:53 PM
Microsoft Virtual Academy
TechEd /21/2018 5:20 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
11/27/2018 4:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Developing for the cloud with Visual Studio
Docker Workflows with Visual Studio
Continuous Integration & Deployment to Azure Container Service
Application Insights Diagnostics Preview
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
12/7/2018 2:05 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Modern cloud PaaS for mobile apps, web sites, API's and business logic apps
Web Development in Visual Studio 2017
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Jim Nakashima Program Manager Cloud Tools
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Connect /17/2019 9:55 PM
Welcome to Azure Notebooks
Serverless Architecture in the Cloud
2/19/2019 9:06 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /22/2019 9:54 PM
Microsoft Connect /23/ :38 AM
Microsoft Connect /24/ :10 PM
Migrating your applications to Azure
Tech Ed North America /12/2019 6:45 AM Required Slide
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Windows Azure Overview
4/9/ :39 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Build /4/ :50 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
5/25/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Microsoft Connect /29/2019 1:53 AM
Azure App Service Web App for Containers
Build /24/ What's new for Azure developers in Visual Studio 2013 update 2 and Azure SDK 2.3 Dan Fernandez Principal PM
Microsoft Connect /14/ :11 AM
Presentation transcript:

12/5/2018 12:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Build and deploy Node.js apps with Visual Studio Code and Azure 12/5/2018 12:36 AM BRK2054 Build and deploy Node.js apps with Visual Studio Code and Azure © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

About the speaker Personalize this slide all you want. Introduce yourself, make it personal, get connected with your audience up front by letting them know who you are.

Agenda MEAN & Cosmos DB Hello World! VS Code Docker Azure CLI Microsoft Connect 2016 12/5/2018 12:36 AM Agenda VS Code MEAN & Cosmos DB Hello World! Docker Azure CLI © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Hello World! https://github.com/Azadehkhojandi/h1 12/5/2018 12:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Current Visual Studio Code Azure Extensions App Service App Service Tools, Functions Tools Data SQL Server, Cosmos DB, HD Insight, Storage Explorer Containers Docker IaaS Virtual Machine Explorer General RM Tools, Azure Tools for VS Code IoT IoT Toolkit, Event Hubs Explorer Core Azure Account

Deploy web application to Azure Microsoft Connect 2016 12/5/2018 12:36 AM Deploy web application to Azure Web apps Web apps for containers Resource group Web apps … App Service Plan App Service Plan © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

From Source Control to Azure Microsoft Connect 2016 12/5/2018 12:36 AM From Source Control to Azure Azure Portal Build resources by Web application Deploy Git Deployment via © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Docker in nutshell App 1 App 2 App 3 containers build Run Microsoft Connect 2016 12/5/2018 12:36 AM Docker in nutshell App 1 App 2 App 3 Source code containers Docker Image build Run Docker file Docker engine Operating system © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Containers & Azure Image Registry Azure Container Registry build Microsoft Connect 2016 12/5/2018 12:36 AM Containers & Azure Source code Image Registry Azure Container Registry Docker Image build Docker file Docker Hub © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Containers & Azure Build resources by Image Registry Docker Hub Deploy Microsoft Connect 2016 12/5/2018 12:36 AM Containers & Azure Azure Portal Build resources by Image Registry Docker Hub Deploy Azure Portal Azure Container Registry Set Container source © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Manage Azure resources Microsoft Connect 2016 12/5/2018 12:36 AM Manage Azure resources Azure CLI https://docs.microsoft.com/en-us/cli/azure/overview Azure PowerShell https://docs.microsoft.com/en-us/powershell/azure/overview Azure Resource Manager https://docs.microsoft.com/en-us/azure/azure-resource-manager © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Deploy web application to Azure Microsoft Connect 2016 12/5/2018 12:36 AM Deploy web application to Azure Hello world Hello world from ACR Hello world from docker hub Linux App Service Plan Win App Service Plan Hello world on windows Hello world on Linux © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Mongo Express Angular Node js 12/5/2018 12:36 AM Mongo Express Angular Node js Deploy https://github.com/johnpapa/angular-cosmosdb © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Azure Cosmos DB Globally distributed 12/5/2018 12:36 AM Azure Cosmos DB Globally distributed Multi model (document, graph, key-value, …) Database as a service https://azure.microsoft.com/en-au/services/cosmos-db/ © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Azure Resource Manager Microsoft Connect 2016 12/5/2018 12:36 AM Tools for every taste Azure Portal VS Code extensions Azure CLI Web application Deploy Azure Power shell Azure Resource Manager … © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

aka.ms/techsummit-free Download VS Code: code.visualstudio.com Get an Azure account, with AU$ 260 in Azure credit and 12 months of popular services for free. aka.ms/techsummit-free Download VS Code: code.visualstudio.com @AzadehKhojandi © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12/5/2018 12:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.