Microsoft Azure Overview

 
Microsoft Azure Overview
 
Ken Casada
Technical Evangelist
Microsoft Switzerland
kcasada@microsoft.com
 
IaaS (VM & VPN)
 
Windows Server and Linux
Virtual Private Networking Capabilities
 
 
 
Note:
 
Previously
: 
 
was not possible to statically assign an IP address.
  
IP address was allocated as the VM was allocated!
  
The IP address remain the same as long as the VM is allocated.
 
New
: 
 
you can statically set an IP address
 (today only via PowerShell)
  
How? 
http://blogs.msdn.com/b/windowsazure/archive/2014/04/22/static-internal-ip-address-for-virtual-machines.aspx
  
Reserve public IP addresses 
(up to 5 for free) 
 keep it even if you delete the VM
On-premises
Your datacenter
Individual 
computers behind 
corporate firewall
 
Point-to-Site
VPN
Windows Azure
Virtual Network
<subnet 1>
<subnet 2>
<subnet 3>
DNS
Server
VPN
Gateway
 
Remote workers
Site-to-Site
VPN
 
Route-based 
VPN
 
EndPoint
Public Port
Local/Private Port
Protocol (TCP/UDP)
Name
 
Load Balanced Set (Demo Summary)
Load Balancer Probe (default)
Set Name
Protocol (TCP/HTTP)
Probe Port
Probe Interval
Load Balancer Probes (Demo Summary)
 
Load Balancer Probe (custom)
Set Name
Protocol (TCP/HTTP)
Probe Port
Probe Interval
 
Load Balancer Custom Probes (Demo Summary)
 
Endpoint
Public Port
Local Port
Protocol (TCP/UDP)
Name
 
Port Forwarding Input Endpoints
 
Default created endpoints
for 
Remote Desktop
 (
3339) 
and
PowerShell
 communication
 
Single Public IP Per Cloud Service
Persistent Disks and Highly Durable
 
Secondary region
 
Primary region
Persistent Disks and Highly Durable
Secondary region
Primary region
 
Web Sites
 
Build with popular web framework (ASP.NET,
PHP, 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
 
Cloud Services (PaaS)
 
Automated application management
Support rich multi-tier architectures
Web Role / Worker Role
Build stateless highly scalable apps and
services
undefined
Packaging and Deployment (Paas)
 
 
 
 
 
 
 
 
Monitoring (Paas)
 
Web Role
 
Worker Role
Application
building blocks
 
SQL Database
 
Relational SQL Server Engine in the Cloud
Clustered for high availability
Fully Managed Service
SQL Reporting support
 
SQL Azure – What’s new?
 
SQL Azure – What’s new?
Read Access Geo Redundant Storage (RA-GRS) GA
 
Traffic Manager
 
 
Windows Azure Traffic Manager
 
Media Services
 
 
What Do We Mean by Media Services?
 
Windows Azure Media Services
 
Live Streaming
: 
today in private preview (early adopters program)
Analytics
: will be rolled out as they become available
 
Mobile Services
 
Easily build cloud back-ends
Data, identity, push notifications, and scheduled scripts
Windows Store, Windows Phone, iOS, and Android,
Xamarin, PhoneGap, HTML 5
 
More to come ….
 
 
Slide Note
Embed
Share

Explore key features of Microsoft Azure discussed at the 2014 Lugano event, including the global footprint, pay-as-you-go model, virtual network setups, and the flexibility of Azure services. Learn about connecting PaaS to IaaS for enhanced performance and the benefits of creating virtual private networks with Azure. Discover how Azure supports virtual machines, cloud services, and TCP probes for effective deployment and management.

  • Microsoft Azure
  • Cloud Services
  • Virtual Network
  • Global Footprint
  • PaaS

Uploaded on Mar 09, 2024 | 5 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. 2014 - Lugano Microsoft Azure Overview Ken Casada Technical Evangelist Microsoft Switzerland kcasada@microsoft.com

  2. Microsoft Azure Flexible Open Solid

  3. Global Footprint

  4. Pay for what you use

  5. IaaS (VM & VPN)

  6. Does Your App Need a Virtual Network? Virtual Machines deployed into a virtual network have an infinite DHCP lease (not static but effectively the same thing) Deploy apps in the cloud that requires Active Directory Windows Azure VM 1 VM 2 Subnet 1 ROLE 1 Subnet 2 Requirement for connectivity between your data center and the public cloud Corpnet Connecting a PaaS to IaaS Service (for better performance / there are apps that have dependencies on resources that require VM such as SharePoint, SQL Server, Active Directory, )

  7. Creating a Virtual Private Network

  8. Creating a Virtual Private Network Note: Previously: was not possible to statically assign an IP address. IP address was allocated as the VM was allocated! The IP address remain the same as long as the VM is allocated. New: you can statically set an IP address (today only via PowerShell) How? http://blogs.msdn.com/b/windowsazure/archive/2014/04/22/static-internal-ip-address-for-virtual-machines.aspx Reserve public IP addresses (up to 5 for free) keep it even if you delete the VM

  9. Virtual Machines

  10. Cloud Service VM1 Port 80 Public Port 80 LB VM2 Port 80 Port 80 VM3 Port 80

  11. Cloud Service VM1 Port 80 TCP Probe Public Port 80 LB VM2 VM2 Port 80 Port 80 VM3 Port 80

  12. Cloud Service VM1 Port 80 /healthcheck.aspx Public Port 80 LB VM2 Port 80 Port 80 /healthcheck.aspx VM3 Port 80 /healthcheck.aspx

  13. Web Sites Build with popular web framework (ASP .NET, PHP , 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

  14. Web sites

  15. Cloud Services (PaaS) Automated application management Support rich multi-tier architectures Web Role / Worker Role Build stateless highly scalable apps and services

  16. Deploying a cloud service

  17. Packaging and Deployment (Paas) Upload to Windows Azure Storage Microsoft Visual Studio Web Role Package *.cspkg Windows Azure Fabric Controller Worker Role Config *.cscfg Network Load Balancer

  18. Monitoring (Paas) Windows Azure Fabric Controller Network Load Balancer Package

  19. What is a Cloud Service? A collection of related service roles

  20. Big data Database Storage Traffic Messaging Caching Identity Media CDN Networking

  21. DB

  22. New Service Tiers (still in preview) -Basic Basic: for small size database (from ~5CHF/month) / light transactional workload / infrequently used apps -Standard Standard: offers mid-level performance / support for multiple concurrent queries (max 500 sessions) -Premium (dedicated resources): large database (up to 500 GB), for high transactional volume Note: Web / Business Editions will be retired in 2015 . (http://msdn.microsoft.com/library/azure/dn741330.aspx) Which one to use? Which one to use? It depends: which features do you need ? It depends: which features do you need ? Performance requirement: Performance requirement: http://msdn.microsoft.com/library/azure/dn741336.aspx http://msdn.microsoft.com/library/azure/dn741336.aspx see next slide! see next slide!

  23. Self-Service Restore for oops recovery of data deletion or alteration - Automatic backup taken in 5 min increments - Point-in-time restore up to 7/35 days back (standard/premium) Active Geo-Replication (only in Premium offer) - Create up to 4 readable secondary replicas - Replicate to any Azure region

  24. Windows Azure Storage replication done synchronously Option 2 (default): additional 3 copies within the secondary region (Default option) replication done asynchronously Option 3 (new): data in secondary region is also read-only More: http://blogs.msdn.com/b/windowsazurestorage/archive/2013/12/04/introducing-read-access-geo-replicated- storage-ra-grs-for-windows-azure-storage.aspx

  25. Traffic

  26. Intelligentlydirects requestsfromusersacrossinstances of an appdeployedin differentAzure datacenter Policy options: Performance: all requests sent to the closest datacenter Failover: all requests sent to specified datacenter, unless datacenter is not available Round Robin: all requests equally spread across all datacenters

  27. New VM Extensions (some extensions are in preview) ExpressRouteis GA http://blog.equinix.com/2014/05/microsoft-azure-expressroute-now-available-in- equinix-data-centers-customers-tap-benefits-to-deliver-hybrid-cloud-solutions/ Internal Load Balancing Support (preview) General Availability of Azure Import/Export Service (+Europe coverage) Windows Azure Files: new SMB file sharing service (preview) Azure API Management Service (preview) Hybrid connections between WebSite/Mobile Service and on-premises resources . more Info available here .

  28. Q & A

  29. Lunch

Related


More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#