Welcome to the Hands on Lab!

Slides:



Advertisements
Similar presentations
© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Advertisements

MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Co- location Mass Market Managed Hosting ISV Hosting.
The spring release of Windows Azure Infrastructure as a Service introduces new functionality that allows full control and management of virtual machines.
Feature: Web Client Keyboard Shortcuts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Get more control & flexibility of the Windows Azure environment Developers IT Pros Easier migration of existing Windows applications to Windows Azure.
Session 1.
Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Building Apps with IaaS and PaaS Name Title Organization.
Connect with life Connect with life
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
SQL Server SQL Azure Visual Studio“Quadrant” SQL Server Modeling Services Entity Framework ADO.NET“M”/EDM Data Services …
Lugano Microsoft Azure Overview Ken Casada Technical Evangelist Microsoft Switzerland
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Advanced SQL Azure Database Name Title Microsoft Corporation.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
projekt202 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
06 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
PHP Web Development Language EclipseDevelopment Environment MySQLRelational Database memcachedDistributed Memory Cache.

Microsoft Azure Speed >> Economics Scale. Microsoft Azure Speed >> Economics Scale.
IT Operations Management
Building ARM IaaS Application Environment
Microsoft Azure Deployment Planning Services
Windows Azure Cloud Visit – Ravindra verma.
Microsoft Azure Deployment Planning Services
Building Applications with Windows Azure and SQL Azure
IT Operations Management
Windows Azure Pack : Express Installation
Design and Implement Cloud Data Platform Solutions
Microsoft Azure Deployment Planning Services
Windows Azure Virtual Network Basics
Windows Azure Web Sites
Introduction to Windows Azure Web Sites
Azure Websites Teemu Tapanila Microsoft Azure
Setting up team development infrastructure for SharePoint 2013
Microsoft Virtual Academy
Title of Presentation 11/22/2018 3:34 PM
Microsoft Virtual Academy
Обзор Windows Azure Connect
Microsoft Virtual Academy
Web Site Web App Web API microsoftazurepass.com
Title of Presentation 12/2/2018 3:48 PM
M318.
Microsoft Virtual Academy
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Windows Azure Overview
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
Title of Presentation 5/12/ :53 PM
A - E Cloud Enterprise Symbols
Microsoft Virtual Academy
Шитманов Дархан Қаражанұлы Тарих пәнінің
Title of Presentation 5/24/2019 1:26 PM
日本初公開!? Vista の新機能を実演 とっちゃん わんくま同盟 7/23/2019 9:09 AM
Title of Presentation 7/24/2019 8:53 PM
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
08 | Conclusion Jon Galloway | Technical Evangelist
10/13/2019 4:41 AM DNN Cloud Services Under the Hood David Rodriguez Cloud Team Lead Engineer – DNN Corp. Windows Azure Insider © 2010 Microsoft.
VNet and Cross-Premises Connectivity
Presentation transcript:

Welcome to the Hands on Lab! Administrator of the machine -> patch /updates,… 2 things :VM/VPN VM -> durable machines, what you install, you are the owner, and up to you to mange/patch. Provision everything you want VPN: Vnet rete logical private Mikhail Chatillon Technical Evangelist Microsoft Switzerland Mikhail.chatillon@hotmail.com

Speed of development & Ease of Maintenance Azure Backend? Customizibility Speed of development & Ease of Maintenance

IaaS (VM & VNET) Windows Server and Linux Flexible Workload Virtual Private Networking Capabilities (VNET) Administrator of the machine -> patch /updates,… 2 things :VM/VPN VM -> durable machines, what you install, you are the owner, and up to you to mange/patch. Provision everything you want VPN: Vnet rete logical private

IP addresses Cloud Service VIP- 137.135.64.110 VM1 VM2 Virtual Machine DIP-192.168.1.7 DIP-192.168.1.15 VM1 VM2 Think of a cloud service as a container. Every VM has either a cloud service created for it automatically, or you can choose a cloud service for it to belong to.

Within a Virtual Network Can communicate within VNet and within Cloud Service. V Cloud Service VIP 137.135.64.110 Cloud Service VIP 137.135.65.23 DIP-192.168.1.7 DIP-192.168.1.15 DIP-192.168.1.18 VM1 VM2 VM1 Don’t go into Vnet any more than to say it’s an IP address overlay if you want to keep traffic from needed to go out through the SLB. It also is required if you want a secure VPN. Check with Ronald on this one. The VM name can be the same host in both VMs. That’s why you need FQDN to have name resolution. Virtual Network

No Inter-VNet Communication Software Load Balancer X X Internet standard body (IETF) as a special IP range for carrier usage 100.60.0.0/10

Extending Your Infrastructure Extend your datacenter with virtualization and networking 1/30/2018 Securely connect to Virtual Network from anywhere Uses VPN client in Windows OS Traverses firewalls and proxies Windows Azure datacenter On-premises datacenter VPN Site-to-Site VPN VPN Individual computers behind corporate firewall Let’s say you have individual PCs behind the firewall that you want to connect directly to Azure—or that you have remote workers. You can connect securely to the virtual network In Azure from anywhere using the VPN client in Windows. Because it works across firewalls and proxies, it doesn’t matter if users are behind your firewall, behind someone else’s firewall, or are remote. Check with YuShun Point-to-Site VPN Remote workers © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Web Sites Build with popular web framework (ASP.NET, PHP, Java, Python or Node.js) With a SQL DB or MySQL database Deploy in seconds with  WebDeploy, FTP  Source Control Deployment (ex. Git/TFS ) Start for free, scale up as your traffic grows Webjobs background jobs Virtual Network -> websites Websocket support, remote debugging. Deploy it in seconds Webdeploy/FTP Source control deployement