Skip to main content

Microsoft Azure








Microsoft Azure


From Wikipedia, the free encyclopedia

Jump to navigation
Jump to search














Microsoft Azure

Microsoft Azure Logo.svg
Developer(s)
Microsoft
Initial release
February 1, 2010; 8 years ago (2010-02-01)
Operating system
Linux, Microsoft Windows
License
Closed source for platform, Open source for client SDKs
Website
azure.microsoft.com

Microsoft Azure (formerly Windows Azure /ˈæʒər/) is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems.


Azure was announced in October 2008, started with codename "Project Red Dog",[1] and released in February 1, 2010 as "Windows Azure" before being renamed "Microsoft Azure" on March 25, 2014.[2][3]




Contents





  • 1 Services

    • 1.1 Compute


    • 1.2 Mobile services


    • 1.3 Storage services


    • 1.4 Data management


    • 1.5 Messaging


    • 1.6 Media services


    • 1.7 CDN


    • 1.8 Developer


    • 1.9 Management


    • 1.10 Machine learning


    • 1.11 IoT



  • 2 Regions


  • 3 Design

    • 3.1 Deployment models



  • 4 Timeline


  • 5 Privacy


  • 6 Significant outages


  • 7 Certifications


  • 8 Key people


  • 9 See also


  • 10 References


  • 11 Further reading


  • 12 External links




Services[edit]


Microsoft lists over 600 Azure services,[4] of which some are covered below:



Compute[edit]


  • Virtual machines, infrastructure as a service (IaaS) allowing users to launch general-purpose Microsoft Windows and Linux virtual machines, as well as preconfigured machine images for popular software packages.[5]

  • App services, platform as a service (PaaS) environment letting developers easily publish and manage websites.


  • Websites, high density hosting[non sequitur] of websites allows developers to build sites using ASP.NET, PHP, Node.js, or Python and can be deployed using FTP, Git, Mercurial, Team Foundation Server or uploaded through the user portal. This feature was announced in preview form in June 2012 at the Meet Microsoft Azure event.[6] Customers can create websites in PHP, ASP.NET, Node.js, or Python, or select from several open source applications from a gallery to deploy. This comprises one aspect of the platform as a service (PaaS) offerings for the Microsoft Azure Platform. It was renamed to Web Apps in April 2015.[2][7]

  • WebJobs, applications that can be deployed to an App Service environment to implement background processing that can be invoked on a schedule, on demand, or run continuously. The Blob, Table and Queue services can be used to communicate between WebApps and WebJobs and to provide state.[citation needed]


Mobile services[edit]


  • Mobile Engagement collects real-time analytics that highlight users’ behavior. It also provides push notifications to mobile devices.[8]

  • HockeyApp can be used to develop, distribute, and beta-test mobile apps.[9]


Storage services[edit]


  • Storage Services provides REST and SDK APIs for storing and accessing data on the cloud.

  • Table Service lets programs store structured text in partitioned collections of entities that are accessed by partition key and primary key. It's a NoSQL non-relational database.

  • Blob Service allows programs to store unstructured text and binary data as blobs that can be accessed by a HTTP(S) path. Blob service also provides security mechanisms to control access to data.

  • Queue Service lets programs communicate asynchronously by message using queues.

  • File Service allows storing and access of data on the cloud using the REST APIs or the SMB protocol.[10]


Data management[edit]


  • Azure Search provides text search and a subset of OData's structured filters using REST or SDK APIs.


  • Cosmos DB is a NoSQL database service that implements a subset of the SQL SELECT statement on JSON documents.

  • Redis Cache is a managed implementation of Redis.


  • StorSimple manages storage tasks between on-premises devices and cloud storage.[11]


  • SQL Database, formerly known as SQL Azure Database, works to create, scale and extend applications into the cloud using Microsoft SQL Server technology. It also integrates with Active Directory and Microsoft System Center and Hadoop.[12]


  • SQL Data Warehouse is a data warehousing service designed to handle computational and data intensive queries on datasets exceeding 1TB.


  • Azure Data Factory, is a data integration service that allows creation of data-driven workflows in the cloud for orchestrating and automating data movement and data transformation.[13]


  • Azure Data Lake is a scalable data storage and analytic service for big-data analytics workloads that require developers to run massively parallel queries.

  • Azure HDInsight[14] is a big data relevant service, that deploys Hortonworks Hadoop on Microsoft Azure, and supports the creation of Hadoop clusters using Linux with Ubuntu.


  • Azure Stream Analytics is a serverless scalable event processing engine that enables users to develop and run real-time analytics on multiple streams of data from sources such as devices, sensors, web sites, social media, and other applications.


Messaging[edit]


The Microsoft Azure Service Bus allows applications running on Azure premises or off premises devices to communicate with Azure. This helps to build scalable and reliable applications in a service-oriented architecture (SOA). The Azure service bus supports four different types of communication mechanisms:[citation needed][15]



  • Event Hubs, which provide event and telemetry ingress to the cloud at massive scale, with low latency and high reliability. For example an event hub can be used to track data from cell phones such as a GPS location coordinate in real time.[citation needed]


  • Queues, which allow one-directional communication. A sender application would send the message to the service bus queue, and a receiver would read from the queue. Though there can be multiple readers for the queue only one would process a single message.


  • Topics, which provide one-directional communication using a subscriber pattern. It is similar to a queue, however each subscriber will receive a copy of the message sent to a Topic. Optionally the subscriber can filter out messages based on specific criteria defined by the subscriber.


  • Relays, which provide bi-directional communication. Unlike queues and topics, a relay doesn't store in-flight messages in its own memory. Instead, it just passes them on to the destination application.


Media services[edit]


A Paas offering that can be used for encoding, content protection, streaming, or analytics.[citation needed]



CDN[edit]


A global content delivery network (CDN) for audio, video, applications, images, and other static files. It can be used to cache static assets of websites geographically closer to users to increase performance. The network can be managed by a REST based HTTP API.[citation needed]


Azure has 54 point of presence locations worldwide (also known as Edge locations) as of August 2018.[16]



Developer[edit]


  • Application Insights[citation needed]

  • Visual Studio Team Services[citation needed]


Management[edit]


  • Azure Automation, provides a way for users to automate the manual, long-running, error-prone, and frequently repeated tasks that are commonly performed in a cloud and enterprise environment. It saves time and increases the reliability of regular administrative tasks and even schedules them to be automatically performed at regular intervals. You can automate processes using runbooks or automate configuration management using Desired State Configuration.[17]

  • Microsoft SMA (software)


Machine learning[edit]


  • Microsoft Azure Machine Learning (Azure ML) service is part of Cortana Intelligence Suite that enables predictive analytics and interaction with data using natural language and speech through Cortana.[18]

  • Cognitive Services (formerly Project Oxford) are a set of APIs, SDKs and services available to developers to make their applications more intelligent, engaging and discoverable.


IoT[edit]


  • On April 16, 2018, Microsoft announced the launch of the Azure Sphere, an end-to-end IoT product that focuses on microcontroller-based devices and uses Linux.[19]

  • On June 27, 2018, Microsoft launched Azure IoT Edge, used to run Azure services and artificial intelligence on IoT devices.[20]


Regions[edit]


Azure is generally available in 50 regions around the world. Microsoft has announced an additional six regions.[21] Microsoft is the first hyper-scale cloud provider that has committed to building facilities on the continent of Africa with two regions located in South Africa.[22] Microsoft has some Gold partners available across the globe to sell its products.[specify]



Design[edit]


Microsoft Azure uses a specialized operating system, called Microsoft Azure, to run its "fabric layer":[citation needed] a cluster hosted at Microsoft's data centers that manages computing and storage resources of the computers and provisions the resources (or a subset of them) to applications running on top of Microsoft Azure. Microsoft Azure has been described as a "cloud layer" on top of a number of Windows Server systems, which use Windows Server 2008 and a customized version of Hyper-V, known as the Microsoft Azure Hypervisor to provide virtualization of services.[citation needed]


Scaling and reliability are controlled by the Microsoft Azure Fabric Controller[citation needed], which ensures the services and environment do not fail if one or more of the servers fails within the Microsoft data center, and which also provides the management of the user's Web application such as memory allocation and load balancing.[citation needed]


Azure provides an API built on REST, HTTP, and XML that allows a developer to interact with the services provided by Microsoft Azure. Microsoft also provides a client-side managed class library that encapsulates the functions of interacting with the services. It also integrates with Microsoft Visual Studio, Git, and Eclipse.[citation needed]


In addition to interacting with services via API, users can manage Azure services using the Web-based Azure Portal, which reached General Availability in December 2015.[23] The portal allows users to browse active resources, modify settings, launch new resources, and view basic monitoring data from active virtual machines and services. More advanced Azure management services are available.[24]



Deployment models[edit]


Microsoft Azure offers two deployment models for cloud resources: the "classic" deployment model and the Azure Resource Manager.[25] In the classic model, each Azure resource (virtual machine, SQL database, etc.) was managed individually. The Azure Resource Manager, introduced in 2014,[25] enables users to create groups of related services so that closely coupled resources can be deployed, managed, and monitored together.[26]



Timeline[edit]





Ray Ozzie announcing Windows Azure at PDC 2008, October 27


  • October 2008 (PDC LA) – Announced the Windows Azure Platform

  • March 2009 – Announced SQL Azure Relational Database

  • November 2009 – Updated Windows Azure CTP, Enabled full trust, PHP, Java, CDN CTP and more

  • February 1, 2010 – Windows Azure Platform commercially available[27]

  • June 2010 – Windows Azure Update, .NET Framework 4, OS Versioning, CDN, SQL Azure Update[28]

  • October 2010 (PDC) – Platform enhancements, Windows Azure Connect, improved Dev / IT Pro Experience

  • December 2011 – Traffic manager, SQL Azure reporting, HPC scheduler

  • June 2012 – Websites, Virtual machines for Windows and Linux, Python SDK, new portal, locally redundant storage

  • April 2014 – Windows Azure renamed to Microsoft Azure[2], ARM Portal introduced at Build 2014.

  • July 2014 – Azure Machine Learning public preview[29]

  • November 2014 – Outage affecting major websites including MSN.com[30]

  • September 2015 – Azure Cloud Switch introduced as a cross-platform Linux distribution.[31]

  • December, 2015 – Azure ARM Portal released.[32]

  • September 2017 – Microsoft Azure gets a new logo and a Manifesto[33]


Privacy[edit]


Microsoft has stated that, per the USA Patriot Act, the US government could have access to the data even if the hosted company is not American and the data resides outside the USA.[34] However, Microsoft Azure is compliant with the E.U. Data Protection Directive (95/46/EC).[35][36][contradictory] To manage privacy and security-related concerns, Microsoft has created a Microsoft Azure Trust Center,[37] and Microsoft Azure has several of its services compliant with several compliance programs including ISO 27001:2005 and HIPAA. A full and current listing can be found on the Microsoft Azure Trust Center Compliance page.[38] Of special note, Microsoft Azure has been granted JAB Provisional Authority to Operate (P-ATO) from the U.S. government in accordance with guidelines spelled out under the Federal Risk and Authorization Management Program (FedRAMP), a U.S. government program that provides a standardized approach to security assessment, authorization, and continuous monitoring for cloud services used by the federal government.[39]



Significant outages[edit]




Documented Microsoft Azure outages and service disruptions.
































Date
Cause
Notes
2012-02-29
Incorrect code for calculating leap day dates[40]
2012-07-26
Misconfigured network device[41][42]
2013-02-22
Expiry of an SSL certificate[43]Xbox Live, Xbox Music and Video also affected[44]
2013-10-30
Worldwide partial compute outage[45]
2014-11-18
Azure storage upgrade caused reduced capacity across several regions[46]Xbox Live, Windows Store, MSN, Search, Visual Studio Online among others were affected.[47]
2015-12-03
Active Directory issues[48]
2016-09-15
Global DNS outage[49]
2017-03-15
Storage tier issues[50]
2017-10-03
Fire system glitch[51]


Certifications[edit]


  • Microsoft Azure certifications


Key people[edit]


  • Mark Russinovich, CTO, Microsoft Azure [52]

  • Jason Zander, Executive Vice President, Microsoft Azure[53]


See also[edit]


  • Cloud computing comparison

  • Comparison of file hosting services


References[edit]




  1. ^ "Why is there a "reddog" DNS Suffix for my VM's?". Cloudelicious. Retrieved 2018-06-26. 


  2. ^ abc "Upcoming Name Change for Windows Azure". Microsoft Azure. March 24, 2014. Archived from the original on March 24, 2014. Retrieved August 29, 2016. 


  3. ^ Tharakan, Anya George and Dastin, Jeffery (October 20, 2016). "Microsoft shares hit high as cloud business flies above estimates". Rueters. Thomson Reuters. Retrieved October 21, 2016. 


  4. ^ Directory of Azure Cloud Services, Microsoft.com


  5. ^ "How to monitor Microsoft Azure VMs". Datadog. Retrieved September 16, 2016. 


  6. ^ "Meet Windows Azure event June 2012". Weblogs.asp.net. June 7, 2012. Retrieved June 27, 2013. 


  7. ^ "Web App Service - Microsoft Azure". Microsoft. 


  8. ^ "Mobile Engagement - Microsoft Azure". azure.microsoft.com. Retrieved July 27, 2016. 


  9. ^ "HockeyApp - Microsoft Azure". azure.microsoft.com. Retrieved July 27, 2016. 


  10. ^ "File Storage". Microsoft. Retrieved January 7, 2017. 


  11. ^ Hassell, Jonathan (September 3, 2014). "Microsoft's StorSimple: A first look at the 8000 series". Computerworld. 


  12. ^ "Azure and CONNX". CONNX. Retrieved October 30, 2014. 


  13. ^ </ "Introduction to Azure Data Factory". microsoft.com. Retrieved 2018-08-16. 


  14. ^ "HDInsight | Cloud Hadoop". Azure.microsoft.com. Retrieved 2014-07-22. 


  15. ^ sethmanheim. "Overview of Azure Service Bus fundamentals". docs.microsoft.com. Retrieved 2017-12-12. 


  16. ^ "Azure Regions | Microsoft Azure". azure.microsoft.com. Retrieved August 15, 2018. 


  17. ^ [1]


  18. ^ "Why Cortana Intelligence?". Microsoft. 


  19. ^ "Microsoft built its own custom Linux kernel for its new IoT service – TechCrunch". techcrunch.com. Retrieved 2018-04-17. 


  20. ^ Foley, Mary Jo. "Microsoft's Azure IoT Edge, now generally available, is key to Redmond's IoT strategy | ZDNet". ZDNet. Retrieved 2018-08-15. 


  21. ^ "Azure Regions | Microsoft Azure". azure.microsoft.com. Retrieved July 17, 2017. 


  22. ^ "Microsoft beats Google and Amazon to announce first African data centers, kicking off in 2018". VentureBeat. May 18, 2017. Retrieved July 17, 2017. 


  23. ^ Welicki, Leon. "Announcing Azure Portal general availability". Microsoft. Retrieved December 23, 2015. 


  24. ^ "Azure Management Software". ParkMyCloud. Retrieved April 6, 2017. 


  25. ^ ab FitzMacken, Tom. "Azure Resource Manager vs. classic deployment". Microsoft. Retrieved September 16, 2016. 


  26. ^ FitzMacken, Tom. "Azure Resource Manager overview". Microsoft. Retrieved September 16, 2016. 


  27. ^ "Windows Azure General Availability". blogs.microsoft.com. February 1, 2010. 


  28. ^ "SQL Azure SU3 is Now Live and Available in 6 Datacenters Worldwide". SQL Azure Team Blog. Microsoft. Archived from the original on June 20, 2013. Retrieved May 28, 2013. 


  29. ^ "Microsoft Azure Machine Learning combines power of comprehensive machine learning with benefits of cloud". blogs.microsoft.com. June 16, 2014. 


  30. ^ "Human Error Caused Microsoft Azure Outage". Cloudwards.net. December 20, 2014. 


  31. ^ "Microsoft demonstrates its Linux-based Azure Cloud Switch operating system". ZDNet.com. September 18, 2015. 


  32. ^ "Announcing Azure Portal general availability". Azure.microsoft.com. 


  33. ^ "Microsoft Azure gets a new Logo and a Manifesto". Build Azure. 2017-09-26. Retrieved 2018-01-09. 


  34. ^ Toor, Amar (June 30, 2011). "Microsoft: European cloud data may not be immune to the Patriot Act". Engadget.com. Retrieved June 27, 2013. 


  35. ^ "EU data privacy authorities approve Microsoft Azure", April 15, 2014, ComputerWeekly.com


  36. ^ "The collapse of the US-EU Safe Harbor", October 20, 2015, Brad Smith, President and Chief Legal Officer, Microsoft.com


  37. ^ "Microsoft Azure Trust Center". Windowsazure.com. Retrieved June 27, 2013. 


  38. ^ "Microsoft Azure Trust Center Compliance". Windowsazure.com. Retrieved June 27, 2013. 


  39. ^ "FedRAMP Compliant Cloud Systems". cloud.cio.gov. Retrieved October 15, 2014. 


  40. ^ "Summary of Windows Azure Service Disruption on Feb 29th, 2012". Azure.microsoft.com. March 9, 2012. Retrieved July 12, 2017. 


  41. ^ "Windows Azure outage hits Europe". Gigaom.com. July 26, 2012. Retrieved June 27, 2013. 


  42. ^ "Microsoft pins Azure outage on network miscue". Gigaom.com. July 27, 2012. Retrieved June 27, 2013. 


  43. ^ Microsoft’s Azure storage service goes down, locking out corporate customers from their data Archived July 26, 2011, at the Wayback Machine.


  44. ^ Bishop, Bryan. "Xbox Live and Windows Azure suffering from extended outages". Theverge.com. Retrieved June 27, 2013. 


  45. ^ "Microsoft's Windows Azure cloud hit by worldwide management interuption [sic]". www.pcworld.com. October 31, 2013. Retrieved November 3, 2013. 


  46. ^ Zander, Jason. "Update on Azure Storage Service Interruption". Microsoft. Retrieved December 5, 2014. 


  47. ^ Foley, Mary J. "Microsoft says Storage service performance update brought Azure down". ZD.NET. Retrieved December 5, 2014. 


  48. ^ European Office 365 and Microsoft Azure users hit by service outage


  49. ^ Global DNS outage hits Microsoft Azure customers


  50. ^ Microsoft confirms Azure storage issues around the world


  51. ^ Microsoft Says Azure Outage Caused by Accidental Fire-Suppression Gas | Data Center Knowledge


  52. ^ "Mark Russinovich - Blog - Microsoft Azure". azure.microsoft.com. 


  53. ^ "Jason Zander - Blog - Microsoft Azure". azure.microsoft.com. 



Further reading[edit]


.mw-parser-output .refbeginfont-size:90%;margin-bottom:0.5em.mw-parser-output .refbegin-hanging-indents>ullist-style-type:none;margin-left:0.mw-parser-output .refbegin-hanging-indents>ul>li,.mw-parser-output .refbegin-hanging-indents>dl>ddmargin-left:0;padding-left:3.2em;text-indent:-3.2em;list-style:none.mw-parser-output .refbegin-100font-size:100%


  • Chappell, David (October 2008). "Introducing Windows Azure" (PDF). Microsoft. 


  • "Stairway to Azure (3): Componentes de Cómputo y Almacenamiento". WarNov Developer Evangelist. Microsoft. November 19, 2009. Retrieved December 20, 2013. 


  • "Microsoft Azure platform Demystified - Part 1 & 2". DNC Magazine. August 2016. 



External links[edit]


  • Official website

  • Visual Studio Team Services












Retrieved from "https://en.wikipedia.org/w/index.php?title=Microsoft_Azure&oldid=855210637"





Navigation menu

























(window.RLQ=window.RLQ||).push(function()mw.config.set("wgPageParseReport":"limitreport":"cputime":"0.772","walltime":"0.890","ppvisitednodes":"value":4767,"limit":1000000,"ppgeneratednodes":"value":0,"limit":1500000,"postexpandincludesize":"value":169709,"limit":2097152,"templateargumentsize":"value":7981,"limit":2097152,"expansiondepth":"value":17,"limit":40,"expensivefunctioncount":"value":8,"limit":500,"unstrip-depth":"value":0,"limit":20,"unstrip-size":"value":49087,"limit":5000000,"entityaccesscount":"value":1,"limit":400,"timingprofile":["100.00% 718.416 1 -total"," 36.50% 262.220 1 Template:Reflist"," 21.54% 154.726 42 Template:Cite_web"," 14.98% 107.621 14 Template:Fix"," 14.92% 107.173 12 Template:Citation_needed"," 11.85% 85.143 1 Template:Infobox_software"," 10.25% 73.637 16 Template:Delink"," 9.94% 71.407 1 Template:Infobox"," 8.53% 61.251 5 Template:Cite_news"," 5.80% 41.637 27 Template:Category_handler"],"scribunto":"limitreport-timeusage":"value":"0.376","limit":"10.000","limitreport-memusage":"value":6747602,"limit":52428800,"cachereport":"origin":"mw1341","timestamp":"20180822052814","ttl":1900800,"transientcontent":false);mw.config.set("wgBackendResponseTime":96,"wgHostname":"mw1250"););

Popular posts from this blog

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

政党