Microsoft Azure

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

Microsoft Azure

Microsoft Azure, often referred to as Azure (/ˈæʒər, ˈeɪʒər/


AZH-ər, AY-zhər, UK also /ˈæzjʊər, ˈeɪzjʊər/ AZ-ure, AY- Microsoft Azure
zure),[2][3][4] is a cloud computing platform run by Microsoft,
which offers access, management, and development of
applications and services through global data centers. It provides a
range of capabilities, including software as a service (SaaS),
platform as a service (PaaS), and infrastructure as a service (IaaS).
Microsoft Azure supports many programming languages, tools,
and frameworks, including Microsoft-specific and third-party
software and systems.
Developer(s) Microsoft
Microsoft's cloud computing platform, Azure, was introduced at
Initial release October 27,
the Professional Developers Conference (PDC) in October 2008
2008[1]
under the codename "Project Red Dog".[5] It was officially
launched as Windows Azure in February 2010 and later renamed Operating system Linux,
Microsoft Azure on March 25, 2014.[6][7] Microsoft
Windows, iOS,
Services Android
Type Web service,
Microsoft Azure uses large-scale virtualization at Microsoft data cloud
centers worldwide and it offers more than 600 services.[8] computing
License Proprietary for
Computer services platform, MIT
License for
Virtual machines, infrastructure as a service (IaaS) client SDKs
allowing users to launch general-purpose Microsoft
Windows and Linux virtual machines, software as a Website azure
service (SaaS) as well as preconfigured machine .microsoft.com
images for popular software packages.[9] (https://azure.
microsoft.com)
Starting in 2022, VMs are powered by Ampere
Cloud-native processors.[10]
Most users run Linux on Azure, some of the many Linux distributions offered, including
Microsoft's own Linux-based Azure Sphere.[11]
App services, platform as a service (PaaS) environment letting developers easily publish
and manage websites.
Websites, Azure Web Sites allows developers to build sites using ASP.NET, PHP, Node.js,
Java, 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.[12] 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 Web Apps in April 2015.[7][13]
WebJobs, are 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, XYZ, iOS Software and WebJobs and to provide state.[5]
Azure Kubernetes Service (AKS) allows you to quickly deploy a production ready
kubernetes cluster in Azure. Azure is responsible for managing the control plane and
customers get the flexibility to choose/scale the data place (kubernetes worker nodes).[14]

Identity
Azure Active Directory Connect is used to synchronize on-premises directories and enable
SSO (Single Sign On).[15]
Azure Active Directory B2C allows the use of consumer identity and access management in
the cloud.
Azure Active Directory Domain Services is used to join Azure virtual machines to a domain
without domain controllers.
Azure information protection can be used to protect sensitive information.
Azure Active Directory External Identities are a set of capabilities which allow organizations
to collaborate with external users including customers and partners.[16]

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

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. Azure Table Service is a NoSQL non-relational
database.
Blob Service allows programs to store unstructured text and binary data as blobs that can be
accessed by an 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.[19]

Communication services
Azure Communication Services offers an SDK for creating web and mobile communications
applications that include SMS, video calling, VOIP and PSTN calling, and web based chat.

Data management
Azure Data Explorer provides big data analytics and data-exploration capabilities
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.
Azure Cache for Redis is a managed implementation of Redis.
StorSimple manages storage tasks between on-premises devices and cloud storage.[20]
Azure SQL Database works to create, scale and extend applications into the cloud using
Microsoft SQL Server technology. It also integrates with Active Directory, Microsoft System
Center and Hadoop.[21]
Azure Synapse Analytics is a fully managed cloud data warehouse.[22][23]
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.[24]
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[25] 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:[26][27]

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 coordinating with a GPS in real time.[28]
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

Azure has a worldwide content delivery network (CDN) designed to efficiently deliver audio, video,
applications, images, and other static files. It improves the performance of websites by caching static files
closer to users based on their geographic location. Users can manage the network using a REST-based
HTTP API.[29]

Azure has 118 point of presence locations, across 100 cities, worldwide (also known as Edge locations) as
of January 2023.[30]

Developer
Application Insights
Azure DevOps

Management
With Azure Automation, users can easily automate repetitive and time-consuming tasks,
often prone to cloud or enterprise setting errors. They can accomplish it using runbooks or
desired state configurations for process automation.[31]
Microsoft SMA

Azure AI
Microsoft Azure Machine Learning (Azure ML) provides tools and ML frameworks for
developers to create their own machine learning and artificial intelligence (AI) services.
Azure Cognitive Services by Microsoft comprise prebuilt APIs, SDKs, and services
developers can customize. These services encompass perceptual and cognitive intelligence
features such as speech recognition, speaker recognition, neural speech synthesis, face
recognition, computer vision, OCR/form understanding, natural language processing,
machine translation, and business decision services. Many AI characteristics in Microsoft's
products and services, namely Bing, Office, Teams, Xbox, and Windows, are driven by Azure
Cognitive Services.[32][33]

Azure Blockchain Workbench


Through Azure[34] Blockchain Workbench, Microsoft is providing the required infrastructure to set up 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 the 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 an
event driven Function-as-a-Service (FaaS) without managing the underlying server resources.[35]
Customers using Azure functions are billed based on per-second resource consumption and executions.[36]

Internet of Things (IoT)


Azure IoT Hub lets you connect, monitor, and manage billions of IoT assets. On February 4,
2016, Microsoft announced the General Availability of the Azure IoT Hub service.[37]
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.[38] On December 5, 2017, Microsoft announced the Public
Preview of Azure IoT Central; its Azure IoT SaaS service.[39]
On October 4, 2017, Microsoft began shipping GA versions of the official Microsoft Azure IoT
Developer Kit (DevKit) board; manufactured by MXChip.[40]
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.[41]
On June 27, 2018, Microsoft launched Azure IoT Edge, used to run Azure services and
artificial intelligence on IoT devices.[42]
On November 20, 2018, Microsoft launched the Open Enclave SDK for cross-platform
systems such as ARM TrustZone and Intel SGX.[43]

Azure Orbital

Launched in September 2020, Azure Orbital lets private industries and government agencies process
satellite data quickly by connecting directly to cloud computing networks. Mobile cloud computing ground
stations are also available to provide connectivity to remote locations without ground infrastructure. Third-
party satellite systems, like SpaceX's Starlink and SES' O3b constellation, can be employed.[44][45]

SES plans to use Microsoft's data centers to provide cloud connectivity to remote areas through its next-
generation O3b mPOWER MEO satellites alongside Microsoft's data centers.[46] The company will deploy
satellite control and uplink ground stations to achieve this. SES launched the first two O3b mPOWER
satellites in December 2022; nine more are scheduled between 2023 and 2024. The service should begin in
Q3 2023.[47]
According to Microsoft, using satellites to connect to cloud data centers may provide faster speeds than
complex fiber routes. For online media, entertainment, or gaming activities, connecting from home to the
cloud can involve longer routes with multiple hops. Through their experiments with Xbox Cloud,
Microsoft has discovered that satellite connection is faster than terrestrial networks in certain parts of the
world (including specific locations in the USA).[48]

Regional expansion
As of 2018, Azure was available in 54 regions,[49] and Microsoft was the first primary cloud provider to
establish facilities in Africa, with two regions in South Africa.[50] Azure geographies consist of multiple
Azure Regions, like "North Europe" (located in Dublin, Ireland) and "West Europe" (located in
Amsterdam, Netherlands). Each Azure Region is paired with another region within the same geography,
forming a regional pair. For instance, the locations of Dublin and Amsterdam create a regional couple.[51]

Middle East cloud data centers

On June 19, 2019, Microsoft announced the launch of two new cloud regions in the United Arab Emirates
– Microsoft's first in the Middle East.[52] Microsoft's management stated that these new data centers would
empower customers and partners to embrace the benefits of the Fourth Industrial Revolution and achieve
more using cloud technologies.

Research partnerships
Microsoft has partners that 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.[53]

Design
Microsoft Azure utilizes a specialized operating system with the same name to power its "fabric layer".[54]
This cluster is hosted at Microsoft's data centers and is responsible for managing computing and storage
resources and allocating them to applications running on the Microsoft Azure platform. It's a "cloud layer"
built upon various Windows Server systems, including the customized Microsoft Azure Hypervisor, which
is based on Windows Server 2008 and enables the virtualization of services.[55]

The Microsoft Azure Fabric Controller maintains the scalability and dependability of services and
environments in the data center. It prevents failure in server malfunction and manages users' web
applications, including memory allocation and load balancing.[55]

Azure provides an API built on REST, HTTP, and XML that allows a developer to interact with the
services offered 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.[56][57][58]
Users can manage Azure services in multiple ways, one of which is through the Web-based Azure Portal,
which became generally available in December 2015.[59] Apart from accessing services via API, users can
browse active resources, adjust settings, launch new resources, and view primary monitoring data of
functional virtual machines and services using the portal.

Deployment models

Regarding cloud resources, Microsoft Azure offers two deployment models: the "classic" model and the
Azure Resource Manager.[60] In the classic model, each resource, like a virtual machine or SQL database,
had to be managed separately. But in 2014,[60] Azure introduced the Azure Resource Manager, which
allows users to group related services. This update makes it easier and more efficient to deploy, manage,
and monitor resources that work closely together.[61] The classic model will eventually be phased out.

History and timeline


In 2005, Microsoft took over Groove Networks, and Bill Gates made
Groove's founder Ray Ozzie one of his 5 direct reports as one of 3
Azure logo used from 2010 to
chief technology officers. Ozzie met with Amitabh Srivastava, which 2012, under Windows Azure name
let Srivastava change course. They convinced Dave Cutler to
postpone his retirement and their teams developed a cloud operating
system.[62][63][64]

October 2008 (PDC LA) – Announced the Windows Azure Platform.[65]


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.[66][67]

June 2010 – Windows Azure Update, .NET Framework 4, OS Versioning, CDN, SQL Azure
Update.[68]
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 Microsoft Azure,[7] ARM Portal introduced at Build
2014.
July 2014 – Azure Machine Learning public preview.[69]
November 2014 – Outage affecting major websites including MSN.com.[70]
September 2015 – Azure Cloud Switch introduced as a cross-platform Linux distribution.
Currently known as SONiC[71]
December, 2015 – Azure ARM Portal (codename "Ibiza") released.[72]
March, 2016 – Azure Service Fabric is Generally Available (GA)[73]
September 2017 – Microsoft Azure gets a new logo and a Manifesto[74]
July 16, 2018 – Azure Service Fabric Mesh public preview[75]
September 24, 2018 – Microsoft Azure IoT Central is Generally Available (GA)[76]
October 10, 2018 – Microsoft joins the Linux-oriented group Open Invention Network.[77]
April 17, 2019 – Azure Front Door Service is now available.[78]
March 2020 – Microsoft said that there was a 775% increase in Microsoft Teams usage in
Italy due to the COVID-19 pandemic. The company estimates there are now 44 million daily
active users of Teams worldwide.[79]

Privacy
According to the USA PATRIOT Act, Microsoft has acknowledged that the U.S. government can access
data even if the hosting company is not American and the data is outside the U.S.[80][81] To address
concerns related to privacy and security, Microsoft has established the Microsoft Azure Trust Center.[82]
Microsoft Azure offers services that comply with multiple compliance programs, including ISO
27001:2005 and HIPAA. A comprehensive and up-to-date list of these services is available on the
Microsoft Azure Trust Center Compliance page.[83] It's worth noting that Microsoft Azure has received
JAB Provisional Authority to Operate (P-ATO) from the U.S. government under the Federal Risk and
Authorization Management Program (FedRAMP) guidelines. This program provides a standardized
approach to security assessment, authorization, and continuous monitoring for cloud services used by the
federal government.[84]

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

Incorrect code for


2012-02-29 calculating leap day
dates[85]
Misconfigured network
2012-07-26
device[86][87]
Expiry of an SSL
2013-02-22 Xbox Live, Xbox Music and Video also affected[89]
certificate[88]
Worldwide partial compute
2013-10-30
outage[90]
Azure storage upgrade
Xbox Live, Windows Store, MSN, Search, Visual Studio
2014-11-18 caused reduced capacity
Online among others were affected.[92]
across several regions[91]

2015-12-03 Active Directory issues[93]

2016-09-15 Global DNS outage[94]

2017-03-15 Storage tier issues[95]

2017-10-03 Fire system glitch[96]

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

Cooling system failure due


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

2019-05-02 DNS Migration Issue[99]


Authentication errors across multiple services using Azure
2021-03-15 OpenID Key removal[100] Active Directory for up to 16 hours

DNS issue impacting


2021-04-01 multiple Microsoft services Worldwide DNS issues with Azure services
[101]

An hacktivist group named Anonymous Sudan claimed to


DDoS attack on Azure have done a DDoS attack on Azure portal, that caused an
2023-06-09
Portal [102] outage of the Azure Portal and some others Microsoft cloud
services between ~15H UTC and ~17H30 UTC.

Certifications
A large variety of Azure certifications can be attained, each requiring one or multiple successfully
completed examinations.

Certification levels range from beginner, intermediate to expert.

Examples of common certifications include:

Azure Fundamentals
Azure Developer Associate
Azure Administrator Associate
Azure Data Engineers Associate
Azure Security Engineer Associate
Azure Solutions Architect Expert
Azure DevOps Engineer Expert

Key people
Dave Cutler, Lead Developer, Microsoft Azure[103]
Mark Russinovich, CTO, Microsoft Azure[104]
Scott Guthrie, Executive Vice President of the Cloud and AI group in Microsoft
Jason Zander, Executive Vice President, Microsoft Azure[105]
Julia White, Corporate Vice President, Microsoft Azure[106]

See also
Cloud-computing comparison
Comparison of file hosting services
Microsoft Azure Dev Tools for Teaching
CBL-Mariner

References

Citations
1. Srivastava, Amitabh (October 27, 2008). "Introducing Windows Azure" (https://web.archive.or
g/web/20100514093158/http://blogs.msdn.com/windowsazure/archive/2008/10/27/introduci
ng-windows-azure.aspx). msdn.com. Archived from the original (http://blogs.msdn.com/wind
owsazure/archive/2008/10/27/introducing-windows-azure.aspx) on May 14, 2010. Retrieved
April 3, 2021.
2. Wells, John C. (2008). Longman Pronunciation Dictionary (3rd ed.). Longman. ISBN 978-1-
4058-8118-0.
3. Jones, Daniel (2011). Roach, Peter; Setter, Jane; Esling, John (eds.). Cambridge English
Pronouncing Dictionary (18th ed.). Cambridge University Press. ISBN 978-0-521-15255-6.
4. "azure" (https://web.archive.org/web/20200204170343/https://www.lexico.com/definition/azu
re). Lexico UK English Dictionary. Oxford University Press. Archived from the original (http://
www.lexico.com/definition/azure) on February 4, 2020.
5. Luescher, Michel. "Why is there a 'reddog' DNS Suffix for my VM's?" (https://www.cloudelicio
us.net/why-is-there-a-reddog-dns-suffix-for-my-vms/). Cloudelicious. Retrieved June 26,
2018.
6. 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-idUK
KCN12K2JC). Reuters. Thomson Reuters. Retrieved October 21, 2016.
7. "Upcoming Name Change for Windows Azure" (https://web.archive.org/web/201807261846
58/https://azure.microsoft.com/). Microsoft Azure. March 24, 2014. Archived from the original
on July 26, 2018. Retrieved August 29, 2016.
8. "Directory of Azure Cloud Services | Microsoft Azure" (https://azure.microsoft.com/en-us/prod
ucts/). azure.microsoft.com. Retrieved May 9, 2023.
9. "How to monitor Microsoft Azure VMs" (https://www.datadoghq.com/blog/how-to-monitor-mic
rosoft-azure-vms/). Datadog. August 13, 2015. Retrieved March 19, 2019.
10. Chiappetta, Marco. "Ampere Continues Blazing A Trail For Efficient, High-Performance
Cloud Native Processors" (https://www.forbes.com/sites/marcochiappetta/2022/09/07/amper
e-continues-blazing-a-trail-for-efficient-high-performance-cloud-native-processors/). Forbes.
Retrieved January 26, 2023.
11. Vaughan-Nichols, Steven J. "Microsoft developer reveals Linux is now more used on Azure
than Windows Server" (https://www.zdnet.com/article/microsoft-developer-reveals-linux-is-n
ow-more-used-on-azure-than-windows-server/). ZDNet. Retrieved July 2, 2019.
12. "Meet Windows Azure event June 2012" (https://weblogs.asp.net/scottgu/archive/2012/06/0
7/meet-the-new-windows-azure.aspx). Weblogs.asp.net. June 7, 2012. Retrieved June 27,
2013.
13. "Web App Service - Microsoft Azure" (http://azure.microsoft.com/en-us/services/app-service/
web/). Microsoft.
14. "Azure Kubernetes Service (AKS)" (https://docs.microsoft.com/en-us/azure/aks/). Microsoft.
15. "Azure Identity and Access Management Solutions | Microsoft Azure" (https://azure.microsoft.
com/en-us/products/category/identity). azure.microsoft.com. Retrieved May 9, 2023.
16. "External Identities documentation" (https://docs.microsoft.com/en-us/azure/active-directory/
external-identities/). docs.microsoft.com. Retrieved June 18, 2022.
17. "Mobile Engagement - Microsoft Azure" (https://azure.microsoft.com/en-us/services/mobile-e
ngagement/). azure.microsoft.com. Retrieved July 27, 2016.
18. "HockeyApp - Microsoft Azure" (https://azure.microsoft.com/en-us/services/hockeyapp/).
azure.microsoft.com. Retrieved July 27, 2016.
19. "File Storage" (https://azure.microsoft.com/en-us/services/storage/files/). Microsoft. Retrieved
January 7, 2017.
20. Hassell, Jonathan (September 3, 2014). "Microsoft's StorSimple: A first look at the 8000
series" (http://www.computerworld.com/article/2600208/cloud-storage-microsofts-storsimple-
a-first-look-at-the-8000-series.html). Computerworld.
21. "Azure and CONNX" (http://www.connx.com/products/azure.html). CONNX. Retrieved
October 30, 2014.
22. "Azure Synapse Analytics | Microsoft Azure" (https://azure.microsoft.com/en-us/products/syn
apse-analytics). azure.microsoft.com. Retrieved May 9, 2023.
23. "SQL Data Warehouse | Microsoft Azure" (https://azure.microsoft.com/en-us/services/sql-dat
a-warehouse/). azure.microsoft.com. Retrieved May 23, 2019.
24. "Introduction to Azure Data Factory" (https://docs.microsoft.com/en-us/azure/data-factory/intr
oduction/). microsoft.com. Retrieved August 16, 2018.
25. "HDInsight | Cloud Hadoop" (http://azure.microsoft.com/en-us/services/hdinsight/).
Azure.microsoft.com. Retrieved July 22, 2014.
26. "Sanitization" (https://docs.particular.net/transports/azure-service-bus/sanitization).
docs.particular.net. Retrieved November 21, 2018.
27. sethmanheim. "Overview of Azure Service Bus fundamentals" (https://docs.microsoft.com/en
-us/azure/service-bus-messaging/service-bus-fundamentals-hybrid-solutions).
docs.microsoft.com. Retrieved December 12, 2017.
28. "Event Hubs" (https://azure.microsoft.com/en-us/services/event-hubs/). azure.microsoft.com.
Retrieved November 21, 2018.
29. BryanLa. "Azure REST API Reference" (https://docs.microsoft.com/en-us/rest/api/gettingstart
ed/). docs.microsoft.com. Retrieved September 15, 2021.
30. "Azure CDN Coverage by Metro | Microsoft Azure" (https://docs.microsoft.com/en-us/azure/c
dn/cdn-pop-locations). azure.microsoft.com. Retrieved January 20, 2023.
31. eamonoreilly. "Azure Automation Overview" (https://azure.microsoft.com/en-in/documentatio
n/articles/automation-intro/). azure.microsoft.com. Retrieved September 6, 2018.
32. "What is the Azure Face API?" (https://docs.microsoft.com/en-us/azure/cognitive-services/fac
e/overview#find-similar-faces). Microsoft. July 2, 2019. Retrieved November 29, 2019.
"Detect domain-specific content" (https://docs.microsoft.com/en-us/azure/cognitive-services/
computer-vision/concept-detecting-domain-content). Microsoft. February 7, 2019. Retrieved
November 29, 2019.
"Applying content tags to images" (https://docs.microsoft.com/en-us/azure/cognitive-service
s/computer-vision/concept-tagging-images). Microsoft. February 7, 2019. Retrieved
November 29, 2019.
"Detecting image types with Computer Vision" (https://docs.microsoft.com/en-us/azure/cogni
tive-services/computer-vision/concept-detecting-image-types). Microsoft. March 10, 2019.
Retrieved November 29, 2019.
33. Lardinois, Frederic (May 2, 2019). "Microsoft extends its Cognitive Services with
personalization service, handwriting recognition APIs and more" (https://techcrunch.com/201
9/05/02/microsoft-extends-its-cognitive-services-with-personalization-and-handwriting-recog
nition-apis/). TechCrunch. Retrieved November 29, 2019. "the Computer Vision API can now
understand more than 10,000 concepts, scenes and objects, together with 1 million
celebrities"
34. "Azure" (https://azure.microsoft.com/en-in/features/blockchain-workbench/). Azure. Retrieved
June 13, 2019.
35. "What is Microsoft Azure Functions? - Definition from WhatIs.com" (https://searchcloudcomp
uting.techtarget.com/definition/Microsoft-Azure-Functions). SearchCloudComputing.
Retrieved November 24, 2018.
36. "Azure Functions pricing" (https://azure.microsoft.com/en-us/pricing/details/functions/).
SearchCloudComputing. Retrieved June 18, 2022.
37. "Azure IoT Hub general availability overview" (https://azure.microsoft.com/en-us/blog/azure-i
ot-hub-ga-capability-overview/). Microsoft. Retrieved February 4, 2016.
38. "IoT Central | Microsoft Azure" (https://azure.microsoft.com/en-us/services/iot-central/).
azure.microsoft.com. Retrieved May 23, 2019.
39. 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-softwar
e-as-a-service/). ZDNet. Retrieved December 5, 2017.
40. Pietschmann, Chris (October 4, 2017). "Azure IoT Developer Kits (AZ3166) Have Arrived" (h
ttps://build5nines.com/azure-iot-developer-kits-az3166-have-arrived/). Build5Nines.com.
Retrieved October 4, 2017.
41. "Microsoft built its own custom Linux kernel for its new IoT service – TechCrunch" (https://tec
hcrunch.com/2018/04/16/microsoft-built-its-own-custom-linux-kernel-for-its-new-iot-service/).
techcrunch.com. April 16, 2018. Retrieved April 17, 2018.
42. Foley, Mary Jo. "Microsoft's Azure IoT Edge, now generally available, is key to Redmond's
IoT strategy | ZDNet" (https://www.zdnet.com/article/microsofts-azure-iot-edge-now-generall
y-available-is-key-to-redmonds-iot-strategy/). ZDNet. Retrieved August 15, 2018.
43. "Microsoft's edgy Open Enclave SDK goes cross platform" (https://www.theregister.co.uk/20
18/11/20/azure_iot_edge_open_enclave/). The Register.
44. Introducing Azure Orbital (https://azure.microsoft.com/en-us/blog/introducing-azure-orbital-pr
ocess-satellite-data-at-cloudscale/) Microsoft. September 22, 2020. Accessed July 30, 2021
45. SpaceX, SES to provide broadband for Microsoft’s Azure Space mobile data centers (https://
spacenews.com/spacex-ses-to-provide-broadband-for-microsofts-azure-space-mobile-data-
centers%E2%80%A8/) Space News. October 20, 2020. Accessed July 30, 2021
46. "SES Becomes Microsoft Azure Orbital Founding Connectivity Partner" (https://www.ses.co
m/press-release/ses-becomes-microsoft-azure-orbital-founding-connectivity-partner) (Press
release). SES. September 22, 2020. Retrieved July 30, 2021.
47. SpaceX launches first pair of O3b mPower satellites (https://spacenews.com/spacex-launch
es-first-pair-of-o3b-mpower-satellites/) SpaceNews. 16 December 2022. Accessed 27
December 2022
48. Moving space into the cloud (https://spacenews.com/microsoft-keane-interview/) Space
News. June 23, 2021. Accessed July 30, 2021
49. "Azure Regions | Microsoft Azure" (https://azure.microsoft.com/en-us/regions/).
azure.microsoft.com. Retrieved July 17, 2017.
50. "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-firs
t-african-data-centers-kicking-off-in-2018/). VentureBeat. May 18, 2017. Retrieved July 17,
2017.
51. Luescher, Michel (October 11, 2018). "Azure Region and Datacenter, find your best match"
(https://www.cloudelicious.net/azure-region-and-datacenter-find-your-best-match/).
Retrieved October 1, 2019.
52. "Microsoft Cloud datacenter regions now available in the UAE to help fuel the Middle East's
future economic ambitions – Middle East & Africa News Center" (https://news.microsoft.com/
en-xm/2019/06/19/microsoft-cloud-datacenter-regions-now-available-in-the-uae-to-help-fuel-
the-middle-easts-future-economic-ambitions/). news.microsoft.com. Retrieved March 10,
2022.
53. "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_rou
ndup_310818/). The Register.
54. "What is Windows Azure Fabric Controller (FC)? - Definition from WhatIs.com" (https://searc
hcloudcomputing.techtarget.com/definition/Windows-Azure-Fabric-Controller).
SearchCloudComputing. Retrieved October 29, 2018.
55. Petertaylor9999. "Enterprise Cloud Adoption: How does Azure work?" (https://docs.microsof
t.com/en-us/azure/architecture/cloud-adoption/getting-started/what-is-azure).
docs.microsoft.com. Retrieved October 29, 2018.
56. "Azure Repos – Git Repositories | Microsoft Azure" (https://azure.microsoft.com/en-us/servic
es/devops/repos/). azure.microsoft.com. Retrieved October 29, 2018.
57. "Microsoft Azure Developer Tools | Microsoft Azure" (https://azure.microsoft.com/en-us/tool
s/). azure.microsoft.com. Retrieved October 29, 2018.
58. rmcmurray. "Azure Toolkit for Eclipse" (https://docs.microsoft.com/en-us/java/azure/eclipse/a
zure-toolkit-for-eclipse?view=azure-java-stable). docs.microsoft.com. Retrieved October 29,
2018.
59. Welicki, Leon. "Announcing Azure Portal general availability" (https://azure.microsoft.com/en
-us/blog/announcing-azure-portal-general-availability/). Microsoft. Retrieved December 23,
2015.
60. FitzMacken, Tom. "Azure Resource Manager vs. classic deployment" (https://azure.microsof
t.com/en-us/documentation/articles/resource-manager-deployment-model/). Microsoft.
Retrieved September 16, 2016.
61. FitzMacken, Tom. "Azure Resource Manager overview" (https://azure.microsoft.com/en-us/d
ocumentation/articles/resource-group-overview/). Microsoft. Retrieved September 16, 2016.
62. Ray Ozzie: Bill Gates' Fifth Guy (https://redmondmag.com/articles/2005/03/15/ray-ozzie-bill-
gates-fifth-guy.aspx), redmondmag, 2005-03-15.
63. Red Dog: Five questions with Microsoft mystery man Dave Cutler (https://www.zdnet.com/art
icle/red-dog-five-questions-with-microsoft-mystery-man-dave-cutler/), ZDNet, 2009-02-25.
64. The engineer’s engineer: Computer industry luminaries salute Dave Cutler’s five-decade-
long quest for quality (https://news.microsoft.com/features/the-engineers-engineer-computer-
industry-luminaries-salute-dave-cutlers-five-decade-long-quest-for-quality/), Microsoft News
Center, 2016-04-15.
65. "Ray Ozzie announces Windows Azure" (https://www.zdnet.com/article/ray-ozzie-announces
-windows-azure/). ZDNet. Retrieved October 28, 2008.
66. "Windows Azure General Availability" (https://blogs.microsoft.com/blog/2010/02/01/windows
-azure-general-availability/). blogs.microsoft.com. February 1, 2010.
67. Pietschmann, Chris (February 2017). "Happy 7th Birthday Microsoft Azure!" (https://build5nin
es.com/happy-7th-birthday-microsoft-azure/). Build5Nines.com. Retrieved February 1, 2017.
68. "SQL Azure SU3 is Now Live and Available in 6 Datacenters Worldwide" (https://web.archiv
e.org/web/20130620102005/http://blogs.msdn.com/b/sqlazure/archive/2010/06/25/1003046
1.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.
69. "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-l
earning-combines-power-of-comprehensive-machine-learning-with-benefits-of-cloud/).
blogs.microsoft.com. June 16, 2014.
70. "Human Error Caused Microsoft Azure Outage" (http://www.cloudwards.net/news/human-err
or-caused-microsoft-azure-outage-5776//). Cloudwards.net. December 20, 2014.
71. "What is the relationship between Azure Cloud Switch and SONiC?" (https://github.com/Azu
re/SONiC/wiki/FAQ). Github.com. February 15, 2020.
72. "Announcing Azure Portal general availability" (https://azure.microsoft.com/en-us/blog/anno
uncing-azure-portal-general-availability/). Azure.microsoft.com.
73. Fussell, Mark. "Azure Service Fabric is GA!" (https://azure.microsoft.com/en-us/blog/azure-s
ervice-fabric-is-ga/). Microsoft. Retrieved March 31, 2016.
74. "Microsoft Azure gets a new Logo and a Manifesto" (https://build5nines.com/microsoft-azure-
gets-a-new-logo-and-a-manifesto/). Build5Nines.com. September 26, 2017. Retrieved
January 9, 2018.
75. Daniel, Chacko. "Azure Service Fabric is now in public preview" (https://azure.microsoft.co
m/en-us/blog/azure-service-fabric-mesh-is-now-in-public-preview/). Microsoft Azure.
Microsoft. Retrieved July 16, 2018.
76. "Azure IoT Central is now available" (https://azure.microsoft.com/en-us/updates/azure-iot-ce
ntral-is-now-available/). Microsoft Azure. Microsoft. Retrieved September 24, 2018.
77. "Microsoft has signed up to the Open Invention Network. We repeat. Microsoft has signed up
to the OIN" (https://www.theregister.co.uk/2018/10/10/microsoft_open_invention_network/).
The Register.
78. "Azure Front Door Service is now available" (https://azure.microsoft.com/en-us/updates/azur
e-front-door-service-is-now-available/).
79. "Microsoft cloud services continuity" (https://azure.microsoft.com/en-us/blog/update-2-on-mic
rosoft-cloud-services-continuity/). Retrieved March 28, 2020.
80. Toor, Amar (June 30, 2011). "Microsoft: European cloud data may not be immune to the
Patriot Act" (https://www.engadget.com/2011/06/30/microsoft-european-cloud-data-may-not-
be-immune-to-the-patriot/). Engadget.com. Retrieved June 27, 2013.
81. "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
82. "Microsoft Azure Trust Center" (http://www.windowsazure.com/en-us/support/trust-center/).
Windowsazure.com. Retrieved June 27, 2013.
83. "Microsoft Azure Trust Center Compliance" (http://azure.microsoft.com/en-us/support/trust-ce
nter/compliance/). Windowsazure.com. Retrieved June 27, 2013.
84. "FedRAMP Compliant Cloud Systems" (https://web.archive.org/web/20141022020746/http://
cloud.cio.gov/fedramp/cloud-systems). cloud.cio.gov. Archived from the original (https://clou
d.cio.gov/fedramp/cloud-systems) on October 22, 2014. Retrieved October 15, 2014.
85. "Summary of Windows Azure Service Disruption on Feb 29th, 2012" (https://azure.microsoft.
com/en-us/blog/summary-of-windows-azure-service-disruption-on-feb-29th-2012/).
Azure.microsoft.com. March 9, 2012. Retrieved July 12, 2017.
86. "Windows Azure outage hits Europe" (http://gigaom.com/cloud/windows-azure-outage-hits-e
urope/). Gigaom.com. July 26, 2012. Retrieved June 27, 2013.
87. "Microsoft pins Azure outage on network miscue" (http://gigaom.com/cloud/microsoft-pins-az
ure-outage-on-network-miscue/). Gigaom.com. July 27, 2012. Retrieved June 27, 2013.
88. "Cloud Reliability" (https://web.archive.org/web/20110726003600/http://www.windowstricks.i
n/2011/06/cloud-reliability.html). windowstricks.in. Archived from the original (https://www.wi
ndowstricks.in/2011/06/cloud-reliability.html) on July 26, 2011. Retrieved May 9, 2023.
89. Bishop, Bryan (February 22, 2013). "Xbox Live and Windows Azure suffering from extended
outages" (https://www.theverge.com/2013/2/22/4019772/xbox-live-and-windows-azure-suffe
ring-from-extended-outages). Theverge.com. Retrieved June 27, 2013.
90. "Microsoft's Windows Azure cloud hit by worldwide management interuption [sic]" (http://ww
w.pcworld.com/article/2059901/microsofts-windows-azure-cloud-hit-by-worldwide-managem
ent-interuption.html). www.pcworld.com. October 31, 2013. Retrieved November 3, 2013.
91. Zander, Jason. "Update on Azure Storage Service Interruption" (http://azure.microsoft.com/bl
og/2014/11/19/update-on-azure-storage-service-interruption/). Microsoft. Retrieved
December 5, 2014.
92. Foley, Mary J. "Microsoft says Storage service performance update brought Azure down" (htt
ps://www.zdnet.com/article/microsoft-says-storage-service-performance-update-brought-azur
e-down/). ZD.NET. Retrieved December 5, 2014.
93. "European Office 365 and Microsoft Azure users hit by service outage" (http://www.computer
weekly.com/news/4500259905/European-Office-365-and-Microsoft-Azure-users-hit-by-servi
ce-outage). Retrieved September 6, 2018.
94. Foley, Mary Jo. "Global DNS outage hits Microsoft Azure customers - ZDNet" (https://www.z
dnet.com/article/global-dns-outage-hits-microsoft-azure-customers/). ZDNet. Retrieved
September 6, 2018.
95. "Microsoft confirms Azure storage issues around the world (updated)" (https://venturebeat.co
m/2017/03/15/microsoft-confirms-azure-storage-issues-around-the-world/). March 16, 2017.
Retrieved September 6, 2018.
96. "Microsoft Says Azure Outage Caused by Accidental Fire-Suppression Gas Release" (http://
www.datacenterknowledge.com/uptime/microsoft-says-azure-outage-caused-accidental-fire-
suppression-gas-release). October 4, 2017. Retrieved September 10, 2018.
97. "Microsoft Azure suffers major outage" (https://www.itproportal.com/news/microsoft-azure-suf
fers-major-outage/). June 20, 2018. Retrieved September 6, 2018.
98. Foley, Mary Jo. "Microsoft South Central U.S. datacenter outage takes down a number of
cloud services - ZDNet" (https://www.zdnet.com/article/microsoft-south-central-u-s-datacente
r-outage-takes-down-a-number-of-cloud-services/). ZDNet. Retrieved September 6, 2018.
99. Pietschmann, Chris (May 3, 2019). "May 2, 2019: Major Azure Outage Due to DNS Migration
Issue" (https://build5nines.com/may-2-2019-major-azure-outage-due-dns-migration-issue/).
Build5Nines.com. Retrieved May 3, 2019.
100. "March 16, 2021: Microsoft's latest cloud authentication outage: What went wrong" (https://w
ww.zdnet.com/article/microsofts-latest-cloud-authentication-outage-what-went-wrong/).
ZDNet.
101. "RCA - DNS issue impacting multiple Microsoft services (Tracking ID GVY5-TZZ)" (https://st
atus.azure.com/en-us/status/history/). Azure.
102. "DDoS attack on Azure Portal (Tracking ID QNPD-NC8)" (https://status.azure.com/en-us/stat
us/history/). Azure.
103. "The engineer's engineer: Computer industry luminaries salute Dave Cutler's five-decade-
long quest for quality" (https://news.microsoft.com/features/the-engineers-engineer-computer
-industry-luminaries-salute-dave-cutlers-five-decade-long-quest-for-quality/). Stories. April
15, 2016. Retrieved November 19, 2020.
104. "Mark Russinovich - Blog - Microsoft Azure" (https://azure.microsoft.com/en-us/blog/author/m
arkruss/). azure.microsoft.com.
105. "Jason Zander - Blog - Microsoft Azure" (https://azure.microsoft.com/en-us/blog/author/jason
z/). azure.microsoft.com.
106. "Julia White - Blog - Microsoft Azure" (https://azure.microsoft.com/en-us/blog/author/julwhit
e/). azure.microsoft.com.

Sources
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.co
m/download/e/4/3/e43bb484-3b52-4fa8-a9f9-ec60a32954bc/Azure_Services_Platform.pdf)
(PDF). Microsoft.
Roine, Jussi (2019). "Modern Business Powered by Microsoft Azure" (https://sharegate.com/
modern-business-azure-volume-1) (PDF) (downloadable ebook). ShareGate.
"Stairway to Azure (3): Componentes de Cómputo y Almacenamiento" (http://blogs.msdn.co
m/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-azu
re/1299/microsoft-azure-platform-services-overview). DNC Magazine. August 2016.
Kranthi, Kiran (May 2020). "Get to know Azure Multi-factor Authentication (MFA)" (https://sak
eta.com/blog/azure-multi-factor-authentication/). Saketa.

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

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

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy