ASI202 Everything you want to know about Windows Azure but were afraid to ask

Ronald Widha
Ronald WidhaDigital Strategist
8 – 10 March 2011 | Dubai, UAE,[object Object]
8 – 10 March 2011 | Dubai, UAE,[object Object],Ronald Widha,[object Object],Everything About Windows Azure that You Were Afraid to Ask,[object Object],SESSION CODE: ASI202,[object Object]
3,[object Object],Agenda or the Fake Asked Questions (FAQ),[object Object],What is Azure?,[object Object],What is the Cloud?,[object Object],How does Azure fit in? ,[object Object],What’s differentin the cloud?,[object Object],How do I run my existing stuff?,[object Object],What are otherpeople doing?,[object Object]
4,[object Object],1. What is Azure?,[object Object],Photo by Creative commonsskyseeker,[object Object]
5,[object Object],is it a Software? ,[object Object],Photo by Creative commonskiewic,[object Object]
6,[object Object],Is it a Shared hosting? ,[object Object],Photo by Creative commonsblake,[object Object]
7,[object Object],2. What is the Cloud?,[object Object],Photo by Creative commons Michael Whitebead,[object Object]
8,[object Object],Elastic ,[object Object],All about Partitioning,[object Object],Photo by Creative commonstveskov,[object Object]
9,[object Object],Commoditization: Utility model ,[object Object],Photo by Creative commonseleda,[object Object]
10,[object Object],Software-as-a-Service (SaaS) ,[object Object]
11,[object Object],Infrastructure-as-a-Service (IaaS) ,[object Object],Photo by Creative commonskiewic,[object Object]
12,[object Object],Platform-as-a-Service (PaaS) ,[object Object]
13,[object Object],The spectrum ,[object Object],Software-as-a service,[object Object],Platform-as-a Service,[object Object],Infrastructure as-a-Service,[object Object],Abstraction ,[object Object],(i.e. Less IT & Less Plumbing Code),[object Object],Control,[object Object],Photo by Creative commonskiewic,[object Object]
14,[object Object],3. How does Azure fit in?,[object Object],Photo by MSDN,[object Object]
15,[object Object],The spectrum ,[object Object],Software-as-a service,[object Object],Platform-as-a Service,[object Object],Infrastructure as-a-Service,[object Object],Abstraction ,[object Object],(i.e. Less IT & Less Plumbing Code),[object Object],Control,[object Object],Photo by Creative commonskiewic,[object Object]
16,[object Object],What is Azurethen? ,[object Object],Your app,[object Object], …,[object Object],Web Role,[object Object],SQL Azure,[object Object],Service Bus,[object Object],Caching,[object Object],storage,[object Object],Worker Role,[object Object],Fabric Controllers,[object Object],Virtualization,[object Object],Data centers,[object Object]
17,[object Object],Web Role ,[object Object],Asp.net / php,[object Object],Host IIS,[object Object]
18,[object Object],Worker Role ,[object Object],	   publicoverridevoid Run(),[object Object],        {,[object Object],stringdllHostPath = @"RedistllHostx86.exe";,[object Object],ProcessStartInfo psi = newProcessStartInfo(dllHostPath);,[object Object],Trace.WriteLine("Starting DllHostx86.exe process", "Information");,[object Object],using (ProcessdllHost = newProcess()),[object Object],            {,[object Object],dllHost.StartInfo = psi;,[object Object],dllHost.Start();,[object Object],dllHost.WaitForExit();,[object Object],            },[object Object],//...,[object Object],while (true),[object Object],            {,[object Object],Thread.Sleep(10000);,[object Object],Trace.WriteLine("Working", "Information");,[object Object],            },[object Object],        },[object Object],process,[object Object],Host OS,[object Object],Photo by Creative commonskiewic,[object Object]
19,[object Object],Windows Azure Services,[object Object],Storage,[object Object],Middleware Services,[object Object],Service Bus,[object Object],Access Control,[object Object],Caching,[object Object],Integration,[object Object],Composition,[object Object],Logging, Diagnostic, Health,[object Object]
20,[object Object],It is (kinda) an App Server! ,[object Object]
21,[object Object],Web/Worker Admin Role ,[object Object]
22,[object Object],A Platf …. frastructure. sort of,[object Object]
23,[object Object],Let me take you around,[object Object]
24,[object Object]
25,[object Object]
26,[object Object]
27,[object Object]
28,[object Object]
29,[object Object],We’ve just seen,[object Object],Azure Portal,[object Object],Administration,[object Object],Publishing,[object Object],Scaling up,[object Object],Quick iteration deployment,[object Object]
30,[object Object],data base ? ,[object Object]
31,[object Object],NoSql? Table Storage ,[object Object],Something durable  but short lived: Queue ,[object Object],Everything else: Blob ,[object Object]
32,[object Object],Something durable  but short lived: Queue ,[object Object],Msg1,[object Object],Queue 1,[object Object],Account,[object Object],Msg2,[object Object],Queue 2,[object Object]
33,[object Object],Msg1,[object Object],Blob1,[object Object],Account,[object Object],Msg2,[object Object],Blob 2,[object Object]
34,[object Object],4. What is differentin the cloud?,[object Object],Photo by Creative commonscliff_robin,[object Object]
35,[object Object],focus on scalability,[object Object],Keep it separated,[object Object],Application,[object Object],Photo by Creative commonsjpuikkibeach,[object Object]
36,[object Object],focus on scalability,[object Object],Keep it separated,[object Object],Front End,[object Object],Front End,[object Object],Service,[object Object],Front End,[object Object],Photo by Creative commonsjpuikkibeach,[object Object]
37,[object Object],focus on scalability,[object Object],Keep it separated,[object Object],Front End,[object Object],Front End,[object Object],Keep it stateless,[object Object],Service,[object Object],Front End,[object Object],Photo by Creative commonsjpuikkibeach,[object Object]
38,[object Object],focus on scalability,[object Object],Front End,[object Object],Front End,[object Object],Keep it separated,[object Object],Q,[object Object],Keep it stateless,[object Object],Service,[object Object],Front End,[object Object],Keep it parallel,[object Object],Keep it asynchronous / non blocking,[object Object],Photo by Creative commonsjpuikkibeach,[object Object]
39,[object Object],focus on fault tolerance,[object Object],Keep it robust,[object Object],Photo by Creative commonsbananeman,[object Object]
40,[object Object],focus on manageability,[object Object],Keep it automated,[object Object],Keep it repeatable,[object Object],Keep it monitored,[object Object],Photo by Creative commonsflyforfun,[object Object]
41,[object Object],Dev Ops,[object Object],Photo by Creative commonsfighterhayabusa,[object Object]
42,[object Object],Azure AppFabric,[object Object]
43,[object Object],Service Bus ,[object Object]
44,[object Object],Caching ,[object Object],Photo by Creative commonskiewic,[object Object]
45,[object Object],5. How do I run existing stuff?,[object Object],Photo by Creative commonsjf-sebastian,[object Object]
46,[object Object],Compute Roles,[object Object],PaaS,[object Object],IaaS,[object Object],SaaS,[object Object],Admin ,[object Object],Web/Worker Role,[object Object],Worker Role,[object Object],VM Role,[object Object],Web Role,[object Object],Abstraction ,[object Object],(i.e. Less IT & Less Plumbing Code),[object Object],Control,[object Object]
47,[object Object],Compute Roles,[object Object],PaaS,[object Object],IaaS,[object Object],SaaS,[object Object],Admin ,[object Object],Web/Worker Role,[object Object],Worker Role,[object Object],VM Role,[object Object],Web Role,[object Object],Abstraction ,[object Object],(i.e. Less IT & Less Plumbing Code),[object Object],Control,[object Object]
48,[object Object],Just do it: Worker role ,[object Object],// InitalisingRunTomcat,[object Object],RunTomcatrunTomcat = newRunTomcat();,[object Object],// Calling StartTomcat method to start the tomcat process,[object Object],runTomcat.StartTomcat(RoleEnvironment.GetLocalResource("TomcatLocation").RootPath, RoleEnvironment.CurrentRoleInstance.InstanceEndpoints["Tomcat"].IPEndpoint.Port.ToString());,[object Object],while(true),[object Object],{,[object Object],Thread.Sleep(10000);,[object Object],Trace.WriteLine("Working", "Information");,[object Object],},[object Object],Photo by Creative commonskiewic,[object Object]
49,[object Object],Compute Roles,[object Object],PaaS,[object Object],IaaS,[object Object],SaaS,[object Object],Admin ,[object Object],Web/Worker Role,[object Object],Worker Role,[object Object],VM Role,[object Object],Web Role,[object Object],Abstraction ,[object Object],(i.e. Less IT & Less Plumbing Code),[object Object],Control,[object Object]
50,[object Object],Configure stuff: Startup Task ,[object Object],<WebRolename="foo">,[object Object],  <Startup>,[object Object],    <Taskcommandline="relativeathoSetupExecutable",[object Object],executionContext="limited|elevated" ,[object Object],taskType="simple|foreground|background"/>,[object Object],  </Startup>,[object Object],</WebRole>,[object Object],Photo by Creative commonskiewic,[object Object]
51,[object Object],Let me take you around,[object Object],Photo by Creative commonskiewic,[object Object]
52,[object Object],Compute Roles,[object Object],PaaS,[object Object],IaaS,[object Object],SaaS,[object Object],Admin ,[object Object],Web/Worker Role,[object Object],Worker Role,[object Object],VM Role,[object Object],Web Role,[object Object],Abstraction ,[object Object],(i.e. Less IT & Less Plumbing Code),[object Object],Control,[object Object]
53,[object Object],Dear control freaks,I’ve got you a VM Role,[object Object],Identical/similar deployment instances using ,[object Object],common uploaded OS image (base.VHD + diff.VHD),[object Object],Base.VHD,[object Object],Blob Storage,[object Object],& Additional Software,[object Object],& Windows Azure Integration Components,[object Object],   - Agent,[object Object],   - Runtime Interface (topo, config, ,[object Object],    shutdown notification, …),[object Object],  - Remote Desktop configurator,[object Object],   - Diagnostics,[object Object],   - Windows Azure Drives driver,[object Object],& Generalize (Recommended),[object Object],Cloud,[object Object],On-Premises,[object Object]
54,[object Object],Hooking it up: Azure Connect ,[object Object],Photo by Creative commonskiewic,[object Object]
1 of 54

Recommended

stackconf 2021 | Stretching the Service Mesh Beyond the Clouds by
stackconf 2021 | Stretching the Service Mesh Beyond the Cloudsstackconf 2021 | Stretching the Service Mesh Beyond the Clouds
stackconf 2021 | Stretching the Service Mesh Beyond the CloudsNETWAYS
44 views26 slides
stackconf 2021 | Why you should take care of infrastructure drift by
stackconf 2021 | Why you should take care of infrastructure driftstackconf 2021 | Why you should take care of infrastructure drift
stackconf 2021 | Why you should take care of infrastructure driftNETWAYS
39 views22 slides
Bootstrapping with Javascript (Meteor + Electron) by
Bootstrapping with Javascript (Meteor + Electron)Bootstrapping with Javascript (Meteor + Electron)
Bootstrapping with Javascript (Meteor + Electron)Arthur Breton
635 views15 slides
Rutgers Cloud Seminar 2017 by
Rutgers Cloud Seminar 2017Rutgers Cloud Seminar 2017
Rutgers Cloud Seminar 2017▫️Canturk▫️ ▪️Isci▪️
230 views73 slides
kubernetes-meetup-tokyo-20210624-kubevirt by
kubernetes-meetup-tokyo-20210624-kubevirtkubernetes-meetup-tokyo-20210624-kubevirt
kubernetes-meetup-tokyo-20210624-kubevirtYukinori Sagara
1K views42 slides
Cloud 2.0: Containers, Microservices and Cloud Hybridization by
Cloud 2.0: Containers, Microservices and Cloud HybridizationCloud 2.0: Containers, Microservices and Cloud Hybridization
Cloud 2.0: Containers, Microservices and Cloud HybridizationMark Hinkle
1.6K views53 slides

More Related Content

What's hot

The new stack isn’t a stack: Fragmentation and terraforming 
the service layer by
The new stack isn’t a stack: Fragmentation and terraforming 
the service layerThe new stack isn’t a stack: Fragmentation and terraforming 
the service layer
The new stack isn’t a stack: Fragmentation and terraforming 
the service layerDonnie Berkholz
12.1K views37 slides
Security Patterns for Microservice Architectures - SpringOne 2020 by
Security Patterns for Microservice Architectures - SpringOne 2020Security Patterns for Microservice Architectures - SpringOne 2020
Security Patterns for Microservice Architectures - SpringOne 2020Matt Raible
329 views74 slides
Elastic build environment by
Elastic build environmentElastic build environment
Elastic build environmentCachet Software Solutions Ltd
794 views72 slides
Cloudy Ajax 08 10 by
Cloudy Ajax 08 10Cloudy Ajax 08 10
Cloudy Ajax 08 10rajivmordani
418 views27 slides
K8s at Scale in the Enterprise: Self-Service Through the View of Personas by
K8s at Scale in the Enterprise: Self-Service Through the View of PersonasK8s at Scale in the Enterprise: Self-Service Through the View of Personas
K8s at Scale in the Enterprise: Self-Service Through the View of PersonasVMware Tanzu
292 views49 slides
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat... by
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...OW2
171 views65 slides

What's hot(19)

The new stack isn’t a stack: Fragmentation and terraforming 
the service layer by Donnie Berkholz
The new stack isn’t a stack: Fragmentation and terraforming 
the service layerThe new stack isn’t a stack: Fragmentation and terraforming 
the service layer
The new stack isn’t a stack: Fragmentation and terraforming 
the service layer
Donnie Berkholz12.1K views
Security Patterns for Microservice Architectures - SpringOne 2020 by Matt Raible
Security Patterns for Microservice Architectures - SpringOne 2020Security Patterns for Microservice Architectures - SpringOne 2020
Security Patterns for Microservice Architectures - SpringOne 2020
Matt Raible329 views
K8s at Scale in the Enterprise: Self-Service Through the View of Personas by VMware Tanzu
K8s at Scale in the Enterprise: Self-Service Through the View of PersonasK8s at Scale in the Enterprise: Self-Service Through the View of Personas
K8s at Scale in the Enterprise: Self-Service Through the View of Personas
VMware Tanzu292 views
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat... by OW2
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...
OW2171 views
Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi... by Mark Hinkle
Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...
Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...
Mark Hinkle2.2K views
Building Microservices in the cloud at AutoScout24 by Christian Deger
Building Microservices in the cloud at AutoScout24Building Microservices in the cloud at AutoScout24
Building Microservices in the cloud at AutoScout24
Christian Deger1.2K views
Cloud, Containers, Kubernetes (YOW Sydney 2018) by bridgetkromhout
Cloud, Containers, Kubernetes (YOW Sydney 2018)Cloud, Containers, Kubernetes (YOW Sydney 2018)
Cloud, Containers, Kubernetes (YOW Sydney 2018)
bridgetkromhout240 views
PKS is Not JAK8sP (Just Another Kubernetes Platform) by VMware Tanzu
PKS is Not JAK8sP (Just Another Kubernetes Platform)PKS is Not JAK8sP (Just Another Kubernetes Platform)
PKS is Not JAK8sP (Just Another Kubernetes Platform)
VMware Tanzu311 views
OpenStack & the Evolving Cloud Ecosystem by Mark Voelker
OpenStack & the Evolving Cloud EcosystemOpenStack & the Evolving Cloud Ecosystem
OpenStack & the Evolving Cloud Ecosystem
Mark Voelker449 views
Interoperable Clouds and How to Build (or Buy) Them by Mark Voelker
Interoperable Clouds and How to Build (or Buy) ThemInteroperable Clouds and How to Build (or Buy) Them
Interoperable Clouds and How to Build (or Buy) Them
Mark Voelker214 views
KubeCon China June 2019 - Survey of Kubernetes related solutions for IoT and ... by Steve Wong
KubeCon China June 2019 - Survey of Kubernetes related solutions for IoT and ...KubeCon China June 2019 - Survey of Kubernetes related solutions for IoT and ...
KubeCon China June 2019 - Survey of Kubernetes related solutions for IoT and ...
Steve Wong844 views
Edge Orchestration & Federated Kubernetes Clusters - Open Networking Summit 2018 by Cloudify Community
Edge Orchestration & Federated Kubernetes Clusters - Open Networking Summit 2018Edge Orchestration & Federated Kubernetes Clusters - Open Networking Summit 2018
Edge Orchestration & Federated Kubernetes Clusters - Open Networking Summit 2018
Cloudify Community237 views
Cloud Native Computing: What does it mean, and is your app Cloud Native? by Michael O'Sullivan
Cloud Native Computing: What does it mean, and is your app Cloud Native?Cloud Native Computing: What does it mean, and is your app Cloud Native?
Cloud Native Computing: What does it mean, and is your app Cloud Native?
Michael O'Sullivan446 views
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit... by Yoichi Kawasaki
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
Azure Containers & Serverless Technology Options (After-Tech-Summit-2018 Edit...
Yoichi Kawasaki3K views

Viewers also liked

Trabajo informatica by
Trabajo informaticaTrabajo informatica
Trabajo informaticaHenry Quintero
111 views2 slides
FUNDS11 by
FUNDS11FUNDS11
FUNDS11Reza Kiani
305 views13 slides
Postgraduate Studies by
Postgraduate StudiesPostgraduate Studies
Postgraduate StudiesPuleng Motshoane
218 views9 slides
Trabajo informatica by
Trabajo informaticaTrabajo informatica
Trabajo informaticaHenry Quintero
167 views2 slides
Pareja infertil by
Pareja infertilPareja infertil
Pareja infertilPaulo Calsina
659 views58 slides
DPR202 Open Data for the Open Web by
DPR202 Open Data for the Open WebDPR202 Open Data for the Open Web
DPR202 Open Data for the Open WebRonald Widha
1.4K views29 slides

Similar to ASI202 Everything you want to know about Windows Azure but were afraid to ask

Operational Visibiliy and Analytics - BU Seminar by
Operational Visibiliy and Analytics - BU SeminarOperational Visibiliy and Analytics - BU Seminar
Operational Visibiliy and Analytics - BU SeminarCanturk Isci
991 views42 slides
Rutgers Cloud Seminar 2017 by
Rutgers Cloud Seminar 2017Rutgers Cloud Seminar 2017
Rutgers Cloud Seminar 2017Canturk Isci
311 views73 slides
IRJET- Implementation of Cloud Energy Saving System using Virtual Machine... by
IRJET-  	  Implementation of Cloud Energy Saving System using Virtual Machine...IRJET-  	  Implementation of Cloud Energy Saving System using Virtual Machine...
IRJET- Implementation of Cloud Energy Saving System using Virtual Machine...IRJET Journal
13 views5 slides
Dipping Your Toes Into Cloud Native Application Development by
Dipping Your Toes Into Cloud Native Application DevelopmentDipping Your Toes Into Cloud Native Application Development
Dipping Your Toes Into Cloud Native Application DevelopmentMatthew Farina
2K views86 slides
Cloud Security & Compliance - JPMC Overview by
Cloud Security & Compliance - JPMC OverviewCloud Security & Compliance - JPMC Overview
Cloud Security & Compliance - JPMC Overview▫️Canturk▫️ ▪️Isci▪️
25 views23 slides
Cloud Security & Compliance - JPMC Overview by
Cloud Security & Compliance - JPMC OverviewCloud Security & Compliance - JPMC Overview
Cloud Security & Compliance - JPMC OverviewCanturk Isci
105 views23 slides

Similar to ASI202 Everything you want to know about Windows Azure but were afraid to ask(20)

Operational Visibiliy and Analytics - BU Seminar by Canturk Isci
Operational Visibiliy and Analytics - BU SeminarOperational Visibiliy and Analytics - BU Seminar
Operational Visibiliy and Analytics - BU Seminar
Canturk Isci991 views
Rutgers Cloud Seminar 2017 by Canturk Isci
Rutgers Cloud Seminar 2017Rutgers Cloud Seminar 2017
Rutgers Cloud Seminar 2017
Canturk Isci311 views
IRJET- Implementation of Cloud Energy Saving System using Virtual Machine... by IRJET Journal
IRJET-  	  Implementation of Cloud Energy Saving System using Virtual Machine...IRJET-  	  Implementation of Cloud Energy Saving System using Virtual Machine...
IRJET- Implementation of Cloud Energy Saving System using Virtual Machine...
IRJET Journal13 views
Dipping Your Toes Into Cloud Native Application Development by Matthew Farina
Dipping Your Toes Into Cloud Native Application DevelopmentDipping Your Toes Into Cloud Native Application Development
Dipping Your Toes Into Cloud Native Application Development
Matthew Farina2K views
Cloud Security & Compliance - JPMC Overview by Canturk Isci
Cloud Security & Compliance - JPMC OverviewCloud Security & Compliance - JPMC Overview
Cloud Security & Compliance - JPMC Overview
Canturk Isci105 views
Developing a real time application on the cloud using node js , socket.io and... by Moumie Soulemane
Developing a real time application on the cloud using node js , socket.io and...Developing a real time application on the cloud using node js , socket.io and...
Developing a real time application on the cloud using node js , socket.io and...
Moumie Soulemane382 views
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind... by ITProceed
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
ITPROCEED_WorkplaceMobility_Creating a seamless experience with ue v and wind...
ITProceed799 views
Top 31 Cloud Computing Interview Questions and Answers. by Ecare Technologies
Top 31 Cloud Computing Interview Questions and Answers.Top 31 Cloud Computing Interview Questions and Answers.
Top 31 Cloud Computing Interview Questions and Answers.
Ecare Technologies265 views
AWS Repatriation: Bring Your Apps Back by Randy Bias
AWS Repatriation: Bring Your Apps BackAWS Repatriation: Bring Your Apps Back
AWS Repatriation: Bring Your Apps Back
Randy Bias6.2K views
Azure interview-questions-pdf by Whizlabs
Azure interview-questions-pdfAzure interview-questions-pdf
Azure interview-questions-pdf
Whizlabs436 views
Mihai Tataran - Maintenance of Windows Azure Apps by ITCamp
Mihai Tataran - Maintenance of Windows Azure AppsMihai Tataran - Maintenance of Windows Azure Apps
Mihai Tataran - Maintenance of Windows Azure Apps
ITCamp567 views
Microsoft Windows Azure - Introduction to Windows Azure Platform Appfabric fo... by Microsoft Private Cloud
Microsoft Windows Azure - Introduction to Windows Azure Platform Appfabric fo...Microsoft Windows Azure - Introduction to Windows Azure Platform Appfabric fo...
Microsoft Windows Azure - Introduction to Windows Azure Platform Appfabric fo...
Understanding The Azure Platform March 2010 by DavidGristwood
Understanding The Azure Platform   March 2010Understanding The Azure Platform   March 2010
Understanding The Azure Platform March 2010
DavidGristwood1.8K views
Developing Resilient Cloud Native Apps with Spring Cloud by Dustin Ruehle
Developing Resilient Cloud Native Apps with Spring CloudDeveloping Resilient Cloud Native Apps with Spring Cloud
Developing Resilient Cloud Native Apps with Spring Cloud
Dustin Ruehle761 views

More from Ronald Widha

Measuring Organization Engagement by
Measuring Organization EngagementMeasuring Organization Engagement
Measuring Organization EngagementRonald Widha
451 views30 slides
DV10 HTML5: The Future of Web Development by
DV10 HTML5: The Future of Web Development DV10 HTML5: The Future of Web Development
DV10 HTML5: The Future of Web Development Ronald Widha
419 views33 slides
DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid... by
DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid...DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid...
DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid...Ronald Widha
1.6K views31 slides
DV03 Smooth Migration to Windows Azure by
DV03 Smooth Migration to Windows AzureDV03 Smooth Migration to Windows Azure
DV03 Smooth Migration to Windows AzureRonald Widha
1.5K views27 slides
Tech-out's Hack-a-day by
Tech-out's Hack-a-dayTech-out's Hack-a-day
Tech-out's Hack-a-dayRonald Widha
284 views12 slides
iPad in the Enterprise by
iPad in the EnterpriseiPad in the Enterprise
iPad in the EnterpriseRonald Widha
447 views13 slides

More from Ronald Widha(7)

Measuring Organization Engagement by Ronald Widha
Measuring Organization EngagementMeasuring Organization Engagement
Measuring Organization Engagement
Ronald Widha451 views
DV10 HTML5: The Future of Web Development by Ronald Widha
DV10 HTML5: The Future of Web Development DV10 HTML5: The Future of Web Development
DV10 HTML5: The Future of Web Development
Ronald Widha419 views
DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid... by Ronald Widha
DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid...DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid...
DV01 Ten Things You Always Wanted to Know About Windows Azure But Were Afraid...
Ronald Widha1.6K views
DV03 Smooth Migration to Windows Azure by Ronald Widha
DV03 Smooth Migration to Windows AzureDV03 Smooth Migration to Windows Azure
DV03 Smooth Migration to Windows Azure
Ronald Widha1.5K views
Tech-out's Hack-a-day by Ronald Widha
Tech-out's Hack-a-dayTech-out's Hack-a-day
Tech-out's Hack-a-day
Ronald Widha284 views
iPad in the Enterprise by Ronald Widha
iPad in the EnterpriseiPad in the Enterprise
iPad in the Enterprise
Ronald Widha447 views

Recently uploaded

Digital Personal Data Protection (DPDP) Practical Approach For CISOs by
Digital Personal Data Protection (DPDP) Practical Approach For CISOsDigital Personal Data Protection (DPDP) Practical Approach For CISOs
Digital Personal Data Protection (DPDP) Practical Approach For CISOsPriyanka Aash
103 views59 slides
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveNetwork Automation Forum
49 views35 slides
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...ShapeBlue
114 views12 slides
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates by
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesShapeBlue
178 views15 slides
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... by
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...ShapeBlue
86 views25 slides
Business Analyst Series 2023 - Week 4 Session 7 by
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7DianaGray10
110 views31 slides

Recently uploaded(20)

Digital Personal Data Protection (DPDP) Practical Approach For CISOs by Priyanka Aash
Digital Personal Data Protection (DPDP) Practical Approach For CISOsDigital Personal Data Protection (DPDP) Practical Approach For CISOs
Digital Personal Data Protection (DPDP) Practical Approach For CISOs
Priyanka Aash103 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue114 views
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates by ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue178 views
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... by ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue86 views
Business Analyst Series 2023 - Week 4 Session 7 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7
DianaGray10110 views
Confidence in CloudStack - Aron Wagner, Nathan Gleason - Americ by ShapeBlue
Confidence in CloudStack - Aron Wagner, Nathan Gleason - AmericConfidence in CloudStack - Aron Wagner, Nathan Gleason - Americ
Confidence in CloudStack - Aron Wagner, Nathan Gleason - Americ
ShapeBlue58 views
NTGapps NTG LowCode Platform by Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu287 views
Future of AR - Facebook Presentation by Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty54 views
Why and How CloudStack at weSystems - Stephan Bienek - weSystems by ShapeBlue
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystems
ShapeBlue172 views
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue113 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson142 views
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue97 views
Data Integrity for Banking and Financial Services by Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely76 views
The Power of Heat Decarbonisation Plans in the Built Environment by IES VE
The Power of Heat Decarbonisation Plans in the Built EnvironmentThe Power of Heat Decarbonisation Plans in the Built Environment
The Power of Heat Decarbonisation Plans in the Built Environment
IES VE67 views
The Role of Patterns in the Era of Large Language Models by Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li74 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... by ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue105 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue74 views
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc130 views

ASI202 Everything you want to know about Windows Azure but were afraid to ask

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.