请输入您要查询的百科知识:

 

词条 Microsoft Azure
释义

  1. Services

      Compute    Mobile services   Storage services    Data management   Messaging    Media services    CDN    Developer    Management    Machine learning    Functions    IoT  

  2. Regional expansion and examples

  3. Design

      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

{{Use mdy dates|date=February 2018}}{{Infobox software
| logo = Microsoft Azure Logo.svg
| logo_size = 200
| name = Microsoft Azure
| developer = Microsoft
| website = {{URL|https://azure.microsoft.com}}
| license = Closed source for platform, Open source for client SDKs
| released = {{Start date and age|2010|02|01}}
| operating system = Linux, Microsoft Windows
}}

Microsoft Azure (formerly Windows Azure {{IPAc-en|ˈ|æ|ʒ|ər}}) is a cloud computing service created by Microsoft for building, testing, deploying, and 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 third-party software and systems.

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

Services

Microsoft lists over 600 Azure services,[4] 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.[5]
  • App services, platform as a service (PaaS) environment letting developers easily publish and manage websites.
  • Websites, high density hosting{{non sequitur|date=June 2017|reason=Impressive but meaningless jargon}} 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|date=July 2016}}

Mobile services

  • 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

  • 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

  • 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

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:[15][16]

  • 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[17].
  • 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.{{citation needed|date=July 2016}}

CDN

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|date=July 2016}}

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

Developer

  • Application Insights{{citation needed|date=July 2016}}
  • Azure DevOps{{citation needed|date=July 2016}}

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.[19]
  • 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.[20]
  • 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.

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

IoT

  • On February 4, 2016, Microsoft announced the General Availability of the Azure IoT Hub service.[22]
  • On December 5, 2017, Microsoft announced the Public Preview of Azure IoT Central; its Azure IoT SaaS service.[23]
  • On October 4, 2017, Microsoft began shipping GA versions of the official Microsoft Azure IoT Developer Kit (DevKit) board; manufactured by MXChip.[24]
  • 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.[25]
  • On June 27, 2018, Microsoft launched Azure IoT Edge, used to run Azure services and artificial intelligence on IoT devices.[26]
  • On November 20, 2018, Microsoft launched the Open Enclave SDK for cross-platform systems such as Arm TrustZone and Intel SGX.[27]

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).[28] 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.[29] 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.[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.[30]

Design

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

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

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.[35][36][37]

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

Deployment models

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

Timeline

  • October 2008 (PDC LA) – Announced the Windows Azure Platform[42]
  • 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[43][44]
  • June 2010 – Windows Azure Update, .NET Framework 4, OS Versioning, CDN, SQL Azure Update[45]
  • 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[46]
  • November 2014 – Outage affecting major websites including MSN.com[47]
  • September 2015 – Azure Cloud Switch introduced as a cross-platform Linux distribution.[48]
  • December, 2015 – Azure ARM Portal (codename "Ibiza") released.[49]
  • March, 2016 - Azure Service Fabric is Generally Available (GA)[50]
  • September 2017 – Microsoft Azure gets a new logo and a Manifesto[51]
  • July 16, 2018 - Azure Service Fabric Mesh public preview[52]
  • September 24, 2018 - Microsoft Azure IoT Central is Generally Available (GA)[53]
  • October 10, 2018 - Microsoft joins the Linux-oriented group Open Invention Network.[54]

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.[55] However, Microsoft Azure is compliant with the E.U. Data Protection Directive (95/46/EC).[56][57]{{contradict-inline | reason=USA Patriot Act requirements directly conflict with the EU Data Protection Directive. | date=April 2015}} To manage privacy and security-related concerns, Microsoft has created a Microsoft Azure Trust Center,[58] and Microsoft Azure has several of its services compliant with several compliance programs including 2005 and HIPAA. A full and current listing can be found on the Microsoft Azure Trust Center Compliance page.[59] 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.[60]

Significant outages

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

DateCauseNotes
2012-02-29Incorrect code for calculating leap day dates[61]
2012-07-26 Misconfigured network device[62][63]
2013-02-22 Expiry of an SSL certificate[64] Xbox Live, Xbox Music and Video also affected[65]
2013-10-30 Worldwide partial compute outage[66]
2014-11-18 Azure storage upgrade caused reduced capacity across several regions[67] Xbox Live, Windows Store, MSN, Search, Visual Studio Online among others were affected.[68]
2015-12-03 Active Directory issues[69]
2016-09-15 Global DNS outage[70]
2017-03-15 Storage tier issues[71]
2017-10-03 Fire system glitch[72]
2018-06-20 Cooling system failure [73] North Europe region experienced 11 hours of downtime
2018-09-04 Cooling system failure due to inadequate surge protection (lightning strike) [74] Brought down numerous services in multiple regions for over 25 hours, with some services remaining affected until three days later

Certifications

  • Microsoft Azure certifications

Key people

  • Mark Russinovich, CTO, Microsoft Azure [75]
  • Scott Guthrie, Executive Vice President of the Cloud and Enterprise group in Microsoft
  • Jason Zander, Executive Vice President, Microsoft Azure [76]
  • Julia White, Corporate Vice President, Microsoft Azure [77]

See also

  • Cloud computing comparison
  • Comparison of file hosting services

References

1. ^{{Cite news|url=https://www.cloudelicious.net/why-is-there-a-reddog-dns-suffix-for-my-vms/|title=Why is there a 'reddog' DNS Suffix for my VM's?|last=|first=|date=|work=Cloudelicious|access-date=2018-06-26|language=en-US}}
2. ^{{cite web |url=https://azure.microsoft.com/ |title=Upcoming Name Change for Windows Azure |date=March 24, 2014 |publisher=Microsoft Azure |archiveurl=https://azure.microsoft.com/en-us/blog/upcoming-name-change-for-windows-azure/ |archivedate=March 24, 2014 |accessdate=August 29, 2016}}
3. ^{{cite news |last=Tharakan |first=Anya George and Dastin, Jeffery |title=Microsoft shares hit high as cloud business flies above estimates |newspaper=Rueters |publisher=Thomson Reuters |date=October 20, 2016 |url=http://uk.reuters.com/article/uk-microsoft-results-idUKKCN12K2JC |accessdate=October 21, 2016}}
4. ^[https://azure.microsoft.com/en-us/services/ Directory of Azure Cloud Services], Microsoft.com
5. ^{{cite web|title=How to monitor Microsoft Azure VMs|url=https://www.datadoghq.com/blog/how-to-monitor-microsoft-azure-vms/|publisher=Datadog|accessdate=March 19, 2019}}
6. ^{{cite web | url=http://weblogs.asp.net/scottgu/archive/2012/06/07/meet-the-new-windows-azure.aspx | title=Meet Windows Azure event June 2012 | publisher=Weblogs.asp.net | date=June 7, 2012 | accessdate=June 27, 2013}}
7. ^{{cite web | url=http://azure.microsoft.com/en-us/services/app-service/web/ | title=Web App Service - Microsoft Azure | publisher=Microsoft}}
8. ^{{cite web | url=https://azure.microsoft.com/en-us/services/mobile-engagement/ | title=Mobile Engagement - Microsoft Azure | publisher=azure.microsoft.com | date= | accessdate=July 27, 2016}}
9. ^{{cite web | url=https://azure.microsoft.com/en-us/services/hockeyapp/ | title=HockeyApp - Microsoft Azure | publisher=azure.microsoft.com | date= | accessdate=July 27, 2016}}
10. ^{{cite web|url=https://azure.microsoft.com/en-us/services/storage/files/|title=File Storage|last=|first=|date=|website=|publisher=Microsoft|accessdate=January 7, 2017}}
11. ^{{cite news | url=http://www.computerworld.com/article/2600208/cloud-storage-microsofts-storsimple-a-first-look-at-the-8000-series.html | first=Jonathan | last=Hassell | title=Microsoft's StorSimple: A first look at the 8000 series | publisher=Computerworld | date=September 3, 2014}}
12. ^{{cite web | url=http://www.connx.com/products/azure.html | title=Azure and CONNX | publisher=CONNX|accessdate=October 30, 2014}}
13. ^{{cite web |url=https://docs.microsoft.com/en-us/azure/data-factory/introduction14. ^{{cite web |url=http://azure.microsoft.com/en-us/services/hdinsight/ |title=HDInsight | Cloud Hadoop |publisher=Azure.microsoft.com |accessdate=2014-07-22 }}
15. ^{{cite web |title=Sanitization |url=https://docs.particular.net/transports/azure-service-bus/sanitization |website=docs.particular.net |accessdate=21 November 2018}}
16. ^{{Cite web|url=https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-fundamentals-hybrid-solutions|title=Overview of Azure Service Bus fundamentals|last=sethmanheim|website=docs.microsoft.com|language=en-us|access-date=2017-12-12}}
17. ^{{cite web |title=Event Hubs |url=https://azure.microsoft.com/en-us/services/event-hubs/ |website=azure.microsoft.com |accessdate=21 November 2018}}
18. ^{{Cite web|url=https://azure.microsoft.com/en-us/regions/|title=Azure Regions {{!}} Microsoft Azure|website=azure.microsoft.com|accessdate=August 15, 2018}}
19. ^{{cite web|url=https://azure.microsoft.com/en-in/documentation/articles/automation-intro/|title=Azure Automation Overview|first=|last=eamonoreilly|website=azure.microsoft.com|accessdate=September 6, 2018}}
20. ^{{cite web | title=Why Cortana Intelligence? | url=https://www.microsoft.com/en-us/cloud-platform/why-cortana-intelligence-suite | website=Microsoft}}
21. ^{{Cite news|url=https://searchcloudcomputing.techtarget.com/definition/Microsoft-Azure-Functions|title=What is Microsoft Azure Functions? - Definition from WhatIs.com|work=SearchCloudComputing|access-date=2018-11-24|language=en-US}}
22. ^{{cite web |title=Azure IoT Hub general availability overview |url=https://azure.microsoft.com/en-us/blog/azure-iot-hub-ga-capability-overview/ |publisher=Microsoft |accessdate=4 February 2016}}
23. ^{{cite web |last1=Foley |first1=Mary Jo |title=Microsoft delivers public preview of its new Azure IoT software as a service |url=https://www.zdnet.com/article/microsoft-delivers-public-preview-of-its-new-azure-iot-software-as-a-service/ |publisher=ZDNet |accessdate=5 December 2017}}
24. ^{{cite web |last1=Pietschmann |first1=Chris |title=Azure IoT Developer Kits (AZ3166) Have Arrived |url=https://buildazure.com/2017/10/04/azure-iot-developer-kits-az3166-have-arrived/ |website=BuildAzure.com |accessdate=4 October 2017}}
25. ^{{Cite web|url=https://techcrunch.com/2018/04/16/microsoft-built-its-own-custom-linux-kernel-for-its-new-iot-service/|title=Microsoft built its own custom Linux kernel for its new IoT service – TechCrunch|website=techcrunch.com|language=en-US|access-date=2018-04-17}}
26. ^{{Cite news|url=https://www.zdnet.com/article/microsofts-azure-iot-edge-now-generally-available-is-key-to-redmonds-iot-strategy/|title=Microsoft's Azure IoT Edge, now generally available, is key to Redmond's IoT strategy {{!}} ZDNet|last=Foley|first=Mary Jo|work=ZDNet|access-date=2018-08-15|language=en}}
27. ^{{cite web|url= https://www.theregister.co.uk/2018/11/20/azure_iot_edge_open_enclave/|title=Microsoft's edgy Open Enclave SDK goes cross platform}}
28. ^{{Cite web|url=https://azure.microsoft.com/en-us/regions/|title=Azure Regions {{!}} Microsoft Azure|last=|first=|date=|website=azure.microsoft.com|accessdate=July 17, 2017}}
29. ^{{Cite web|url=https://venturebeat.com/2017/05/18/microsoft-beats-google-and-aws-to-announce-first-african-data-centers-kicking-off-in-2018/|title=Microsoft beats Google and Amazon to announce first African data centers, kicking off in 2018|date=May 18, 2017|website=VentureBeat|accessdate=July 17, 2017}}
30. ^{{cite web|url=https://www.theregister.co.uk/2018/09/01/ai_roundup_310818/|title=Google goes bilingual, Facebook fleshes out translation and TensorFlow is dope - And, Microsoft is assisting fish farmers in Japan}}
31. ^{{Cite news|url=https://searchcloudcomputing.techtarget.com/definition/Windows-Azure-Fabric-Controller|title=What is Windows Azure Fabric Controller (FC)? - Definition from WhatIs.com|work=SearchCloudComputing|access-date=2018-10-29|language=en-US}}
32. ^{{Cite web|url=https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/getting-started/what-is-azure|title=Enterprise Cloud Adoption: How does Azure work?|last=Petertaylor9999|website=docs.microsoft.com|language=en-us|access-date=2018-10-29}}
33. ^{{Cite web|url=https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/getting-started/what-is-azure|title=Enterprise Cloud Adoption: How does Azure work?|last=Petertaylor9999|website=docs.microsoft.com|language=en-us|access-date=2018-10-29}}
34. ^{{Cite web|url=https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/getting-started/what-is-azure|title=Enterprise Cloud Adoption: How does Azure work?|last=Petertaylor9999|website=docs.microsoft.com|language=en-us|access-date=2018-10-29}}
35. ^{{Cite web|url=https://azure.microsoft.com/en-us/services/devops/repos/|title=Azure Repos – Git Repositories {{!}} Microsoft Azure|website=azure.microsoft.com|language=en|access-date=2018-10-29}}
36. ^{{Cite web|url=https://azure.microsoft.com/en-us/tools/|title=Microsoft Azure Developer Tools {{!}} Microsoft Azure|website=azure.microsoft.com|language=en|access-date=2018-10-29}}
37. ^{{Cite web|url=https://docs.microsoft.com/en-us/java/azure/eclipse/azure-toolkit-for-eclipse?view=azure-java-stable|title=Azure Toolkit for Eclipse|last=rmcmurray|website=docs.microsoft.com|language=en-us|access-date=2018-10-29}}
38. ^{{cite web | last1=Welicki | first1=Leon | title=Announcing Azure Portal general availability | url=https://azure.microsoft.com/en-us/blog/announcing-azure-portal-general-availability/ | publisher=Microsoft|accessdate=December 23, 2015}}
39. ^{{cite web | title=Azure Management Software | url=http://www.parkmycloud.com/azure-management-software/ | publisher=ParkMyCloud|accessdate=April 6, 2017}}
40. ^{{cite web|last1=FitzMacken|first1=Tom|title=Azure Resource Manager vs. classic deployment|url=https://azure.microsoft.com/en-us/documentation/articles/resource-manager-deployment-model/|publisher=Microsoft|accessdate=September 16, 2016}}
41. ^{{cite web|last1=FitzMacken|first1=Tom|title=Azure Resource Manager overview|url=https://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/|publisher=Microsoft|accessdate=September 16, 2016}}
42. ^{{cite web |url=https://www.zdnet.com/article/ray-ozzie-announces-windows-azure/ |website=ZDNet |accessdate=28 October 2008| title=Ray Ozzie announces Windows Azure}}
43. ^{{cite web | url=https://blogs.microsoft.com/blog/2010/02/01/windows-azure-general-availability/ | title=Windows Azure General Availability | publisher=blogs.microsoft.com | date=February 1, 2010}}
44. ^{{cite web |last1=Pietschmann |first1=Chris |title=Happy 7th Birthday Microsoft Azure! |url=https://buildazure.com/2017/02/01/happy-7th-birthday-microsoft-azure/ |website=BuildAzure.com |accessdate=1 February 2017}}
45. ^{{cite web|url=http://blogs.msdn.com/b/sqlazure/archive/2010/06/25/10030461.aspx |title=SQL Azure SU3 is Now Live and Available in 6 Datacenters Worldwide |work=SQL Azure Team Blog |publisher=Microsoft |date= |accessdate=May 28, 2013 |deadurl=yes |archiveurl=https://web.archive.org/web/20130620102005/http://blogs.msdn.com/b/sqlazure/archive/2010/06/25/10030461.aspx |archivedate=June 20, 2013 |df= }}
46. ^{{cite web | url=http://blogs.microsoft.com/blog/2014/06/16/microsoft-azure-machine-learning-combines-power-of-comprehensive-machine-learning-with-benefits-of-cloud/ | title=Microsoft Azure Machine Learning combines power of comprehensive machine learning with benefits of cloud | publisher=blogs.microsoft.com | date=June 16, 2014}}
47. ^{{cite web | url=http://www.cloudwards.net/news/human-error-caused-microsoft-azure-outage-5776// | title=Human Error Caused Microsoft Azure Outage | publisher=Cloudwards.net | date=December 20, 2014}}
48. ^{{cite web | url = http://www.zdnet.com/article/microsoft-demonstrates-its-linux-based-azure-cloud-switch-operating-system/ | title = Microsoft demonstrates its Linux-based Azure Cloud Switch operating system | publisher = ZDNet.com | date = September 18, 2015}}
49. ^{{cite web | url = https://azure.microsoft.com/en-us/blog/announcing-azure-portal-general-availability/ | title = Announcing Azure Portal general availability| publisher = Azure.microsoft.com}}
50. ^{{cite web |last1=Fussell |first1=Mark |title=Azure Service Fabric is GA! |url=https://azure.microsoft.com/en-us/blog/azure-service-fabric-is-ga/ |publisher=Microsoft |accessdate=31 March 2016}}
51. ^{{Cite news|url=https://buildazure.com/2017/09/25/microsoft-azure-gets-a-new-logo-and-a-manifesto/|title=Microsoft Azure gets a new Logo and a Manifesto|date=2017-09-26|work=Build Azure|access-date=2018-01-09|language=en-US}}
52. ^{{cite web |last1=Daniel |first1=Chacko |title=Azure Service Fabric is now in public preview |url=https://azure.microsoft.com/en-us/blog/azure-service-fabric-mesh-is-now-in-public-preview/ |website=Microsoft Azure |publisher=Microsoft |accessdate=16 July 2018}}
53. ^{{cite web |title=Azure IoT Central is now available |url=https://azure.microsoft.com/en-us/updates/azure-iot-central-is-now-available/ |website=Microsoft Azure |publisher=Microsoft |accessdate=24 September 2018}}
54. ^{{cite web|url=https://www.theregister.co.uk/2018/10/10/microsoft_open_invention_network/|title=Microsoft has signed up to the Open Invention Network. We repeat. Microsoft has signed up to the OIN}}
55. ^{{cite web | last=Toor | first=Amar | url=https://www.engadget.com/2011/06/30/microsoft-european-cloud-data-may-not-be-immune-to-the-patriot/ | title=Microsoft: European cloud data may not be immune to the Patriot Act | publisher=Engadget.com | date=June 30, 2011 | accessdate=June 27, 2013}}
56. ^"EU data privacy authorities approve Microsoft Azure", April 15, 2014, ComputerWeekly.com
57. ^"The collapse of the US-EU Safe Harbor", October 20, 2015, Brad Smith, President and Chief Legal Officer, Microsoft.com
58. ^{{cite web | url=http://www.windowsazure.com/en-us/support/trust-center/ | title=Microsoft Azure Trust Center | publisher=Windowsazure.com | date= | accessdate=June 27, 2013}}
59. ^{{cite web | url=http://azure.microsoft.com/en-us/support/trust-center/compliance/ | title=Microsoft Azure Trust Center Compliance | publisher=Windowsazure.com | date= | accessdate=June 27, 2013}}
60. ^{{cite web | url=http://cloud.cio.gov/fedramp/cloud-systems | title=FedRAMP Compliant Cloud Systems | publisher=cloud.cio.gov | date= | accessdate=October 15, 2014}}
61. ^{{cite web | url=https://azure.microsoft.com/en-us/blog/summary-of-windows-azure-service-disruption-on-feb-29th-2012/ | title=Summary of Windows Azure Service Disruption on Feb 29th, 2012 | publisher=Azure.microsoft.com | date=March 9, 2012 | accessdate=July 12, 2017}}
62. ^{{cite web | url=http://gigaom.com/cloud/windows-azure-outage-hits-europe/ | title=Windows Azure outage hits Europe | publisher=Gigaom.com | date=July 26, 2012 | accessdate=June 27, 2013}}
63. ^{{cite web | url=http://gigaom.com/cloud/microsoft-pins-azure-outage-on-network-miscue/ | title=Microsoft pins Azure outage on network miscue | publisher=Gigaom.com | date=July 27, 2012 | accessdate=June 27, 2013}}
64. ^Microsoft’s Azure storage service goes down, locking out corporate customers from their data {{webarchive |url=https://web.archive.org/web/20110726003600/http://www.windowstricks.in/2011/06/cloud-reliability.html |date=July 26, 2011 }}
65. ^{{cite web | first=Bryan | last=Bishop | url=https://www.theverge.com/2013/2/22/4019772/xbox-live-and-windows-azure-suffering-from-extended-outages | title=Xbox Live and Windows Azure suffering from extended outages | publisher=Theverge.com | date= | accessdate=June 27, 2013}}
66. ^{{cite web | title=Microsoft's Windows Azure cloud hit by worldwide management interuption [sic] | url=http://www.pcworld.com/article/2059901/microsofts-windows-azure-cloud-hit-by-worldwide-management-interuption.html | publisher=www.pcworld.com|accessdate=November 3, 2013|date=October 31, 2013}}
67. ^{{cite web | last1=Zander | first1=Jason | title=Update on Azure Storage Service Interruption | url=http://azure.microsoft.com/blog/2014/11/19/update-on-azure-storage-service-interruption/ | publisher=Microsoft|accessdate=December 5, 2014}}
68. ^{{cite web | last1=Foley | first1=Mary J | title=Microsoft says Storage service performance update brought Azure down | url=http://www.zdnet.com/article/microsoft-says-storage-service-performance-update-brought-azure-down/ | publisher=ZD.NET|accessdate=December 5, 2014}}
69. ^{{cite web|url=http://www.computerweekly.com/news/4500259905/European-Office-365-and-Microsoft-Azure-users-hit-by-service-outage|title=European Office 365 and Microsoft Azure users hit by service outage|publisher=|accessdate=September 6, 2018}}
70. ^{{cite web|url=http://www.zdnet.com/article/global-dns-outage-hits-microsoft-azure-customers/|title=Global DNS outage hits Microsoft Azure customers - ZDNet|first=Mary Jo|last=Foley|publisher=|accessdate=September 6, 2018}}
71. ^{{cite web|url=https://venturebeat.com/2017/03/15/microsoft-confirms-azure-storage-issues-around-the-world/|title=Microsoft confirms Azure storage issues around the world (updated)|date=March 16, 2017|publisher=|accessdate=September 6, 2018}}
72. ^{{cite web|url=http://www.datacenterknowledge.com/uptime/microsoft-says-azure-outage-caused-accidental-fire-suppression-gas-release|title=Microsoft Says Azure Outage Caused by Accidental Fire-Suppression Gas Release|date=October 4, 2017|publisher=|accessdate=September 10, 2018}}
73. ^{{cite web|url=https://www.itproportal.com/news/microsoft-azure-suffers-major-outage/|title=Microsoft Azure suffers major outage|publisher=|accessdate=September 6, 2018}}
74. ^{{cite web|url=https://www.zdnet.com/article/microsoft-south-central-u-s-datacenter-outage-takes-down-a-number-of-cloud-services/|title=Microsoft South Central U.S. datacenter outage takes down a number of cloud services - ZDNet|first=Mary Jo|last=Foley|publisher=|accessdate=September 6, 2018}}
75. ^{{cite web|url=https://azure.microsoft.com/en-us/blog/author/markruss/|title=Mark Russinovich - Blog - Microsoft Azure|website=azure.microsoft.com}}
76. ^{{cite web|url=https://azure.microsoft.com/en-us/blog/author/jasonz/|title=Jason Zander - Blog - Microsoft Azure|website=azure.microsoft.com}}
77. ^{{cite web|url=https://azure.microsoft.com/en-us/blog/author/julwhite/|title=Julia White - Blog - Microsoft Azure|website=azure.microsoft.com}}

Further reading

{{Refbegin}}
  • {{cite web|url=http://download.microsoft.com/download/e/4/3/e43bb484-3b52-4fa8-a9f9-ec60a32954bc/Azure_Services_Platform.pdf|title=Introducing Windows Azure|last=Chappell|first=David|date=October 2008|publisher=Microsoft}}
  • {{Cite web|url=http://blogs.msdn.com/b/warnov/archive/2009/11/19/stairway-to-azure-3.aspx|title=Stairway to Azure (3): Componentes de Cómputo y Almacenamiento|date=November 19, 2009|work=WarNov Developer Evangelist|publisher=Microsoft|accessdate=December 20, 2013}}
  • {{Cite web|url=http://www.dotnetcurry.com/windows-azure/1299/microsoft-azure-platform-services-overview|title=Microsoft Azure platform Demystified - Part 1 & 2|date=August 2016|publisher=DNC Magazine}}
{{Refend}}

External links

  • {{Official website|http://azure.microsoft.com}}


{{Cloud computing}}

{{Microsoft Azure Services Platform}}{{Microsoft}}{{Major Internet companies}}{{Authority control}}

8 : Computer-related introductions in 2010|Cloud computing|Cloud computing providers|Cloud infrastructure|Cloud infrastructure attacks & failures|Cloud platforms|Microsoft cloud services|Cloud storage

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/17 20:06:09