Вы находитесь на странице: 1из 13

Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

Microsoft Azure
Microsoft Azure (formerly Windows Azure /ˈæʒər/) is a cloud
computing service created by Microsoft for building, testing, deploying, and
Microsoft Azure
managing applications and services through 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 Developer(s) Microsoft
third-party software and systems. Initial release February 1,
2010
Azure was announced in October 2008, started with codename "Project Red
Operating system Linux, Microsoft
Dog",[1] and released on February 1, 2010, as "Windows Azure" before being
Windows
renamed "Microsoft Azure" on March 25, 2014.[2][3]
License Closed source
Most users run Linux on Azure, some of the many Linux distributions for platform,
offered, including Microsoft's own Linux-based Azure Sphere.[4] Open source
for client SDKs
Website azure.microsoft
Contents .com (https://az
ure.microsoft.co
Services
Compute m)
Mobile services
Storage services
Data management
Messaging
Media services
CDN
Developer
Management
Machine learning
Azure Blockchain Workbench
Functions
IoT
Regional expansion and examples
Design
Deployment models
Timeline
Privacy

https://en.wikipedia.org/wiki/Microsoft_Azure Page 1 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

Significant outages
Certifications
Key people
See also
References
Further reading
External links

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

Compute
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.[6]
App services, platform as a service (PaaS) environment letting developers easily publish and manage websites.
Websites, high density hosting 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.[7] 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][8]
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.

Mobile services
Mobile Engagement collects real-time analytics that highlight users’ behavior. It also provides push notifications to
mobile devices.[9]
HockeyApp can be used to develop, distribute, and beta-test mobile apps.[10]

Storage services
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.[11]

https://en.wikipedia.org/wiki/Microsoft_Azure Page 2 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

Data management
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.[12]
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.[13]
Azure SQL Data Warehouse is a fully managed cloud data warehouse for enterprises of any size that combines
lightning-fast query performance with industry-leading data security[14].
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.[15]
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[16] 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
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:[17][18]

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[19].
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
A PaaS offering that can be used for encoding, content protection, streaming, or analytics.

CDN

https://en.wikipedia.org/wiki/Microsoft_Azure Page 3 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

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.

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

Developer
Application Insights
Azure DevOps

Management
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.[21]
Microsoft SMA

Machine learning
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.[22]
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.

Azure Blockchain Workbench


Through Azure[23] Blockchain Workbench, Microsoft is providing the required infrastructure to setup a consortium
network in multiple topologies using a variety of consensus mechanisms. Microsoft provides integration from these
blockchain platforms to other Microsoft services to streamline development of distributed applications. Microsoft
supports many general-purpose blockchains including Ethereum and Hyperledger Fabric and purpose-built blockchains
like Corda.

Functions
Azure functions are used in serverless computing architectures where subscribers can execute code as a Function-as-a-
Service (FaaS) without managing the underlying server resources.[24]

IoT
Azure IoT Hub lets you connect, monitor, and manage billions of IoT assets. On February 4, 2016, Microsoft

https://en.wikipedia.org/wiki/Microsoft_Azure Page 4 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

announced the General Availability of the Azure IoT Hub service.[25]


Azure IoT Edge is a fully managed service built on IoT Hub that allows for cloud intelligence deployed locally on IoT
edge devices.
Azure IoT Central is a fully managed SaaS app that makes it easy to connect, monitor, and manage IoT assets at
scale[26]. On December 5, 2017, Microsoft announced the Public Preview of Azure IoT Central; its Azure IoT SaaS
service.[27]
On October 4, 2017, Microsoft began shipping GA versions of the official Microsoft Azure IoT Developer Kit (DevKit)
board; manufactured by MXChip.[28]
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.[29]
On June 27, 2018, Microsoft launched Azure IoT Edge, used to run Azure services and artificial intelligence on IoT
devices.[30]
On November 20, 2018, Microsoft launched the Open Enclave SDK for cross-platform systems such as Arm
TrustZone and Intel SGX.[31]

Regional expansion and examples


Azure is generally available in 42 regions around the world. Microsoft has announced an additional 12 regions to be
opened soon (as of October 2018).[32] 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.[33] An Azure geography contains multiple
Azure Regions, such as example “North Europe” (Dublin, Ireland), “West Europe” (Amsterdam, Netherlands). Where a
location represents the city or area of the Azure Region. Each Azure Region is paired with another region within the same
geography; this makes them a regional pair. In this example, Amsterdam and Dublin are the locations which form the
regional-pair.[1] (https://www.cloudelicious.net/azure-region-and-datacenter-find-your-best-match/)

Microsoft has some Gold partners available across the globe to sell its products. In August 2018, Toyota Tsusho began a
partnership with Microsoft to create fish farming tools using the Microsoft Azure application suite for IoT technologies
related to water management. Developed in part by researchers from Kindai University, the water pump mechanisms use
artificial intelligence to count the number of fish on a conveyor belt, analyze the number of fish, and deduce the
effectiveness of water flow from the data the fish provide. The specific computer programs used in the process fall under
the Azure Machine Learning and the Azure IoT Hub platforms.[34]

Design
Microsoft Azure uses a specialized operating system, called Microsoft Azure, to run its "fabric layer":[35] 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.[36]

Scaling and reliability are controlled by the Microsoft Azure Fabric Controller[37], 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.[38]

https://en.wikipedia.org/wiki/Microsoft_Azure Page 5 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

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.[39][40][41]

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.[42] 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.[43]

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

Timeline
October 2008 (PDC LA) – Announced the Windows Azure Platform[46]
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[47][48]
June 2010 – Windows Azure Update, .NET Framework 4, OS
Versioning, CDN, SQL Azure Update[49]
October 2010 (PDC) – Platform enhancements, Windows Azure Ray Ozzie announcing Windows
Connect, improved Dev / IT Pro Experience. Azure at PDC 2008, October 27
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[50]
November 2014 – Outage affecting major websites including MSN.com[51]
September 2015 – Azure Cloud Switch introduced as a cross-platform Linux distribution.[52]
December, 2015 – Azure ARM Portal (codename "Ibiza") released.[53]
March, 2016 – Azure Service Fabric is Generally Available (GA)[54]
September 2017 – Microsoft Azure gets a new logo and a Manifesto[55]
July 16, 2018 – Azure Service Fabric Mesh public preview[56]
September 24, 2018 – Microsoft Azure IoT Central is Generally Available (GA)[57]
October 10, 2018 – Microsoft joins the Linux-oriented group Open Invention Network.[58]
April 17, 2019 – Azure Front Door Service is now available.[59]

https://en.wikipedia.org/wiki/Microsoft_Azure Page 6 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

Privacy
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.[60] However, Microsoft Azure is compliant with the E.U.
Data Protection Directive (95/46/EC).[61][62] To manage privacy and security-related concerns, Microsoft has created a
Microsoft Azure Trust Center,[63] 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.[64] 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.[65]

Significant outages
The following is a list of Microsoft Azure outages and service disruptions.

Date Cause Notes

Incorrect code for calculating leap


2012-02-29
day dates[66]

Misconfigured network
2012-07-26
device[67][68]

2013-02-22 Expiry of an SSL certificate[69] Xbox Live, Xbox Music and Video also affected[70]

Worldwide partial compute


2013-10-30
outage[71]

Azure storage upgrade caused


Xbox Live, Windows Store, MSN, Search, Visual Studio
2014-11-18 reduced capacity across several
Online among others were affected.[73]
regions[72]

2015-12-03 Active Directory issues[74]

2016-09-15 Global DNS outage[75]

2017-03-15 Storage tier issues[76]

2017-10-03 Fire system glitch[77]

2018-06-20 Cooling system failure[78] North Europe region experienced 11 hours of downtime

Cooling system failure due to Brought down numerous services in multiple regions for
2018-09-04 inadequate surge protection over 25 hours, with some services remaining affected until
(lightning strike)[79] three days later

2019-05-02 DNS Migration Issue[80]

Certifications
https://en.wikipedia.org/wiki/Microsoft_Azure Page 7 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

Microsoft Azure certifications

Key people
Mark Russinovich, CTO, Microsoft Azure[81]
Scott Guthrie, Executive Vice President of the Cloud and Enterprise group in Microsoft
Jason Zander, Executive Vice President, Microsoft Azure[82]
Julia White, Corporate Vice President, Microsoft Azure[83]

See also
Cloud computing comparison
Comparison of file hosting services
Azure Dev Tools for Teaching
Microsoft Azure for Students (https://azure.microsoft.com/en-us/free/students/)

References
1. "Why is there a 'reddog' DNS Suffix for my VM's?" (https://www.cloudelicious.net/why-is-there-a-reddog-dns-suffix-for
-my-vms/). Cloudelicious. Retrieved June 26, 2018.
2. "Upcoming Name Change for Windows Azure" (https://azure.microsoft.com/en-us/blog/upcoming-name-change-for-w
indows-azure/). Microsoft Azure. March 24, 2014. Archived from the original (https://azure.microsoft.com/) 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" (http://uk.reuters.com/article/uk-microsoft-results-idUKKCN12K2JC). Rueters. Thomson Reuters.
Retrieved October 21, 2016.
4. Vaughan-Nichols, Steven J. "Microsoft developer reveals Linux is now more used on Azure than Windows Server" (ht
tps://www.zdnet.com/article/microsoft-developer-reveals-linux-is-now-more-used-on-azure-than-windows-server/).
ZDNet. Retrieved July 2, 2019.
5. Directory of Azure Cloud Services (https://azure.microsoft.com/en-us/services/), Microsoft.com
6. "How to monitor Microsoft Azure VMs" (https://www.datadoghq.com/blog/how-to-monitor-microsoft-azure-vms/).
Datadog. Retrieved March 19, 2019.
7. "Meet Windows Azure event June 2012" (http://weblogs.asp.net/scottgu/archive/2012/06/07/meet-the-new-windows-
azure.aspx). Weblogs.asp.net. June 7, 2012. Retrieved June 27, 2013.
8. "Web App Service - Microsoft Azure" (http://azure.microsoft.com/en-us/services/app-service/web/). Microsoft.
9. "Mobile Engagement - Microsoft Azure" (https://azure.microsoft.com/en-us/services/mobile-engagement/).
azure.microsoft.com. Retrieved July 27, 2016.
10. "HockeyApp - Microsoft Azure" (https://azure.microsoft.com/en-us/services/hockeyapp/). azure.microsoft.com.
Retrieved July 27, 2016.
11. "File Storage" (https://azure.microsoft.com/en-us/services/storage/files/). Microsoft. Retrieved January 7, 2017.
12. Hassell, Jonathan (September 3, 2014). "Microsoft's StorSimple: A first look at the 8000 series" (http://www.computer
world.com/article/2600208/cloud-storage-microsofts-storsimple-a-first-look-at-the-8000-series.html). Computerworld.
13. "Azure and CONNX" (http://www.connx.com/products/azure.html). CONNX. Retrieved October 30, 2014.
https://en.wikipedia.org/wiki/Microsoft_Azure Page 8 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

13. "Azure and CONNX" (http://www.connx.com/products/azure.html). CONNX. Retrieved October 30, 2014.
14. "SQL Data Warehouse | Microsoft Azure" (https://azure.microsoft.com/en-us/services/sql-data-warehouse/).
azure.microsoft.com. Retrieved May 23, 2019.
15. </ "Introduction to Azure Data Factory" (https://docs.microsoft.com/en-us/azure/data-factory/introduction).
microsoft.com. Retrieved August 16, 2018.
16. "HDInsight | Cloud Hadoop" (http://azure.microsoft.com/en-us/services/hdinsight/). Azure.microsoft.com. Retrieved
July 22, 2014.
17. "Sanitization" (https://docs.particular.net/transports/azure-service-bus/sanitization). docs.particular.net. Retrieved
November 21, 2018.
18. sethmanheim. "Overview of Azure Service Bus fundamentals" (https://docs.microsoft.com/en-us/azure/service-bus-m
essaging/service-bus-fundamentals-hybrid-solutions). docs.microsoft.com. Retrieved December 12, 2017.
19. "Event Hubs" (https://azure.microsoft.com/en-us/services/event-hubs/). azure.microsoft.com. Retrieved
November 21, 2018.
20. "Azure Regions | Microsoft Azure" (https://azure.microsoft.com/en-us/regions/). azure.microsoft.com. Retrieved
August 15, 2018.
21. eamonoreilly. "Azure Automation Overview" (https://azure.microsoft.com/en-in/documentation/articles/automation-intr
o/). azure.microsoft.com. Retrieved September 6, 2018.
22. "Why Cortana Intelligence?" (https://www.microsoft.com/en-us/cloud-platform/why-cortana-intelligence-suite).
Microsoft.
23. "Azure" (https://azure.microsoft.com/en-in/features/blockchain-workbench/). Azure. Retrieved June 13, 2019.
24. "What is Microsoft Azure Functions? - Definition from WhatIs.com" (https://searchcloudcomputing.techtarget.com/defi
nition/Microsoft-Azure-Functions). SearchCloudComputing. Retrieved November 24, 2018.
25. "Azure IoT Hub general availability overview" (https://azure.microsoft.com/en-us/blog/azure-iot-hub-ga-capability-over
view/). Microsoft. Retrieved February 4, 2016.
26. "IoT Central | Microsoft Azure" (https://azure.microsoft.com/en-us/services/iot-central/). azure.microsoft.com.
Retrieved May 23, 2019.
27. Foley, Mary Jo. "Microsoft delivers public preview of its new Azure IoT software as a service" (https://www.zdnet.com/
article/microsoft-delivers-public-preview-of-its-new-azure-iot-software-as-a-service/). ZDNet. Retrieved December 5,
2017.
28. Pietschmann, Chris. "Azure IoT Developer Kits (AZ3166) Have Arrived" (https://buildazure.com/2017/10/04/azure-iot-
developer-kits-az3166-have-arrived/). BuildAzure.com. Retrieved October 4, 2017.
29. "Microsoft built its own custom Linux kernel for its new IoT service – TechCrunch" (https://techcrunch.com/2018/04/16
/microsoft-built-its-own-custom-linux-kernel-for-its-new-iot-service/). techcrunch.com. Retrieved April 17, 2018.
30. Foley, Mary Jo. "Microsoft's Azure IoT Edge, now generally available, is key to Redmond's IoT strategy | ZDNet" (http
s://www.zdnet.com/article/microsofts-azure-iot-edge-now-generally-available-is-key-to-redmonds-iot-strategy/).
ZDNet. Retrieved August 15, 2018.
31. "Microsoft's edgy Open Enclave SDK goes cross platform" (https://www.theregister.co.uk/2018/11/20/azure_iot_edge
_open_enclave/).
32. "Azure Regions | Microsoft Azure" (https://azure.microsoft.com/en-us/regions/). azure.microsoft.com. Retrieved
July 17, 2017.
33. "Microsoft beats Google and Amazon to announce first African data centers, kicking off in 2018" (https://venturebeat.
com/2017/05/18/microsoft-beats-google-and-aws-to-announce-first-african-data-centers-kicking-off-in-2018/).
VentureBeat. May 18, 2017. Retrieved July 17, 2017.
34. "Google goes bilingual, Facebook fleshes out translation and TensorFlow is dope - And, Microsoft is assisting fish
https://en.wikipedia.org/wiki/Microsoft_Azure Page 9 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

34. "Google goes bilingual, Facebook fleshes out translation and TensorFlow is dope - And, Microsoft is assisting fish
farmers in Japan" (https://www.theregister.co.uk/2018/09/01/ai_roundup_310818/).
35. "What is Windows Azure Fabric Controller (FC)? - Definition from WhatIs.com" (https://searchcloudcomputing.techtar
get.com/definition/Windows-Azure-Fabric-Controller). SearchCloudComputing. Retrieved October 29, 2018.
36. Petertaylor9999. "Enterprise Cloud Adoption: How does Azure work?" (https://docs.microsoft.com/en-us/azure/archit
ecture/cloud-adoption/getting-started/what-is-azure). docs.microsoft.com. Retrieved October 29, 2018.
37. Petertaylor9999. "Enterprise Cloud Adoption: How does Azure work?" (https://docs.microsoft.com/en-us/azure/archit
ecture/cloud-adoption/getting-started/what-is-azure). docs.microsoft.com. Retrieved October 29, 2018.
38. Petertaylor9999. "Enterprise Cloud Adoption: How does Azure work?" (https://docs.microsoft.com/en-us/azure/archit
ecture/cloud-adoption/getting-started/what-is-azure). docs.microsoft.com. Retrieved October 29, 2018.
39. "Azure Repos – Git Repositories | Microsoft Azure" (https://azure.microsoft.com/en-us/services/devops/repos/).
azure.microsoft.com. Retrieved October 29, 2018.
40. "Microsoft Azure Developer Tools | Microsoft Azure" (https://azure.microsoft.com/en-us/tools/). azure.microsoft.com.
Retrieved October 29, 2018.
41. rmcmurray. "Azure Toolkit for Eclipse" (https://docs.microsoft.com/en-us/java/azure/eclipse/azure-toolkit-for-eclipse?vi
ew=azure-java-stable). docs.microsoft.com. Retrieved October 29, 2018.
42. Welicki, Leon. "Announcing Azure Portal general availability" (https://azure.microsoft.com/en-us/blog/announcing-azu
re-portal-general-availability/). Microsoft. Retrieved December 23, 2015.
43. "Azure Management Software" (http://www.parkmycloud.com/azure-management-software/). ParkMyCloud.
Retrieved April 6, 2017.
44. FitzMacken, Tom. "Azure Resource Manager vs. classic deployment" (https://azure.microsoft.com/en-us/documentati
on/articles/resource-manager-deployment-model/). Microsoft. Retrieved September 16, 2016.
45. FitzMacken, Tom. "Azure Resource Manager overview" (https://azure.microsoft.com/en-us/documentation/articles/res
ource-group-overview/). Microsoft. Retrieved September 16, 2016.
46. "Ray Ozzie announces Windows Azure" (https://www.zdnet.com/article/ray-ozzie-announces-windows-azure/).
ZDNet. Retrieved October 28, 2008.
47. "Windows Azure General Availability" (https://blogs.microsoft.com/blog/2010/02/01/windows-azure-general-availabilit
y/). blogs.microsoft.com. February 1, 2010.
48. Pietschmann, Chris. "Happy 7th Birthday Microsoft Azure!" (https://buildazure.com/2017/02/01/happy-7th-birthday-mi
crosoft-azure/). BuildAzure.com. Retrieved February 1, 2017.
49. "SQL Azure SU3 is Now Live and Available in 6 Datacenters Worldwide" (https://web.archive.org/web/201306201020
05/http://blogs.msdn.com/b/sqlazure/archive/2010/06/25/10030461.aspx). SQL Azure Team Blog. Microsoft. Archived
from the original (http://blogs.msdn.com/b/sqlazure/archive/2010/06/25/10030461.aspx) on June 20, 2013. Retrieved
May 28, 2013.
50. "Microsoft Azure Machine Learning combines power of comprehensive machine learning with benefits of cloud" (http:
//blogs.microsoft.com/blog/2014/06/16/microsoft-azure-machine-learning-combines-power-of-comprehensive-machin
e-learning-with-benefits-of-cloud/). blogs.microsoft.com. June 16, 2014.
51. "Human Error Caused Microsoft Azure Outage" (http://www.cloudwards.net/news/human-error-caused-microsoft-azur
e-outage-5776//). Cloudwards.net. December 20, 2014.
52. "Microsoft demonstrates its Linux-based Azure Cloud Switch operating system" (http://www.zdnet.com/article/microso
ft-demonstrates-its-linux-based-azure-cloud-switch-operating-system/). ZDNet.com. September 18, 2015.
53. "Announcing Azure Portal general availability" (https://azure.microsoft.com/en-us/blog/announcing-azure-portal-gener
al-availability/). Azure.microsoft.com.
54. Fussell, Mark. "Azure Service Fabric is GA!" (https://azure.microsoft.com/en-us/blog/azure-service-fabric-is-ga/).
https://en.wikipedia.org/wiki/Microsoft_Azure Page 10 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

54. Fussell, Mark. "Azure Service Fabric is GA!" (https://azure.microsoft.com/en-us/blog/azure-service-fabric-is-ga/).


Microsoft. Retrieved March 31, 2016.
55. "Microsoft Azure gets a new Logo and a Manifesto" (https://buildazure.com/2017/09/25/microsoft-azure-gets-a-new-l
ogo-and-a-manifesto/). Build Azure. September 26, 2017. Retrieved January 9, 2018.
56. Daniel, Chacko. "Azure Service Fabric is now in public preview" (https://azure.microsoft.com/en-us/blog/azure-servic
e-fabric-mesh-is-now-in-public-preview/). Microsoft Azure. Microsoft. Retrieved July 16, 2018.
57. "Azure IoT Central is now available" (https://azure.microsoft.com/en-us/updates/azure-iot-central-is-now-available/).
Microsoft Azure. Microsoft. Retrieved September 24, 2018.
58. "Microsoft has signed up to the Open Invention Network. We repeat. Microsoft has signed up to the OIN" (https://ww
w.theregister.co.uk/2018/10/10/microsoft_open_invention_network/).
59. "Azure Front Door Service is now available" (https://azure.microsoft.com/en-us/updates/azure-front-door-service-is-n
ow-available/).
60. Toor, Amar (June 30, 2011). "Microsoft: European cloud data may not be immune to the Patriot Act" (https://www.eng
adget.com/2011/06/30/microsoft-european-cloud-data-may-not-be-immune-to-the-patriot/). Engadget.com. Retrieved
June 27, 2013.
61. "EU data privacy authorities approve Microsoft Azure" (http://www.computerweekly.com/news/2240218892/EU-data-
privacy-authorities-approve-Microsoft-Azure-Office-365-and-other-cloud-services), April 15, 2014,
ComputerWeekly.com
62. "The collapse of the US-EU Safe Harbor" (http://blogs.microsoft.com/on-the-issues/2015/10/20/the-collapse-of-the-us
-eu-safe-harbor-solving-the-new-privacy-rubiks-cube/), October 20, 2015, Brad Smith, President and Chief Legal
Officer, Microsoft.com
63. "Microsoft Azure Trust Center" (http://www.windowsazure.com/en-us/support/trust-center/). Windowsazure.com.
Retrieved June 27, 2013.
64. "Microsoft Azure Trust Center Compliance" (http://azure.microsoft.com/en-us/support/trust-center/compliance/).
Windowsazure.com. Retrieved June 27, 2013.
65. "FedRAMP Compliant Cloud Systems" (http://cloud.cio.gov/fedramp/cloud-systems). cloud.cio.gov. Retrieved
October 15, 2014.
66. "Summary of Windows Azure Service Disruption on Feb 29th, 2012" (https://azure.microsoft.com/en-us/blog/summar
y-of-windows-azure-service-disruption-on-feb-29th-2012/). Azure.microsoft.com. March 9, 2012. Retrieved July 12,
2017.
67. "Windows Azure outage hits Europe" (http://gigaom.com/cloud/windows-azure-outage-hits-europe/). Gigaom.com.
July 26, 2012. Retrieved June 27, 2013.
68. "Microsoft pins Azure outage on network miscue" (http://gigaom.com/cloud/microsoft-pins-azure-outage-on-network-
miscue/). Gigaom.com. July 27, 2012. Retrieved June 27, 2013.
69. Microsoft’s Azure storage service goes down, locking out corporate customers from their data (http://www.windowstri
cks.in/2011/06/cloud-reliability.html) Archived (https://web.archive.org/web/20110726003600/http://www.windowstrick
s.in/2011/06/cloud-reliability.html) July 26, 2011, at the Wayback Machine
70. Bishop, Bryan. "Xbox Live and Windows Azure suffering from extended outages" (https://www.theverge.com/2013/2/
22/4019772/xbox-live-and-windows-azure-suffering-from-extended-outages). Theverge.com. Retrieved June 27,
2013.
71. "Microsoft's Windows Azure cloud hit by worldwide management interuption [sic]" (http://www.pcworld.com/article/205
9901/microsofts-windows-azure-cloud-hit-by-worldwide-management-interuption.html). www.pcworld.com. October
31, 2013. Retrieved November 3, 2013.
72. Zander, Jason. "Update on Azure Storage Service Interruption" (http://azure.microsoft.com/blog/2014/11/19/update-o
n-azure-storage-service-interruption/). Microsoft. Retrieved December 5, 2014.
https://en.wikipedia.org/wiki/Microsoft_Azure Page 11 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

n-azure-storage-service-interruption/). Microsoft. Retrieved December 5, 2014.


73. Foley, Mary J. "Microsoft says Storage service performance update brought Azure down" (http://www.zdnet.com/articl
e/microsoft-says-storage-service-performance-update-brought-azure-down/). ZD.NET. Retrieved December 5, 2014.
74. "European Office 365 and Microsoft Azure users hit by service outage" (http://www.computerweekly.com/news/45002
59905/European-Office-365-and-Microsoft-Azure-users-hit-by-service-outage). Retrieved September 6, 2018.
75. Foley, Mary Jo. "Global DNS outage hits Microsoft Azure customers - ZDNet" (http://www.zdnet.com/article/global-dn
s-outage-hits-microsoft-azure-customers/). Retrieved September 6, 2018.
76. "Microsoft confirms Azure storage issues around the world (updated)" (https://venturebeat.com/2017/03/15/microsoft-
confirms-azure-storage-issues-around-the-world/). March 16, 2017. Retrieved September 6, 2018.
77. "Microsoft Says Azure Outage Caused by Accidental Fire-Suppression Gas Release" (http://www.datacenterknowled
ge.com/uptime/microsoft-says-azure-outage-caused-accidental-fire-suppression-gas-release). October 4, 2017.
Retrieved September 10, 2018.
78. "Microsoft Azure suffers major outage" (https://www.itproportal.com/news/microsoft-azure-suffers-major-outage/).
Retrieved September 6, 2018.
79. Foley, Mary Jo. "Microsoft South Central U.S. datacenter outage takes down a number of cloud services - ZDNet" (htt
ps://www.zdnet.com/article/microsoft-south-central-u-s-datacenter-outage-takes-down-a-number-of-cloud-services/).
Retrieved September 6, 2018.
80. Pietschmann, Chris. "May 2, 2019: Major Azure Outage Due to DNS Migration Issue" (https://buildazure.com/2019/0
5/03/may-2-2019-major-azure-outage-due-dns-migration-issue/). BuildAzure.com. Retrieved May 3, 2019.
81. "Mark Russinovich - Blog - Microsoft Azure" (https://azure.microsoft.com/en-us/blog/author/markruss/).
azure.microsoft.com.
82. "Jason Zander - Blog - Microsoft Azure" (https://azure.microsoft.com/en-us/blog/author/jasonz/). azure.microsoft.com.
83. "Julia White - Blog - Microsoft Azure" (https://azure.microsoft.com/en-us/blog/author/julwhite/). azure.microsoft.com.

Azure Documentation (https://docs.microsoft.com/en-us/azure/)


Microsoft Azure (https://azure.microsoft.com/en-us/)

Further reading
Chappell, David (October 2008). "Introducing Windows Azure" (http://download.microsoft.com/download/e/4/3/e43bb
484-3b52-4fa8-a9f9-ec60a32954bc/Azure_Services_Platform.pdf) (PDF). Microsoft.
"Stairway to Azure (3): Componentes de Cómputo y Almacenamiento" (http://blogs.msdn.com/b/warnov/archive/2009
/11/19/stairway-to-azure-3.aspx). WarNov Developer Evangelist. Microsoft. November 19, 2009. Retrieved
December 20, 2013.
"Microsoft Azure platform Demystified - Part 1 & 2" (http://www.dotnetcurry.com/windows-azure/1299/microsoft-azure
-platform-services-overview). DNC Magazine. August 2016.

External links
Official website (http://azure.microsoft.com)

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

https://en.wikipedia.org/wiki/Microsoft_Azure Page 12 of 13
Microsoft Azure - Wikipedia 7/28/19, 12)44 PM

This page was last edited on 8 July 2019, at 13:50 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia
Foundation, Inc., a non-profit organization.

https://en.wikipedia.org/wiki/Microsoft_Azure Page 13 of 13

Вам также может понравиться