Sponsored Links
-->

Thursday, May 31, 2018

Features of Microsoft Azure - Azure File Storage - Orlando's Best ...
src: virtops.com

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

Azure was announced in October 2008 and released in February 1, 2010 as "Windows Azure" before being renamed "Microsoft Azure" on March 25, 2014.


Video Microsoft Azure



Services

Microsoft lists over 600 Azure services, 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.
  • App services, platform as a service (PaaS) environment letting developers easily publish and manage websites.
  • Websites, high density hosting of websites allows developers to build sites using ASP.NET, PHP, Node.js, or Python and can be deployed using FTP, Git, Mercurial, Team Foundation Server or uploaded through the user portal. This feature was announced in preview form in June 2012 at the Meet Microsoft Azure event. 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.
  • WebJobs, applications that can be deployed to an App Service environment to implement background processing that can be invoked on a schedule, on demand, or run continuously. The Blob, Table and Queue services can be used to communicate between WebApps and WebJobs and to provide state.

Mobile services

  • Mobile Engagement collects real-time analytics that highlight users' behavior. It also provides push notifications to mobile devices.
  • 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 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.

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.
  • 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.
  • SQL Data Warehouse is a data warehousing service designed to handle computational and data intensive queries on datasets exceeding 1TB.
  • 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, 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:

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

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

Azure has 30 point of presence locations worldwide (also known as Edge locations) as of December 2016.

Developer

  • Application Insights
  • Visual Studio Team Services

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

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.
  • Cognitive Services (formerly Project Oxford) are a set of APIs, SDKs and services available to developers to make their applications more intelligent, engaging and discoverable.

IoT

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

Maps Microsoft Azure



Regions

Azure is generally available in 50 regions around the world. Microsoft has announced an additional six regions. 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. Microsoft has some Gold partners available across the globe to sell its products.


Microsoft Azure 3610269 - academia-salamanca.info
src: blueshiftblog.com


Design

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

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

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.

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

Deployment models

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


All about Microsoft Azure â€
src: www.tarsus.today


Timeline

  • 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 to Microsoft Azure
  • 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.
  • September 2017 - Microsoft Azure gets a new logo and a Manifesto

4 Main Benefits of using Microsoft Azure, Why & How You Should Use It
src: www.nemark.co.uk


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. However, Microsoft Azure is compliant with the E.U. Data Protection Directive (95/46/EC). To manage privacy and security-related concerns, Microsoft has created a Microsoft Azure Trust Center, and Microsoft Azure has several of its services compliant with several compliance programs including ISO 27001:2005 and HIPAA. A full and current listing can be found on the Microsoft Azure Trust Center Compliance page. 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.


Microsoft Azure Cognitive Services - Face API and Angular - YouTube
src: i.ytimg.com


Significant outages

Documented Microsoft Azure outages and service disruptions.


Report: Microsoft gained cloud market share from Amazon last ...
src: mspoweruser.com


Certifications

  • Microsoft Azure certifications

Microsoft Azure Training â€
src: www.educationzone.us


Key people

  • Jason Zander, Executive Vice President, Microsoft Azure

Microsoft â€
src: zuggand.com


See also

  • Azure Sphere
  • Amazon Web Services
  • Oracle Cloud
  • Jelastic
  • Comparison of file hosting services
  • Google Cloud Platform
  • IBM Bluemix
  • Microsoft Azure Web Sites
  • Predix (software)
  • Explore Microsoft Azure

Microsoft releases Azure Manifesto, refreshed logo for its cloud ...
src: cdn.neow.in


References


Microsoft Azure Services - Managility
src: www.managility.co


Further reading


Microsoft says a performance update caused Azure to go down for 11 ...
src: www.windowscentral.com


External links

  • Official website
  • Visual Studio Team Services

Source of article : Wikipedia