0% found this document useful (0 votes)
56 views

Azure

1. Azure is Microsoft's cloud computing platform that provides scalable computing resources and services over the internet. 2. Key Azure services include virtual machines, data storage, machine learning, analytics, and networking tools to structure and secure infrastructure. 3. The Azure portal allows users to manage all Azure resources, subscriptions, and marketplace services through an organized web-based dashboard.

Uploaded by

Nacer Taha
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Azure

1. Azure is Microsoft's cloud computing platform that provides scalable computing resources and services over the internet. 2. Key Azure services include virtual machines, data storage, machine learning, analytics, and networking tools to structure and secure infrastructure. 3. The Azure portal allows users to manage all Azure resources, subscriptions, and marketplace services through an organized web-based dashboard.

Uploaded by

Nacer Taha
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 24

Azure

The Cloud by Microsoft


Summary

1. Cloud Computing
2. Introduction to Azure
a. Services
b. Portal Azure
c. Example
3. Load Balancer
4. Data Factory
5. U-SQL
6. Machine Learning
Cloud Computing
What is cloud computing ?

“Simply put, cloud computing is the delivery of computing services—including servers, storage,
databases, networking, software, analytics, and intelligence—over the Internet (“the cloud”) to offer
faster innovation, flexible resources, and economies of scale. You typically pay only for cloud services
you use, helping you lower your operating costs, run your infrastructure more efficiently, and scale as
your business needs change.”

- Azure
Pros & Cons

Pros : Cons :

● Scalability ● Infrastructure cost


● Infrastructure cost ● Dependency
● Security ● Limited Control
● Data consolidation ● Data compliance
● Automation ● Internet reliance
● Collaboration
enhanced
Introduction to Azure
Services
Azure Virtual A computing resource without any physical /
hardware needs :
Machines ● More flexibility
● Less maintenance cost

an on-demand, scalable computing


resource
Azure Data Services Services to store any data :

● Azure Storage -> BLOB


● Azure SQL -> SQL Database
● Azure Redis -> Redis

Storing Data on cloud


Azure AI A way to make fast and structured Machine
learning pipeline

● POC
● Fast implementation
● Scalability
● Integration

Machine Learning studio on cloud


Azure Analytics Run complicated queries across huge sets of
data and get actionable insights

● Backed by Apache
● Structured & unstructured data
● Scalability
● Real time analytics

Make well-informed critical business


decisions
Azure Network Structure and securised your infrastructure :

● Increase Availability
● Securised your instances

A well and easy architectured


infrastructure
Azure Portal
Portal : Home
Portal : Resources
Portal : Resources
Portal : Subscription
Portal : Market Place
Glossary

● Resource : A instance of a service


● Resource Group : Grouped instance of service ( ~ project)
● Subscription : Payment provider
● Marketplace : Where you find already build service (Microsoft or Partner)
● Region : Where your resources is located
● Availability : Redundancy and resiliency for your application.
● Virtual network : Logically isolated network
● Public IP : Ip address available from “Internet”
Live Example
Load Balancer
What ?

A load balancer is a traffic manager :


How ?

You need :

● Multiple instance to store & compute your web app


● A load Balancer service
● Configure the load balancer with traffic rules
Practice

You might also like