SlideShare uma empresa Scribd logo
1 de 26
Day 1
Introducing Windows Server 2012 R2
Server Virtualization in Windows Server 2012 R2
Cloud Optimized Networking in Windows Server 2012 R2
Storage in Windows Server 2012 R2
Day 2
Server Management & Automation with Windows Server 2012
R2
VDI with Windows Server 2012 R2
Access & Information Protection with Windows Server 2012 R2
Web Application & Platform with Windows Server 2012 R2Web Application & Platform with Windows Server 2012 R2
DOWNLOAD
Windows Server
2012 R2 Preview
aka.ms/ws2012r2
#WS2012R2JS
DOWNLOAD
System Center
2012 R2 Preview
aka.ms/sc2012r2
Hands-On Labs
http://www.microsoftvirtualacademy.com
System Center 2012 R2 Jumpstart
July 15th - http://aka.ms/SCR2JS
6
CPU throttling helps ensure
that no single web
application affects the
performance of others
Application Initialization
improves user experience of
first requests
Dynamic FTP and IP
restrictions set policies to
block unwanted access
Server Name
Indication (SNI)
allows high-density
sites that are more
secure
Non-Uniform
Memory
Architecture
(NUMA) for
hardware with
complex
specifications
Centralized SSL
store dynamically
maps sites to
certificates
Shared Web Cloud Hosting
CONSISTENT AND
REPEATABLE
CONFIGURATIONS
ECOSYSTEM AND
EXTENSIBILITY
Configuration
Editor provides
a rich, visual
method to edit
web
configurations
and create
repeatable
actions
Shared
configuration
helps ensure
consistency
across web
farms
Provides a
common
development
platform
across clouds
Embraces web
standards to
work more
easily with PHP
and node.js
Enterprise Web hosting
Windows Azure
Pack delivers web
sites as a service
Deployment Scenarios & Features Supporting Features
Help ensure that no single web
application affects the performance
of others
Improve user
experience of
first requests
Set policies to
block unwanted
access
Application
Initialization
CPU Throttling
Dynamic FTP and
IP restrictions
High-performance web applications
8
9
• Prevents one
tenant’s
application from
monopolizing
CPU resources
• Reduces
vulnerability to
attack
• Helps to manage
the end-user
experience when
the site starts
loading
• Protects servers
from denial of
service attacks
Dynamic IP
Restrictions
Application
Initialization
CPU
throttling
Restriction
of FTP logon
attempts
Benefits
• Prevents one tenant’s application from
monopolizing CPU resources
• Sets maximum CPU consumption per
application pool
• Sandboxing process controls resource
consumption per site
• By defining different-sized sandboxes for
different tenants, hosters can create
additional business opportunities based on
resource consumption
CPU Throttling
10
CPU
0
CPU
1
CPU
2
Tenant A Tenant N
Earlier scenario
CPU
3
Tenant B
Application pool
CPU
0
CPU
1
CPU
2
Tenant A Tenant N
CPU
3
Tenant B
Windows Server 2012 R2
Preview
CPU
0
CPU
1
CPU
2
CPU
3
Out of
resources
Internet Information Services 8
throttles CPU to prevent any
monopolization
Monopolizing
CPU cycles
Application pool
User requests ASP.NET application
Application loads
drivers, models,
libraries, and helpers
in the background
Benefits
• Helps to manage the end-user experience
when the site starts loading
• Returns static content as a splash page until
an application has completed its
initialization tasks
• Proactively performs initialization tasks for
an application when it starts, to improve
performance of first requests
Application Initialization
11
Internet
Information
Services 8
Drivers
Models
Libraries
Helpers
Packages
Scripts
ASP.NET application
Dynamic IP restriction is an optional feature that must
be explicitly installed using Server Manager
Benefits
• Protects servers from denial of service
attacks
• Filters and blocks IP address dynamically
• Specifies action when Internet Information
Services blocks requests
• With Logging Only Mode, helps to
determine potential impact for legitimate
users
• Rules can be configured as static or
dynamic
Dynamic IP Restrictions
12
You can configure dynamic IP restrictions to help
reduce the impact of a denial of service attack
Benefits
• Reduces vulnerability to attack
• Dynamically limits the number of logon
attempts
• Server blocks access from malicious users
• Log files track suspicious logon attempts
Restriction of FTP logon attempts
13
FTP network security can be configured to help reduce
the impact of a denial of service attack
Features for enabling and
managing the multitenant
environment
• Server Name Indicator
• Centralized SSL Certificate Support
• NUMA scalability
Isolation and
security
Scalability
Centralized
support
Simplified
management
Extensibility
Windows Server 2012 R2 Preview
Challenges for running high-density websites
Shared infrastructure
Site A
ns
SQL
Site B
ns
SQL
Site N
ns
SQL
15
Benefits
• Easier certificate management
• Reduced hosting costs
• Increased site density
• Single, shared IP address
Server Name Indicator
Internet Information Services 8
Tenant A Tenant B Tenant N
Virtual domain
name 1
Virtual domain
name 2
Virtual domain
name 3
16
“Web hosting certificate
store” can contain thousands
of SSL certificates
Multiple websites hosted on
a single web server
Hosting-friendly
web sever platform
Non-Uniform Memory
Architecture
• Processors can access local
memory faster than remote
memory
• A significant percentage of new
servers have NUMA
• Designed for scale-up
NUMA scalability
17
Starts scaling NEGATIVELY
when the number of cores
increases beyond the point
where memory synchronization
outweighs the benefits of any
additional cores
Previous Internet
Information
Services versions
on NUMA
hardware
Internet
Information
Services on
NUMA hardware
Scales POSITIVELY with
increasing cores, allowing
organizations to benefit from
their NUMA hardware
investments
• Shared SSL certificates are stored centrally
• New servers do not need certificate import
• SSL binding is implied by naming
convention
• Only one implicit SSL binding to manage,
regardless of number of configured SSL
sites
• Certificate is updated by copying and
replacing the existing file
Certificate management
Centralized SSL Certificate Support
18
Certificates are stored in a file share
Internet Information Services is configurable to
automatically bind to SSL certificates stored in
the shared folder
SSL binding configuration
Support for PHP, Node.js, and ASP.NET
Best platform
for .NET
“Just works” with
PHP (and Node.js)
Embraces web
standards
 Innovations with “Dev11”
and ASP.NET MVC 4
 ASP.NET “webpages” and
Razor syntax
 WebMatrix provides
simple on-ramp and
integrates deeply with
open source.
 First-class support for
FastCGI/PHP
 Popular open source
software apps–WordPress,
Joomla!, Drupal, Umbraco
and DotNetNuke
 Node.js pre-configured
 Standards-based support
 Great for asynchronous
operations and client-
driven web apps.
 Excellent choice for rich
HTML5 applications.
Help ensure consistency across web
farms
Provide a rich, visual method
to edit web configurations
and create repeatable actions
Shared
configurations
Script generator
Configuration
Editor
20
Benefits
• IT can maintain a consistent configuration
across web servers
• Reduces time to operational readiness
• IT can automatically share encryption keys
across servers for session state load
distribution
21
Specify a shared location to store configurations
Benefits
• Visual editor makes advanced configuration
settings easier to edit
• IT pros can create repeatable actions for
consistent and automated processes
• Internet Information Services configuration
editor can generate managed code
(C#), JavaScript scripts, command line
(AppCmd), and Windows PowerShell scripts
22
Use the Configuration Editor to manage advanced configurations
Provide a common development
platform across clouds
Work more easily with
PHP and node.js
Embraces web
standards
Common
development
platform
23
Benefits
• Reduces your training costs and
takes advantage of existing
development skill sets
• Engages with a large ecosystem of
partners and solution offerings
• Creates applications that run on
best-fit platforms
Build symmetrical and hybrid apps
on-premises and in the cloud
24
Uses the same development
tools across Windows Server
2012 R2 Preview and
Windows Azure
Programming
symmetry
Common
development
tools
Offers Microsoft .NET
developers a complete
environment to build
applications that span across
clouds for a rich development
experience
• A subset of the Microsoft .NET Framework is available
for building apps with the new Windows UI using C#
or Visual Basic
Microsoft .NET
for apps with
the new
Windows UI
• Support for common language runtime and for .NET
Framework classes
• Support for Managed Extensibility Framework
• Support for asynchronous file operations
Core new
features and
improvements
• Support for HTML5 form types and WebSockets
protocol
• Support for reading and writing HTTP requests and
responses asynchronously
• Support for content distribution network (CDN)
fallback
Web
• Improved internationalization and IPv6 support
• RFC-compliant URI support
• Support for internationalized domain name (IDN)
parsing and email address internationalization (EAI)
Networking
• Ribbon control hosts a Quick Access Toolbar,
Application Menu, and tabs
• Repositioning of data as values change (live shaping)
• Better integration with Win32 user interface
components
Windows
Presentation
Foundation
• Simplification of generated configuration files
• Support for contract-first development and
asynchronous streaming
• Configurable ASP.NET compatibility mode
• HTTPS protocol mapping with Microsoft Internet
Information Services
Windows
Communicatio
n Foundation
• Ability to create state machine workflows
• Support for C# expressions and versioning
enhancements
• Enhanced workflow designer features
Windows
Workflow
Foundation
25
DOWNLOAD
Windows Server
2012 R2 Preview
aka.ms/ws2012r2
#WS2012R2JS
DOWNLOAD
System Center
2012 R2 Preview
aka.ms/sc2012r2
Hands-On Labs
http://www.microsoftvirtualacademy.com
System Center 2012 R2 Jumpstart
July 15th - http://aka.ms/SCR2JS

Mais conteúdo relacionado

Mais procurados

XenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of futureXenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of futureMarketingArrowECS_CZ
 
Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Jon Petter Hjulstad
 
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBeganKoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBeganTobias Koprowski
 
Virtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and AvailabilityVirtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and AvailabilityDamir Bersinic
 
KoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginnersKoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginnersTobias Koprowski
 
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_CloudKoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_CloudTobias Koprowski
 
Workflow Manager Tips & Tricks
Workflow Manager Tips & TricksWorkflow Manager Tips & Tricks
Workflow Manager Tips & TricksMai Omar Desouki
 
CV-Kumar_TAM
CV-Kumar_TAMCV-Kumar_TAM
CV-Kumar_TAMKumar R
 
What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3Bruno Borges
 
June OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerJune OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerHoward Greenberg
 
Configuring and administrate server
Configuring and administrate serverConfiguring and administrate server
Configuring and administrate serverGera Paulos
 
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheCloudsKoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheCloudsTobias Koprowski
 
Moving Windows Applications to the Cloud
Moving Windows Applications to the CloudMoving Windows Applications to the Cloud
Moving Windows Applications to the CloudRightScale
 

Mais procurados (20)

MCSA 70-412 Chapter 11
MCSA 70-412 Chapter 11MCSA 70-412 Chapter 11
MCSA 70-412 Chapter 11
 
MCSA 70-412 Chapter 02
MCSA 70-412 Chapter 02MCSA 70-412 Chapter 02
MCSA 70-412 Chapter 02
 
XenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of futureXenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of future
 
MCSA 70-412 Chapter 01
MCSA 70-412 Chapter 01MCSA 70-412 Chapter 01
MCSA 70-412 Chapter 01
 
Oracle VM - the Heart of Oracle Cloud
Oracle VM - the Heart of Oracle CloudOracle VM - the Heart of Oracle Cloud
Oracle VM - the Heart of Oracle Cloud
 
Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17
 
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBeganKoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
 
Windows 2019
Windows 2019Windows 2019
Windows 2019
 
Virtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and AvailabilityVirtualizing Sharepoint for Performance and Availability
Virtualizing Sharepoint for Performance and Availability
 
KoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginnersKoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginners
 
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_CloudKoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
 
Workflow Manager Tips & Tricks
Workflow Manager Tips & TricksWorkflow Manager Tips & Tricks
Workflow Manager Tips & Tricks
 
CV-Kumar_TAM
CV-Kumar_TAMCV-Kumar_TAM
CV-Kumar_TAM
 
SOA 12c upgrade OGh-Tech-2017
SOA 12c upgrade OGh-Tech-2017SOA 12c upgrade OGh-Tech-2017
SOA 12c upgrade OGh-Tech-2017
 
Mohssen cv
Mohssen cvMohssen cv
Mohssen cv
 
What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3What's New and Noteworthy on Oracle CAF 12.1.3
What's New and Noteworthy on Oracle CAF 12.1.3
 
June OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification ManagerJune OpenNTF Webinar - Domino V12 Certification Manager
June OpenNTF Webinar - Domino V12 Certification Manager
 
Configuring and administrate server
Configuring and administrate serverConfiguring and administrate server
Configuring and administrate server
 
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheCloudsKoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
 
Moving Windows Applications to the Cloud
Moving Windows Applications to the CloudMoving Windows Applications to the Cloud
Moving Windows Applications to the Cloud
 

Semelhante a Windows Server 2012 R2 Jump Start - WEB

windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2Gol D Roger
 
Windows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroWindows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroPaulo Freitas
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanDavid J Rosenthal
 
Morning Coffee - Windows Server 2016
Morning Coffee - Windows Server 2016Morning Coffee - Windows Server 2016
Morning Coffee - Windows Server 2016Primend
 
.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los Angeles.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los AngelesVMware Tanzu
 
.NET Cloud-Native Bootcamp
.NET Cloud-Native Bootcamp.NET Cloud-Native Bootcamp
.NET Cloud-Native BootcampVMware Tanzu
 
2014.10.22 Building Azure Solutions with Office 365
2014.10.22 Building Azure Solutions with Office 3652014.10.22 Building Azure Solutions with Office 365
2014.10.22 Building Azure Solutions with Office 365Marco Parenzan
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify Community
 
Seminar Windows Server 2012 features
Seminar   Windows Server 2012 featuresSeminar   Windows Server 2012 features
Seminar Windows Server 2012 featuresMicrosoftid
 
Oracle database connection with the .net developers
Oracle database connection with the .net developersOracle database connection with the .net developers
Oracle database connection with the .net developersveerendramb3
 
Pivotal cloud cache for .net microservices
Pivotal cloud cache for .net microservicesPivotal cloud cache for .net microservices
Pivotal cloud cache for .net microservicesJagdish Mirani
 
The Fastest Way to Redis on Pivotal Cloud Foundry
The Fastest Way to Redis on Pivotal Cloud FoundryThe Fastest Way to Redis on Pivotal Cloud Foundry
The Fastest Way to Redis on Pivotal Cloud FoundryVMware Tanzu
 
Managing your virtual environment with System Center & Windows Server 2012
Managing your virtual environment with System Center & Windows Server 2012Managing your virtual environment with System Center & Windows Server 2012
Managing your virtual environment with System Center & Windows Server 2012C/D/H Technology Consultants
 
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2Mike Resseler
 
Cloudtrek Basics Overview
Cloudtrek Basics OverviewCloudtrek Basics Overview
Cloudtrek Basics OverviewDmitriy Zgoda
 
Migrating Java EE applications to IBM Bluemix Platform-as-a-Service
Migrating Java EE applications to IBM Bluemix Platform-as-a-ServiceMigrating Java EE applications to IBM Bluemix Platform-as-a-Service
Migrating Java EE applications to IBM Bluemix Platform-as-a-ServiceDavid Currie
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSDeploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSAmazon Web Services
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS Amazon Web Services
 

Semelhante a Windows Server 2012 R2 Jump Start - WEB (20)

windows server 2012 R2
windows server 2012 R2windows server 2012 R2
windows server 2012 R2
 
Windows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroWindows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - Intro
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
 
Morning Coffee - Windows Server 2016
Morning Coffee - Windows Server 2016Morning Coffee - Windows Server 2016
Morning Coffee - Windows Server 2016
 
.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los Angeles.NET Cloud-Native Bootcamp- Los Angeles
.NET Cloud-Native Bootcamp- Los Angeles
 
.NET Cloud-Native Bootcamp
.NET Cloud-Native Bootcamp.NET Cloud-Native Bootcamp
.NET Cloud-Native Bootcamp
 
2014.10.22 Building Azure Solutions with Office 365
2014.10.22 Building Azure Solutions with Office 3652014.10.22 Building Azure Solutions with Office 365
2014.10.22 Building Azure Solutions with Office 365
 
Cloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinarCloudify 4.6 highlights webinar
Cloudify 4.6 highlights webinar
 
Seminar Windows Server 2012 features
Seminar   Windows Server 2012 featuresSeminar   Windows Server 2012 features
Seminar Windows Server 2012 features
 
Oracle database connection with the .net developers
Oracle database connection with the .net developersOracle database connection with the .net developers
Oracle database connection with the .net developers
 
Pivotal cloud cache for .net microservices
Pivotal cloud cache for .net microservicesPivotal cloud cache for .net microservices
Pivotal cloud cache for .net microservices
 
The Fastest Way to Redis on Pivotal Cloud Foundry
The Fastest Way to Redis on Pivotal Cloud FoundryThe Fastest Way to Redis on Pivotal Cloud Foundry
The Fastest Way to Redis on Pivotal Cloud Foundry
 
Managing your virtual environment with System Center & Windows Server 2012
Managing your virtual environment with System Center & Windows Server 2012Managing your virtual environment with System Center & Windows Server 2012
Managing your virtual environment with System Center & Windows Server 2012
 
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
SCU 2015 - My top 10 favorite items you need to look at in WK2012R2
 
Cloudtrek Basics Overview
Cloudtrek Basics OverviewCloudtrek Basics Overview
Cloudtrek Basics Overview
 
Migrating Java EE applications to IBM Bluemix Platform-as-a-Service
Migrating Java EE applications to IBM Bluemix Platform-as-a-ServiceMigrating Java EE applications to IBM Bluemix Platform-as-a-Service
Migrating Java EE applications to IBM Bluemix Platform-as-a-Service
 
{code} and containers
{code} and containers{code} and containers
{code} and containers
 
Introduction to Windows Azure
Introduction to Windows AzureIntroduction to Windows Azure
Introduction to Windows Azure
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWSDeploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS
 
Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS Deploy, Scale and Manage your Microsoft Investments with AWS
Deploy, Scale and Manage your Microsoft Investments with AWS
 

Mais de Paulo Freitas

VMWARE Professionals - Foundation Hybrid Clouds and Costs
VMWARE Professionals -  Foundation Hybrid Clouds and CostsVMWARE Professionals -  Foundation Hybrid Clouds and Costs
VMWARE Professionals - Foundation Hybrid Clouds and CostsPaulo Freitas
 
VMWARE Professionals - Cross-Plattform Mangement
VMWARE Professionals -  Cross-Plattform MangementVMWARE Professionals -  Cross-Plattform Mangement
VMWARE Professionals - Cross-Plattform MangementPaulo Freitas
 
VMWARE Professionals - App Management
VMWARE Professionals - App ManagementVMWARE Professionals - App Management
VMWARE Professionals - App ManagementPaulo Freitas
 
VMWARE Professionals - Intro to System Center 2012 SP1
VMWARE Professionals -  Intro to System Center 2012 SP1VMWARE Professionals -  Intro to System Center 2012 SP1
VMWARE Professionals - Intro to System Center 2012 SP1Paulo Freitas
 
VMWARE Professionals - Availability and Resiliency
VMWARE Professionals -  Availability and ResiliencyVMWARE Professionals -  Availability and Resiliency
VMWARE Professionals - Availability and ResiliencyPaulo Freitas
 
VMWARE Professionals - Security, Multitenancy and Flexibility
VMWARE Professionals -  Security, Multitenancy and FlexibilityVMWARE Professionals -  Security, Multitenancy and Flexibility
VMWARE Professionals - Security, Multitenancy and FlexibilityPaulo Freitas
 
VMWARE Professionals - Storage and Resources
VMWARE Professionals -  Storage and ResourcesVMWARE Professionals -  Storage and Resources
VMWARE Professionals - Storage and ResourcesPaulo Freitas
 
VMWARE Professionals - Intro and Scale
VMWARE Professionals -  Intro and ScaleVMWARE Professionals -  Intro and Scale
VMWARE Professionals - Intro and ScalePaulo Freitas
 
Hyper-V Integration with other System Center 2012 Components
Hyper-V Integration with other System Center 2012 ComponentsHyper-V Integration with other System Center 2012 Components
Hyper-V Integration with other System Center 2012 ComponentsPaulo Freitas
 
Hyper-V Integration with System Center 2012 Virtual Machine Manager
Hyper-V Integration with System Center 2012 Virtual Machine ManagerHyper-V Integration with System Center 2012 Virtual Machine Manager
Hyper-V Integration with System Center 2012 Virtual Machine ManagerPaulo Freitas
 
Hyper-V High Availability and Live Migration
Hyper-V High Availability and Live MigrationHyper-V High Availability and Live Migration
Hyper-V High Availability and Live MigrationPaulo Freitas
 
Hyper-V Infrastructure
Hyper-V InfrastructureHyper-V Infrastructure
Hyper-V InfrastructurePaulo Freitas
 
Windows Server 2012 R2 Jump Start - AIP
Windows Server 2012 R2 Jump Start - AIPWindows Server 2012 R2 Jump Start - AIP
Windows Server 2012 R2 Jump Start - AIPPaulo Freitas
 
Windows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroWindows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroPaulo Freitas
 
Multi site Clustering with Windows Server 2008 Enterprise
Multi site Clustering with Windows Server 2008 EnterpriseMulti site Clustering with Windows Server 2008 Enterprise
Multi site Clustering with Windows Server 2008 EnterprisePaulo Freitas
 
SQL Server 2008 R2 System Views Map
SQL Server 2008 R2 System Views MapSQL Server 2008 R2 System Views Map
SQL Server 2008 R2 System Views MapPaulo Freitas
 
Share Point 2010 Developer Platform Poster
Share Point 2010 Developer Platform PosterShare Point 2010 Developer Platform Poster
Share Point 2010 Developer Platform PosterPaulo Freitas
 

Mais de Paulo Freitas (20)

VMWARE Professionals - Foundation Hybrid Clouds and Costs
VMWARE Professionals -  Foundation Hybrid Clouds and CostsVMWARE Professionals -  Foundation Hybrid Clouds and Costs
VMWARE Professionals - Foundation Hybrid Clouds and Costs
 
VMWARE Professionals - Cross-Plattform Mangement
VMWARE Professionals -  Cross-Plattform MangementVMWARE Professionals -  Cross-Plattform Mangement
VMWARE Professionals - Cross-Plattform Mangement
 
VMWARE Professionals - App Management
VMWARE Professionals - App ManagementVMWARE Professionals - App Management
VMWARE Professionals - App Management
 
VMWARE Professionals - Intro to System Center 2012 SP1
VMWARE Professionals -  Intro to System Center 2012 SP1VMWARE Professionals -  Intro to System Center 2012 SP1
VMWARE Professionals - Intro to System Center 2012 SP1
 
VMWARE Professionals - Availability and Resiliency
VMWARE Professionals -  Availability and ResiliencyVMWARE Professionals -  Availability and Resiliency
VMWARE Professionals - Availability and Resiliency
 
VMWARE Professionals - Security, Multitenancy and Flexibility
VMWARE Professionals -  Security, Multitenancy and FlexibilityVMWARE Professionals -  Security, Multitenancy and Flexibility
VMWARE Professionals - Security, Multitenancy and Flexibility
 
VMWARE Professionals - Storage and Resources
VMWARE Professionals -  Storage and ResourcesVMWARE Professionals -  Storage and Resources
VMWARE Professionals - Storage and Resources
 
VMWARE Professionals - Intro and Scale
VMWARE Professionals -  Intro and ScaleVMWARE Professionals -  Intro and Scale
VMWARE Professionals - Intro and Scale
 
Hyper-V Integration with other System Center 2012 Components
Hyper-V Integration with other System Center 2012 ComponentsHyper-V Integration with other System Center 2012 Components
Hyper-V Integration with other System Center 2012 Components
 
Hyper-V Integration with System Center 2012 Virtual Machine Manager
Hyper-V Integration with System Center 2012 Virtual Machine ManagerHyper-V Integration with System Center 2012 Virtual Machine Manager
Hyper-V Integration with System Center 2012 Virtual Machine Manager
 
Hyper-V High Availability and Live Migration
Hyper-V High Availability and Live MigrationHyper-V High Availability and Live Migration
Hyper-V High Availability and Live Migration
 
Hyper-V Management
Hyper-V ManagementHyper-V Management
Hyper-V Management
 
Hyper-V Storage
Hyper-V StorageHyper-V Storage
Hyper-V Storage
 
Hyper-V Networking
Hyper-V NetworkingHyper-V Networking
Hyper-V Networking
 
Hyper-V Infrastructure
Hyper-V InfrastructureHyper-V Infrastructure
Hyper-V Infrastructure
 
Windows Server 2012 R2 Jump Start - AIP
Windows Server 2012 R2 Jump Start - AIPWindows Server 2012 R2 Jump Start - AIP
Windows Server 2012 R2 Jump Start - AIP
 
Windows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - IntroWindows Server 2012 R2 Jump Start - Intro
Windows Server 2012 R2 Jump Start - Intro
 
Multi site Clustering with Windows Server 2008 Enterprise
Multi site Clustering with Windows Server 2008 EnterpriseMulti site Clustering with Windows Server 2008 Enterprise
Multi site Clustering with Windows Server 2008 Enterprise
 
SQL Server 2008 R2 System Views Map
SQL Server 2008 R2 System Views MapSQL Server 2008 R2 System Views Map
SQL Server 2008 R2 System Views Map
 
Share Point 2010 Developer Platform Poster
Share Point 2010 Developer Platform PosterShare Point 2010 Developer Platform Poster
Share Point 2010 Developer Platform Poster
 

Último

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Último (20)

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Windows Server 2012 R2 Jump Start - WEB

  • 1.
  • 2. Day 1 Introducing Windows Server 2012 R2 Server Virtualization in Windows Server 2012 R2 Cloud Optimized Networking in Windows Server 2012 R2 Storage in Windows Server 2012 R2 Day 2 Server Management & Automation with Windows Server 2012 R2 VDI with Windows Server 2012 R2 Access & Information Protection with Windows Server 2012 R2 Web Application & Platform with Windows Server 2012 R2Web Application & Platform with Windows Server 2012 R2
  • 3. DOWNLOAD Windows Server 2012 R2 Preview aka.ms/ws2012r2 #WS2012R2JS DOWNLOAD System Center 2012 R2 Preview aka.ms/sc2012r2 Hands-On Labs http://www.microsoftvirtualacademy.com System Center 2012 R2 Jumpstart July 15th - http://aka.ms/SCR2JS
  • 4.
  • 5.
  • 6. 6 CPU throttling helps ensure that no single web application affects the performance of others Application Initialization improves user experience of first requests Dynamic FTP and IP restrictions set policies to block unwanted access Server Name Indication (SNI) allows high-density sites that are more secure Non-Uniform Memory Architecture (NUMA) for hardware with complex specifications Centralized SSL store dynamically maps sites to certificates Shared Web Cloud Hosting CONSISTENT AND REPEATABLE CONFIGURATIONS ECOSYSTEM AND EXTENSIBILITY Configuration Editor provides a rich, visual method to edit web configurations and create repeatable actions Shared configuration helps ensure consistency across web farms Provides a common development platform across clouds Embraces web standards to work more easily with PHP and node.js Enterprise Web hosting Windows Azure Pack delivers web sites as a service Deployment Scenarios & Features Supporting Features
  • 7.
  • 8. Help ensure that no single web application affects the performance of others Improve user experience of first requests Set policies to block unwanted access Application Initialization CPU Throttling Dynamic FTP and IP restrictions High-performance web applications 8
  • 9. 9 • Prevents one tenant’s application from monopolizing CPU resources • Reduces vulnerability to attack • Helps to manage the end-user experience when the site starts loading • Protects servers from denial of service attacks Dynamic IP Restrictions Application Initialization CPU throttling Restriction of FTP logon attempts
  • 10. Benefits • Prevents one tenant’s application from monopolizing CPU resources • Sets maximum CPU consumption per application pool • Sandboxing process controls resource consumption per site • By defining different-sized sandboxes for different tenants, hosters can create additional business opportunities based on resource consumption CPU Throttling 10 CPU 0 CPU 1 CPU 2 Tenant A Tenant N Earlier scenario CPU 3 Tenant B Application pool CPU 0 CPU 1 CPU 2 Tenant A Tenant N CPU 3 Tenant B Windows Server 2012 R2 Preview CPU 0 CPU 1 CPU 2 CPU 3 Out of resources Internet Information Services 8 throttles CPU to prevent any monopolization Monopolizing CPU cycles Application pool
  • 11. User requests ASP.NET application Application loads drivers, models, libraries, and helpers in the background Benefits • Helps to manage the end-user experience when the site starts loading • Returns static content as a splash page until an application has completed its initialization tasks • Proactively performs initialization tasks for an application when it starts, to improve performance of first requests Application Initialization 11 Internet Information Services 8 Drivers Models Libraries Helpers Packages Scripts ASP.NET application
  • 12. Dynamic IP restriction is an optional feature that must be explicitly installed using Server Manager Benefits • Protects servers from denial of service attacks • Filters and blocks IP address dynamically • Specifies action when Internet Information Services blocks requests • With Logging Only Mode, helps to determine potential impact for legitimate users • Rules can be configured as static or dynamic Dynamic IP Restrictions 12 You can configure dynamic IP restrictions to help reduce the impact of a denial of service attack
  • 13. Benefits • Reduces vulnerability to attack • Dynamically limits the number of logon attempts • Server blocks access from malicious users • Log files track suspicious logon attempts Restriction of FTP logon attempts 13 FTP network security can be configured to help reduce the impact of a denial of service attack
  • 14.
  • 15. Features for enabling and managing the multitenant environment • Server Name Indicator • Centralized SSL Certificate Support • NUMA scalability Isolation and security Scalability Centralized support Simplified management Extensibility Windows Server 2012 R2 Preview Challenges for running high-density websites Shared infrastructure Site A ns SQL Site B ns SQL Site N ns SQL 15
  • 16. Benefits • Easier certificate management • Reduced hosting costs • Increased site density • Single, shared IP address Server Name Indicator Internet Information Services 8 Tenant A Tenant B Tenant N Virtual domain name 1 Virtual domain name 2 Virtual domain name 3 16 “Web hosting certificate store” can contain thousands of SSL certificates Multiple websites hosted on a single web server Hosting-friendly web sever platform
  • 17. Non-Uniform Memory Architecture • Processors can access local memory faster than remote memory • A significant percentage of new servers have NUMA • Designed for scale-up NUMA scalability 17 Starts scaling NEGATIVELY when the number of cores increases beyond the point where memory synchronization outweighs the benefits of any additional cores Previous Internet Information Services versions on NUMA hardware Internet Information Services on NUMA hardware Scales POSITIVELY with increasing cores, allowing organizations to benefit from their NUMA hardware investments
  • 18. • Shared SSL certificates are stored centrally • New servers do not need certificate import • SSL binding is implied by naming convention • Only one implicit SSL binding to manage, regardless of number of configured SSL sites • Certificate is updated by copying and replacing the existing file Certificate management Centralized SSL Certificate Support 18 Certificates are stored in a file share Internet Information Services is configurable to automatically bind to SSL certificates stored in the shared folder SSL binding configuration
  • 19. Support for PHP, Node.js, and ASP.NET Best platform for .NET “Just works” with PHP (and Node.js) Embraces web standards  Innovations with “Dev11” and ASP.NET MVC 4  ASP.NET “webpages” and Razor syntax  WebMatrix provides simple on-ramp and integrates deeply with open source.  First-class support for FastCGI/PHP  Popular open source software apps–WordPress, Joomla!, Drupal, Umbraco and DotNetNuke  Node.js pre-configured  Standards-based support  Great for asynchronous operations and client- driven web apps.  Excellent choice for rich HTML5 applications.
  • 20. Help ensure consistency across web farms Provide a rich, visual method to edit web configurations and create repeatable actions Shared configurations Script generator Configuration Editor 20
  • 21. Benefits • IT can maintain a consistent configuration across web servers • Reduces time to operational readiness • IT can automatically share encryption keys across servers for session state load distribution 21 Specify a shared location to store configurations
  • 22. Benefits • Visual editor makes advanced configuration settings easier to edit • IT pros can create repeatable actions for consistent and automated processes • Internet Information Services configuration editor can generate managed code (C#), JavaScript scripts, command line (AppCmd), and Windows PowerShell scripts 22 Use the Configuration Editor to manage advanced configurations
  • 23. Provide a common development platform across clouds Work more easily with PHP and node.js Embraces web standards Common development platform 23
  • 24. Benefits • Reduces your training costs and takes advantage of existing development skill sets • Engages with a large ecosystem of partners and solution offerings • Creates applications that run on best-fit platforms Build symmetrical and hybrid apps on-premises and in the cloud 24 Uses the same development tools across Windows Server 2012 R2 Preview and Windows Azure Programming symmetry Common development tools Offers Microsoft .NET developers a complete environment to build applications that span across clouds for a rich development experience
  • 25. • A subset of the Microsoft .NET Framework is available for building apps with the new Windows UI using C# or Visual Basic Microsoft .NET for apps with the new Windows UI • Support for common language runtime and for .NET Framework classes • Support for Managed Extensibility Framework • Support for asynchronous file operations Core new features and improvements • Support for HTML5 form types and WebSockets protocol • Support for reading and writing HTTP requests and responses asynchronously • Support for content distribution network (CDN) fallback Web • Improved internationalization and IPv6 support • RFC-compliant URI support • Support for internationalized domain name (IDN) parsing and email address internationalization (EAI) Networking • Ribbon control hosts a Quick Access Toolbar, Application Menu, and tabs • Repositioning of data as values change (live shaping) • Better integration with Win32 user interface components Windows Presentation Foundation • Simplification of generated configuration files • Support for contract-first development and asynchronous streaming • Configurable ASP.NET compatibility mode • HTTPS protocol mapping with Microsoft Internet Information Services Windows Communicatio n Foundation • Ability to create state machine workflows • Support for C# expressions and versioning enhancements • Enhanced workflow designer features Windows Workflow Foundation 25
  • 26. DOWNLOAD Windows Server 2012 R2 Preview aka.ms/ws2012r2 #WS2012R2JS DOWNLOAD System Center 2012 R2 Preview aka.ms/sc2012r2 Hands-On Labs http://www.microsoftvirtualacademy.com System Center 2012 R2 Jumpstart July 15th - http://aka.ms/SCR2JS