Skip to content
Surf Wiki
Save to docs
technology/computing

From Surf Wiki (app.surf) — the open knowledge base

Microsoft Azure

Cloud computing platform by Microsoft

Microsoft Azure

Cloud computing platform by Microsoft

FieldValue
logoMicrosoft Azure.svg
logo size120px
nameMicrosoft Azure
developerMicrosoft
website
licenseProprietary for platform, MIT License for client SDKs
released
ver layoutstacked
operating systemLinux, Microsoft Windows, macOS, iOS, Android
genreWeb service, cloud computing

Microsoft Azure, sometimes stylized Azure, and formerly Windows Azure, is the cloud computing platform developed by Microsoft. It offers management, access and development of applications and services to individuals, companies, and governments through its global infrastructure. It also provides capabilities that are usually not included within other cloud platforms, 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.

Azure was first introduced at the Professional Developers Conference (PDC) in October 2008 under the codename "Project Red Dog". It was officially launched as Windows Azure in February 2010 and later renamed to Microsoft Azure on March 25, 2014.

Services

Microsoft Azure uses large-scale virtualization at Microsoft data centers worldwide and offers more than 600 services. Microsoft Azure offers a service level agreement (SLA) that guarantees 99.9% availability for applications and data hosted on its platform, subject to specific terms and conditions outlined in the SLA documentation.

Computer services

  • Virtual machines, infrastructure as a service (IaaS), allowing users to launch general-purpose Microsoft Windows and Linux virtual machines, software as a service (SaaS), as well as preconfigured machine images for popular software packages.
    • Starting in 2022, these virtual machines are now powered by Ampere Cloud-native processors.
    • Most users run Linux on Azure, some of the many Linux distributions offered, including Microsoft's own Linux-based Azure Sphere.
  • App services, platform as a service (PaaS) environment, letting developers easily publish and manage websites.
  • Azure Web Sites allows developers to build sites using ASP.NET, PHP, Node.js, Java, or Python, which can be deployed using FTP, Git, Mercurial, Azure DevOps, or uploaded through the user portal. This feature was announced in preview form in June 2012 at the Meet Microsoft Azure event. 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.
  • Web Jobs 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 Web Apps and Web Jobs and to provide state.
  • Azure Kubernetes Service (AKS) provides the capability to deploy production-ready Kubernetes clusters in Azure.
  • In July 2023, watermarking support on Azure Virtual Desktop was announced as an optional feature of Screen Capture to provide additional security against data leakage.

Identity

  • Entra ID connect is used to synchronize on-premises directories and enable SSO (Single Sign On).
  • Entra ID B2C allows the use of consumer identity and access management in the cloud.
  • Entra 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.
  • Entra ID External Identities is a set of capabilities that allow organizations to collaborate with external users, including customers and partners.
  • On July 11, 2023, Microsoft announced the renaming of Azure AD to Microsoft Entra ID. The name change took place four days later.

Mobile services

  • Mobile Engagement collects real-time analytics that highlight users' behavior. It also provides push notifications to mobile devices.
  • HockeyApp can be used to develop, distribute, and beta-test mobile apps.

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 the 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 object storage 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.

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.
  • 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.
  • Azure Synapse Analytics is a fully managed cloud data warehouse.
  • 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.
  • 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 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, websites, 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:

  • Event Hubs, which provides event and telemetry ingress to the cloud at a 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.
  • Queues, which allows 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 provides 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 provides bi-directional communication. Unlike queues and topics, a relay does not store in-flight messages in its 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.

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

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.
  • Microsoft SMA

Azure AI

  • Microsoft Azure Machine Learning (Azure ML) provides tools and frameworks for developers to create their own machine learning and artificial intelligence (AI) services.
  • Azure AI Services by Microsoft comprises 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 AI Services.
  • Microsoft Foundry (formerly known as Azure AI Studio) can be used for building and deploying generative AI applications, notably using OpenAI's foundation model GPT-4o.

Azure Blockchain Workbench

Through Azure 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.

Azure Function

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. Customers using Azure functions are billed based on per-second resource consumption and executions.

Internet of Things (IoT)

  • Azure IoT Hub enables the connection, monitoring, and management of a large number of IoT assets. On February 4, 2016, Microsoft announced the General Availability of the Azure IoT Hub service.
  • 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. On December 5, 2017, Microsoft announced the Public Preview of Azure IoT Central, its Azure IoT SaaS service.
  • On October 4, 2017, Microsoft began shipping GA versions of the official Microsoft Azure IoT Developer Kit (Devkit) board, manufactured by MX Chip.
  • 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.
  • On May 7, 2018, Microsoft announced the launch of Azure Maps, an enterprise maps API and SDK platform.
  • On June 27, 2018, Microsoft launched Azure IoT Edge, used to run Azure services and artificial intelligence on IoT devices.
  • On November 20, 2018, Microsoft launched the Open Enclave SDK for cross-platform systems such as ARM Trust Zone and Intel SGX.

Azure Local

Azure Local (previously Azure Stack HCI) is a hyper-converged infrastructure (HCI) product that uses validated hardware to run virtualized workloads on-premises to consolidate aging infrastructure and connect to Azure for cloud services.

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.

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. 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.

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 connections are faster than terrestrial networks in certain parts of the world, including specific locations in the USA.

Azure Container Storage

In August 2024, Azure introduced the industry's first platform-managed container-native storage solution in the public cloud. This service supports Ephemeral Disks (Local NVMe/Temp SSD) and Azure Disks, offering a robust storage solution tailored for containerized applications.

Azure Quantum

Released for public preview in 2021. Azure Quantum provides access to quantum hardware and software. The public cloud computing platform includes multiple quantum hardware modalities including trapped ion, neutral atom, and superconducting systems.

Azure Quantum Elements software for computational chemistry and materials science combines AI, high-performance computing and quantum processors to run molecular simulations and calculations. The service includes Copilot, a GPT-4 based large language model tool to query and visualize data, write code, and initiate simulations.

In 2021, Microsoft developed the quantum programming language Q# (pronounced Q Sharp) and an open-source quantum development kit for algorithm development and simulation.

In 2023, Microsoft developed Quantum Intermediate Representation (QIR) from LLVM as a common interface between programming languages and target quantum processors.

The Azure Quantum Resource Estimator estimates the resources required to execute a given quantum algorithm on a fault-tolerant quantum computer. It can also show how future quantum computers will impact today's encryption algorithms.

Regional expansion

As of 2018, Azure was available in 54 regions, and Microsoft was the first primary cloud provider to establish facilities in Africa, with two regions in South Africa. Azure geographies consist of multiple Azure Regions, like "North Europe" (located in Dublin, Ireland) and "West Europe" (located in Amsterdam, Netherlands).

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. On March 6, 2025, the company announced a strategic partnership with the Government of Kuwait, represented by the Central Agency for Information Technology (CAIT) and the Communication and Information Technology Regulatory Authority (CITRA). This collaboration aims to accelerate digital transformation efforts aligned with Kuwait's Vision 2035. The partnership will focus on creating an AI-powered Azure Region to enhance local AI capabilities, stimulate economic growth, and drive innovation across various industries.

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.

Design

Microsoft Azure utilizes a specialized operating system with the same name to power its "fabric layer". 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 is 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.

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.

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.

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. 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. In the classic model, each resource, like a virtual machine or SQL database, had to be managed separately, but in 2014, 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. The classic model will eventually be phased out.

Infrastructure development

In January 2025, Microsoft announced plans to invest $80 billion in AI and data centers as part of its fiscal year 2025 budget. This investment would enhance the scalability and performance of Azure's cloud infrastructure, which supports AI-driven applications, including services developed through Microsoft's partnership with OpenAI.

History and timeline

Azure logo used from 2010 to 2012, under Windows Azure name

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 chief technology officers. Ozzie met with Amitabh Srivastava, which let Srivastava change course. They convinced Dave Cutler to postpone his retirement, and their teams developed a cloud operating system.

  • October 2008 (PDC LA) – Announced the Windows Azure Platform.
  • March 2009 – Announced SQL Azure Relational Database.
  • November 2009 – Updated Windows Azure CTP, Enabled full trust, PHP, Java, CDN CTP, and more.
  • February 1, 2010 – Windows Azure Platform commercially available.
  • June 2010 – Windows Azure Update, .NET Framework 4, OS Versioning, CDN, SQL Azure Update.
  • 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, ARM Portal introduced at Build 2014.
  • July 2014 – Azure Machine Learning public preview.
  • November 2014 – Outage affecting major websites, including MSN.com.
  • September 2015 – Azure Cloud Switch introduced as a cross-platform Linux distribution. Currently known as SONiC.
  • December 2015 – Azure ARM Portal (codename "Ibiza") released.
  • March 2016 – Azure Service Fabric is generally available.
  • November 15, 2016 – Azure Functions is generally available.
  • May 10, 2017 – Azure Cosmos DB is generally available.
  • May 7, 2018 – Azure Maps is generally available.
  • July 16, 2018 – Azure Service Fabric Mesh public preview.
  • September 24, 2018 – Microsoft Azure IoT Central is generally available.
  • October 10, 2018 – Microsoft joins the Linux-oriented group Open Invention Network.
  • April 17, 2019 – Azure Front Door Service is now available.
  • 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.
  • January 17, 2023 – Azure OpenAI Service is generally available.

At fiscal year-end 2025, Microsoft reported that Azure surpassed US$75 billion in annual revenue and operated over 400 datacenters across 70 regions.

Privacy

According to the 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. To address concerns related to privacy and security, Microsoft has established the Microsoft Azure Trust Center. 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. Microsoft Azure 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.

Controversies

Microsoft Azure has faced significant criticism from human rights advocates and activists under the campaign No Azure for Apartheid, which accuses the company of providing cloud and AI services to entities involved in oppressive policies, particularly in occupied Palestinian territories. Critics argue that Azure's technology could enable surveillance, displacement, and systemic discrimination, drawing parallels to historic complicity in apartheid regimes. Similar concerns have been raised about other tech giants, like with the No Tech for Apartheid, but Microsoft's government contracts and military partnerships have placed it under intense scrutiny. Protesters demand transparency, ethical oversight, and the termination of contracts that may facilitate human rights violations. Microsoft has defended its compliance with international laws, but opponents insist that mere legal adherence is insufficient when technologies could exacerbate oppression. The debate reflects broader tensions between corporate profits, technological ethics, and accountability in conflict zones.

Significant outages

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

DateCauseNotes
2012-02-29Incorrect code for calculating leap day dates
2012-07-26Misconfigured network device
2013-02-22Expiry of an SSL certificateXbox Live, Xbox Music and Video also affected
2013-10-30Worldwide partial compute outage
2014-11-18last=Zanderfirst=Jasontitle=Update on Azure Storage Service Interruptionurl=http://azure.microsoft.com/blog/2014/11/19/update-on-azure-storage-service-interruption/publisher=Microsoftaccess-date=December 5, 2014archive-date=November 29, 2014archive-url=https://web.archive.org/web/20141129201848/http://azure.microsoft.com/blog/2014/11/19/update-on-azure-storage-service-interruption/url-status=live}}last1=Foleyfirst1=Mary J.title=Microsoft says Storage service performance update brought Azure downurl=https://www.zdnet.com/article/microsoft-says-storage-service-performance-update-brought-azure-down/website=ZD.NETaccess-date=December 5, 2014archive-date=December 9, 2014archive-url=https://web.archive.org/web/20141209105910/http://www.zdnet.com/article/microsoft-says-storage-service-performance-update-brought-azure-down/url-status=live}}
2015-12-03Active Directory issues
2016-09-15Global DNS outage
2017-03-15Storage tier issues
2017-10-03Fire system glitch
2018-06-20Cooling system failureNorth Europe region experienced 11 hours of downtime.
2018-09-04Cooling system failure due to inadequate surge protection (lightning strike)Brought down numerous services in multiple regions for over 25 hours, with some services remaining affected until three days later.
2019-05-02DNS Migration Issue
2021-03-15OpenID Key removalAuthentication errors across multiple services using Azure Active Directory for up to 16 hours.
2021-04-01DNS issue impacting multiple Microsoft servicesWorldwide DNS issues with Azure services.
2023-06-09DDoS attack on Azure PortalA hacktivist group named *Anonymous Sudan* claimed to have done a DDoS attack on Azure portal, that caused an outage of the Azure Portal and some others Microsoft cloud services between ~15H UTC and ~17H30 UTC.
2025-10-29DNS misconfigurationA global DNS outage in October 2025 disrupted services across Microsoft platforms including Microsoft 365, Xbox Live, and Minecraft. Large companies such as Costco, Kroger, Starbucks, and Capital One were also affected.

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 Data Fundamentals
  • Azure AI Engineer Associate
  • Azure AI Fundamentals
  • Azure Cosmos DB Developer Specialty
  • Azure Administrator Associate
  • Azure Data Engineer Associate
  • Azure Data Scientist Associate
  • Azure Database Administrator Associate
  • Azure Developer Associate
  • Azure Enterprise Data Analyst Associate
  • Azure Security Engineer Associate
  • Azure Security Operations Analyst Associate
  • Azure Identity and Access Administrator Associate
  • Azure Security, Compliance, and Identity Fundamentals
  • Azure Network Engineer Associate
  • Azure Windows Server Hybrid Administrator Associate
  • Azure Virtual Desktop Specialty
  • Azure for SAP Workloads Specialty
  • Azure Customer Data Platform Specialty
  • Azure Cybersecurity Architect Expert
  • Azure Solutions Architect Expert
  • Azure Power Platform Solution Architect Expert
  • Azure DevOps Engineer Expert
  • Azure IoT Developer Specialty
  • Azure Stack Hub Operator Associate
  • Azure Machine Learning Specialty

Key people

  • Dave Cutler, Lead Developer, Microsoft Azure
  • Mark Russinovich, CTO, Microsoft Azure
  • Scott Guthrie, Executive Vice President of the Cloud and AI group in Microsoft
  • Jason Zander, Executive Vice President, Microsoft Azure
  • Julia White, Corporate Vice President, Microsoft Azure

Issues

Microsoft Azure's services can have varied and complex pricing models. The Azure Portal can be slow and prone to user errors.

Security

In August 2021, researchers from Wiz Research claimed to have discovered a vulnerability in the Azure Cosmos DB database, referred to as "ChaosDB." They claimed that they had gained complete unrestricted access to the accounts and databases of several thousand Microsoft Azure customers. In August 2021, Microsoft claimed they mitigated the vulnerability and no customer data was accessed.

In September 2021, researchers from Palo Alto Networks claimed to discover a significant cross-account takeover vulnerability in Azure Container Instances, named "Azurescape". According to Palo Alto Networks' researchers, this vulnerability is the first known instance that allows one user of a public cloud service to escape their environment and execute code on other users' environments within the same service. Although Microsoft quickly patched the issue, Palo Alto Networks advised Azure customers to revoke any privileged credentials deployed before August 31, 2021, as a precaution. In September 2021, Microsoft claimed they fixed the vulnerability.

In September 2021, researchers from Wiz Research claimed they found four critical vulnerabilities in the Open Management Infrastructure (OMI), which is Azure's software agent deployed on a large portion of Linux VMs in Azure. The researchers named it "OMIGOD" and claimed that these vulnerabilities allowed for remote code execution within the Azure network and could escalate privileges to root. They claimed that the vulnerabilities affected various Azure services, including Azure Log Analytics, Azure Diagnostics, and Azure Security Center. In response, Microsoft announced that it had released fixes for the aforementioned vulnerabilities in September 2021.

In July 2023, U.S. Senator Ron Wyden called on the Cybersecurity and Infrastructure Security Agency (CISA), the Justice Department, and the Federal Trade Commission to hold Microsoft accountable for what he described as "negligent cybersecurity practices." This came in the wake of an alleged cyberattack orchestrated by Chinese hackers, who exploited a vulnerability in Microsoft's software to compromise U.S. government email systems. Similarly, Amit Yoran, the CEO of cybersecurity firm Tenable, Inc., lambasted Microsoft for what he termed "grossly irresponsible" actions, accusing the company of fostering a "culture of toxic obfuscation." The Cyber Safety Review Board produced a report that blamed Microsoft about a cascade of security failures that allowed the intrusion to succeed. Microsoft's security culture was called inadequate.

References

Citations

Sources

References

  1. (27 Oct 2008). "Introducing Windows Azure".
  2. Abandy, Roosevelt. (Aug 24, 2022). "The History of Microsoft Azure". Microsoft Tech Community.
  3. (October 20, 2016). "Microsoft shares hit high as cloud business flies above estimates". [[Thomson Reuters]].
  4. (March 24, 2014). "Upcoming Name Change for Windows Azure". Microsoft Azure.
  5. "Directory of Azure Cloud Services | Microsoft Azure".
  6. "Azure Service Level Agreements".
  7. (August 13, 2015). "How to monitor Microsoft Azure VMs". Datadog.
  8. Chiappetta, Marco. "Ampere Continues Blazing A Trail For Efficient, High-Performance Cloud Native Processors".
  9. Vaughan-Nichols, Steven J.. "Microsoft developer reveals Linux is now more used on Azure than Windows Server".
  10. (June 7, 2012). "Meet Windows Azure event June 2012". Weblogs.asp.net.
  11. "Web App Service – Microsoft Azure". Microsoft.
  12. "Azure Kubernetes Service (AKS)". Microsoft.
  13. "Azure Virtual Desktop Watermarking Support".
  14. "Azure Identity and Access Management Solutions | Microsoft Azure".
  15. "External Identities documentation". docs.microsoft.com.
  16. Chik, Joy. (2023-07-11). "Microsoft Entra expands into Security Service Edge and Azure AD becomes Microsoft Entra ID".
  17. "Mobile Engagement – Microsoft Azure". azure.microsoft.com.
  18. "HockeyApp – Microsoft Azure". azure.microsoft.com.
  19. "File Storage". Microsoft.
  20. Hassell, Jonathan. (September 3, 2014). "Microsoft's StorSimple: A first look at the 8000 series". Computerworld.
  21. "Azure and CONNX". CONNX.
  22. "Azure Synapse Analytics | Microsoft Azure".
  23. "SQL Data Warehouse {{!}} Microsoft Azure".
  24. "Introduction to Azure Data Factory".
  25. "HDInsight | Cloud Hadoop".
  26. "Sanitization".
  27. sethmanheim. "Overview of Azure Service Bus fundamentals".
  28. "Event Hubs".
  29. "Top 37 Cloud Platform as a Service (PaaS) Tools".
  30. BryanLa. "Azure REST API Reference".
  31. "Azure CDN Coverage by Metro {{!}} Microsoft Azure".
  32. AaronMaxwell. (2023-03-01). "Monitor Azure App Service performance – Azure Monitor".
  33. chcomley. (2022-10-10). "What is Azure DevOps? – Azure DevOps".
  34. eamonoreilly. "Azure Automation Overview".
  35. (2019-07-02). "What is the Azure Face API?".
  36. Lardinois, Frederic. (2019-05-02). "Microsoft extends its Cognitive Services with personalization service, handwriting recognition APIs and more". TechCrunch.
  37. Yeung, Ken. (2024-05-21). "Microsoft's AI Azure Studio is now generally available and supports OpenAI's GPT-4o".
  38. "Azure". Azure.
  39. "What is Microsoft Azure Functions? - Definition from WhatIs.com". SearchCloudComputing.
  40. "Azure Functions pricing". SearchCloudComputing.
  41. "Azure IoT Hub general availability overview". Microsoft.
  42. "IoT Central {{!}} Microsoft Azure".
  43. Foley, Mary Jo. "Microsoft delivers public preview of its new Azure IoT software as a service".
  44. timlt. (2023-06-27). "Connect an MXCHIP AZ3166 to Azure IoT Hub quickstart".
  45. (April 16, 2018). "Microsoft built its own custom Linux kernel for its new IoT service – TechCrunch".
  46. Foley, Mary Jo. "Microsoft's Azure IoT Edge, now generally available, is key to Redmond's IoT strategy". ZDNet.
  47. "Microsoft's edgy Open Enclave SDK goes cross platform".
  48. "Renaming Azure Stack HCI to Azure Local".
  49. JasonGerend. (2023-04-17). "Azure Stack HCI solution overview – Azure Stack HCI".
  50. [https://azure.microsoft.com/en-us/blog/introducing-azure-orbital-process-satellite-data-at-cloudscale/ ''Introducing Azure Orbital''] {{Webarchive. link. (August 16, 2021 Microsoft. September 22, 2020. Accessed July 30, 2021)
  51. "Azure Space partners bring deep expertise to new venture".
  52. (September 22, 2020). "SES Becomes Microsoft Azure Orbital Founding Connectivity Partner". SES.
  53. [https://spacenews.com/spacex-launches-first-pair-of-o3b-mpower-satellites/ ''SpaceX launches first pair of O3b mPower satellites''] SpaceNews. 16 December 2022. Accessed 27 December 2022
  54. [https://spacenews.com/microsoft-keane-interview/ ''Moving space into the cloud''] Space News. June 23, 2021. Accessed July 30, 2021
  55. "Azure updates {{!}} Microsoft Azure".
  56. (1 Feb 2021). "Microsoft's quantum cloud computing plans take another big step forward".
  57. "What is Azure Quantum?".
  58. (22 Jun 2023). "Microsoft Debuts Azure Quantum Elements and Azure Quantum Copilot LLM".
  59. (29 Sep 2020). "Microsoft taps LLVM for quantum computing".
  60. (29 Jun 2024). "The Azure Quantum Resource Estimator: An In-Depth Look at an Important Quantum Tool".
  61. "Azure Regions {{!}} Microsoft Azure".
  62. Azure, Microsoft. (2019-03-06). "Microsoft opens first datacenters in Africa with general availability of Microsoft Azure {{!}} Azure Blog {{!}} Microsoft Azure".
  63. "Microsoft Cloud datacenter regions now available in the UAE to help fuel the Middle East's future economic ambitions – Middle East & Africa News Center".
  64. "Microsoft strengthens partnership with Kuwait Government, announces intent to establish AI powered Azure Region to accelerate AI transformation and drive economic growth – Middle East & Africa News Center".
  65. (2025-03-08). "Microsoft to Develop AI-Powered Azure Cloud Region in Kuwait".
  66. Comment, Georgia Butler. (2025-03-07). "Microsoft to develop Azure cloud region in Kuwait".
  67. "Google goes bilingual, Facebook fleshes out translation and TensorFlow is dope – And, Microsoft is assisting fish farmers in Japan".
  68. "Enterprise Cloud Adoption: How does Azure work?".
  69. "Azure Repos – Git Repositories {{!}} Microsoft Azure".
  70. "Microsoft Azure Developer Tools {{!}} Microsoft Azure".
  71. rmcmurray. "Azure Toolkit for Eclipse".
  72. Welicki, Leon. (December 2, 2015). "Announcing Azure Portal general availability". Microsoft.
  73. FitzMacken, Tom. "Azure Resource Manager vs. classic deployment". Microsoft.
  74. FitzMacken, Tom. "Azure Resource Manager overview". Microsoft.
  75. (January 3, 2025). "Microsoft expects to spend $80 billion on AI, data centers in FY 2025".
  76. [https://redmondmag.com/articles/2005/03/15/ray-ozzie-bill-gates-fifth-guy.aspx Ray Ozzie: Bill Gates' Fifth Guy] {{Webarchive. link. (January 20, 2021 , redmondmag, 2005-03-15.)
  77. [https://www.zdnet.com/article/red-dog-five-questions-with-microsoft-mystery-man-dave-cutler/ Red Dog: Five questions with Microsoft mystery man Dave Cutler] {{Webarchive. link. (August 5, 2020 , ZDNet, 2009-02-25.)
  78. [https://news.microsoft.com/features/the-engineers-engineer-computer-industry-luminaries-salute-dave-cutlers-five-decade-long-quest-for-quality/ The engineer's engineer: Computer industry luminaries salute Dave Cutler's five-decade-long quest for quality] {{Webarchive. link. (November 8, 2020 , Microsoft News Center, 2016-04-15.)
  79. "Ray Ozzie announces Windows Azure".
  80. (February 1, 2010). "Windows Azure General Availability".
  81. "SQL Azure SU3 is Now Live and Available in 6 Datacenters Worldwide". Microsoft.
  82. (June 16, 2014). "Microsoft Azure Machine Learning combines power of comprehensive machine learning with benefits of cloud".
  83. (December 2014). "Microsoft's Azure Cloud Goes Down – Again". The Availability Digest.
  84. (February 15, 2020). "What is the relationship between Azure Cloud Switch and SONiC?".
  85. (December 2, 2015). "Announcing Azure Portal general availability".
  86. Fussell, Mark. (March 31, 2016). "Azure Service Fabric is GA!". Microsoft.
  87. Azure, Microsoft. (2016-11-15). "Announcing general availability of Azure Functions".
  88. Shukla, Dharma. (2017-05-10). "Azure Cosmos DB: The industry's first globally-distributed, multi-model database service".
  89. "Azure Maps now Generally Available {{!}} Azure updates {{!}} Microsoft Azure".
  90. Daniel, Chacko. (July 16, 2018). "Azure Service Fabric is now in public preview". Microsoft.
  91. "Azure IoT Central is now available". Microsoft.
  92. "Microsoft has signed up to the Open Invention Network. We repeat. Microsoft has signed up to the OIN".
  93. "Azure Front Door Service is now available".
  94. (March 28, 2020). "Microsoft cloud services continuity".
  95. Boyd, Eric. (2023-01-17). "General availability of Azure OpenAI Service expands access to large, advanced AI models with added enterprise benefits".
  96. (2025-07-30). "Microsoft Fiscal Year 2025 Fourth Quarter Earnings Conference Call (transcript)". Microsoft Corp..
  97. [http://blogs.microsoft.com/on-the-issues/2015/10/20/the-collapse-of-the-us-eu-safe-harbor-solving-the-new-privacy-rubiks-cube/ "The collapse of the US-EU Safe Harbor"] {{Webarchive. link. (February 24, 2016 , October 20, 2015, Brad Smith, President and Chief Legal Officer, Microsoft.com)
  98. "Microsoft Azure Trust Center".
  99. "Microsoft Azure Trust Center Compliance".
  100. "FedRAMP Compliant Cloud Systems".
  101. Bhuiyan, Johana. (2025-05-19). "Microsoft employee interrupts CEO's keynote with pro-Palestinian protest". The Guardian.
  102. Kwet, Michael. "How US Big Tech supports Israel's AI-powered genocide and apartheid".
  103. Network, Action. "Microsoft: End Complicity in Apartheid and Genocide".
  104. "No Azure for Apartheid".
  105. (March 9, 2012). "Summary of Windows Azure Service Disruption on Feb 29th, 2012". Azure.microsoft.com.
  106. "Cloud Reliability".
  107. Bishop, Bryan. (February 22, 2013). "Xbox Live and Windows Azure suffering from extended outages".
  108. (October 31, 2013). "Microsoft's Windows Azure cloud hit by worldwide management interuption [sic]".
  109. Zander, Jason. "Update on Azure Storage Service Interruption". Microsoft.
  110. "Microsoft says Storage service performance update brought Azure down".
  111. Foley, Mary Jo. "Global DNS outage hits Microsoft Azure customers – ZDNet".
  112. (March 16, 2017). "Microsoft confirms Azure storage issues around the world (updated)". VentureBeat.
  113. (October 4, 2017). "Microsoft Says Azure Outage Caused by Accidental Fire-Suppression Gas Release".
  114. (June 20, 2018). "Microsoft Azure suffers major outage". ITProPortal.
  115. Foley, Mary Jo. "Microsoft South Central U.S. datacenter outage takes down a number of cloud services – ZDNet".
  116. Krazit, Tom. (May 2, 2019). "Microsoft Azure recovering from major networking-related outage that took out Office 365, Xbox Live, and other services".
  117. "March 16, 2021: Microsoft's latest cloud authentication outage: What went wrong".
  118. "RCA – DNS issue impacting multiple Microsoft services (Tracking ID GVY5-TZZ)".
  119. "DDoS attack on Azure Portal (Tracking ID QNPD-NC8)".
  120. Cannon, Jay. (October 29, 2025). "Thousands report outage impacting Microsoft's Azure and 365 services".
  121. Roth, Emma. (October 29, 2025). "A massive Microsoft Azure outage is taking down Xbox and 365".
  122. (April 15, 2016). "The engineer's engineer: Computer industry luminaries salute Dave Cutler's five-decade-long quest for quality".
  123. "Mark Russinovich – Blog – Microsoft Azure".
  124. "Jason Zander – Blog – Microsoft Azure".
  125. "Julia White – Blog – Microsoft Azure".
  126. (January 31, 2023). "Microsoft Power Platform Enterprise Architecture Design Tailor-made Solutions for Architects and Decision Makers to Meet Complex Business Requirements". Packt Publishing.
  127. (March 29, 2024). "Engineering Data Mesh in Azure Cloud Implement Data Mesh Using Microsoft Azure's Cloud Adoption Framework". Packt Publishing.
  128. (October 2019). "Microsoft Azure Infrastructure Services for Architects". John Wiley & Sons.
  129. (2021-08-26). "ChaosDB: How we hacked thousands of Azure customers' databases {{!}} Wiz Blog".
  130. "Update on the vulnerability in the Azure Cosmos DB Jupyter Notebook Feature {{!}} MSRC Blog {{!}} Microsoft Security Response Center".
  131. (Sep 9, 2021). "What You Need to Know About Azurescape". Palo Alto Networks Blog.
  132. Avrahami, Yuval. (2021-09-09). "Finding Azurescape – Cross-Account Container Takeover in Azure Container Instances".
  133. "Coordinated disclosure of vulnerability in Azure Container Instances Service {{!}} MSRC Blog {{!}} Microsoft Security Response Center".
  134. (2021-09-14). ""Secret" Agent Exposes Azure Customers To Unauthorized Code Execution {{!}} Wiz Blog".
  135. (2021-09-14). "OMIGOD: Critical Vulnerabilities in OMI Affecting Countless Azure Customers {{!}} Wiz Blog".
  136. "Additional Guidance Regarding OMI Vulnerabilities within Azure VM Management Extensions {{!}} MSRC Blog {{!}} Microsoft Security Response Center".
  137. Starks, Tim. (2023-08-03). "Analysis {{!}} Congressional Scrutiny of Microsoft Hack Intensifies". Washington Post.
  138. Goodin, Dan. (2023-08-02). "Microsoft Faces Harsh Criticism for "Grossly Irresponsible" Security Practices".
  139. [https://arstechnica.com/information-technology/2024/04/microsoft-blamed-for-a-cascade-of-security-failures-in-exchange-breach-report/ Microsoft blamed for "a cascade of security failures" in Exchange breach report]. The breach resulted in the leaking of multiple highly classified documents among companies and other organizations, as well as the publication of personal information, photos, and even banking information. Ironically, many people were fired following the incident due to the information found in the breach.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Microsoft Azure — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report