Microsoft et l'Open Source

16 Jun 2014
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
Microsoft et l'Open Source
1 sur 10

Contenu connexe

En vedette

Les Performance de rendu sur mobileLes Performance de rendu sur mobile
Les Performance de rendu sur mobileJean-Pierre Vincent
Référentiels de bonnes pratiques : industrialisons nos savoir-faireRéférentiels de bonnes pratiques : industrialisons nos savoir-faire
Référentiels de bonnes pratiques : industrialisons nos savoir-faireTemesis
Bassem Asseh - présentation à la Fabrique du changement - mjs pdl sept 2016- ...Bassem Asseh - présentation à la Fabrique du changement - mjs pdl sept 2016- ...
Bassem Asseh - présentation à la Fabrique du changement - mjs pdl sept 2016- ...Bassem ASSEH
La performance sur mobileLa performance sur mobile
La performance sur mobileJean-Pierre Vincent
Practical web performance - Site Confidence Web Performance SeminarPractical web performance - Site Confidence Web Performance Seminar
Practical web performance - Site Confidence Web Performance SeminarStephen Thair
Measuring Mobile Web Performance v2Measuring Mobile Web Performance v2
Measuring Mobile Web Performance v2Stephen Thair

Plus de davrous

Building a cross platforms tower defense game Dev Days 2016Building a cross platforms tower defense game Dev Days 2016
Building a cross platforms tower defense game Dev Days 2016davrous
Create fun & immersive audio experiences with web audioCreate fun & immersive audio experiences with web audio
Create fun & immersive audio experiences with web audiodavrous
Nouveautés JavaScript dans le monde MicrosoftNouveautés JavaScript dans le monde Microsoft
Nouveautés JavaScript dans le monde Microsoftdavrous
Unleashing WebGL & WebAudio with babylon.jsUnleashing WebGL & WebAudio with babylon.js
Unleashing WebGL & WebAudio with babylon.jsdavrous
Creating 3D Worlds with WebGL and Babylon.js - Codemotion.esCreating 3D Worlds with WebGL and Babylon.js - Codemotion.es
Creating 3D Worlds with WebGL and Babylon.js - Codemotion.esdavrous
Introduction à TypeScript et retour d'expérience sur le portage de Babylon.JSIntroduction à TypeScript et retour d'expérience sur le portage de Babylon.JS
Introduction à TypeScript et retour d'expérience sur le portage de Babylon.JSdavrous

Microsoft et l'Open Source

Notes de l'éditeur

  1. Contributing 22K lines of code – to Linux Core = nice optimizations for Azure virtualization. Image Gallery: choices of Oracle Linux, SUSE, Ubuntu, CentOS – commercially supported Linux distros on Azure Azure Management portal, the web interface, offers the desired experience. Simply provision Virtual Machines from the Image Gallery in minutes . Virtual Machines Image Gallery contains pre-built images of Linux – CentOS, Ubuntu and Suse Enterprise Linux (SLES) or Windows Server, SQL Server, SharePoint (evaluation copy) and BizTalk Server custom images created in VHD format using Hyper-V, you can easily bring them into Windows Azure as well. These images can simply be your favorite Linux stacks obtained from VM Depot OR images for existing applications running on-premises We can take the openness and heterogeneity concept further. Many of you might have existing workloads and apps that are virtualized with VMware which would be in VMDK virtualization format. When you are ready to bring those applications to Windows Azure, so that you free up on-premises datacenter capacity or simply run those apps on modern infrastructure, you have options. If you are a System Center user, you can convert your VMDK images into VHD format using and then bring them on to Windows Azure Virtual Machines. (More info here: http://technet.microsoft.com/en-us/library/bb963721.aspx) Yet, this is not the only approach. We also offer a free downloadable utility called Microsoft Virtual Machine Converter which will take VMDK images and convert them into the VHD format. You can then use PowerShell scripts in uploading those images into Virtual Machines and get going! (More information is here: http://technet.microsoft.com/en-us/library/hh967435.aspx) Whether you start with the gallery or with a custom image, whether you start with Windows Server or Linux or VMware, you have a robust foundation in Virtual Machines and flexible options to get there. BENEFITS --- durability (Geo-Replication) – 6 total copies of your image redundantly replicated. Virtual Network (VNET) – logically isolated sections of Windows Azure to treat like your own network. -- UDP/TCP, load-balanced incoming traffic; load-balanced end-points; health check, etc. -- VM to VM communications, TCP/UDP/ICMP, dynamic ports Affinity groups (highly available, performant)
  2. Web Sites: As a PaaS --- Addresses managing HW on prem, VMs via traditiona hosting or OS patching, etc. Rapid Dev / Prototyping, managing runtime environments & development/deployment tools that’s easy Web Sites: “PaaS for the Modern Web”. Near instant deployment !! Azure Websites is: Flexible, providing support for multiple languages, frameworks and databases --- FAST Scalable, making it easy for you to scale up your site to larger instances or scale out to multiple ones. Secure, running on a solid foundation of Windows Server 2012 with SSL support and access to features such as Windows Azure Active Directory making it possible to build applications for business workloads. Dynamic Languages are of course incredibly popular among web developers. Windows Azure Web Sites offers support ASP.NET, PHP, Node.js and Python and even Classic ASP. You can even bin deploy your own FastCGI-based runtime, say if you wanted a custom version of PHP with specific extensions installed such as MongoDB or to use Python 3.3. With Windows Azure Web Sites you also get a choice of databases. From within the portal itself you can choose to use a free 20MB SQL Database or MySQL from ClearDB. You can also choose to upgrade those databases. With SQL Server you can migrate to Azure SQL DB or you can upgrade to one of the paid-tiers with ClearDB. You can even choose a noSQL solution like MongoDB from our Azure Store partner MongoLabs.
  3. With Azure Web Sites you also have a wide choice of applications to start from with a Web App Gallery of open source web solutions and templates.