Top Banner
17
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: New generation of Azure cloud
Page 2: New generation of Azure cloud

Azure – nova generacijaoblaka

Bruno Kovačić

Page 3: New generation of Azure cloud

Where to?

Page 4: New generation of Azure cloud

DevOps & New portal

Page 5: New generation of Azure cloud

2) Code Repository

1) Developers

3) Build 4) Test 5) Deploy to Cloud

6) Monitor and Improve

Contoso App

Azure

DevOps basics

Page 6: New generation of Azure cloud

Coupling for Resources

Resource Group is a unit of management

Lifecycle: deployment, update, delete, status

Identity: resources can talk to each other

Grouping: Metering, billing, quota: applied & rolled up to group

Page 7: New generation of Azure cloud

Power of Repeatability

Azure Templates can:

• Ensure Idempotency

• Simplify Orchestration

• Simplify Roll-back

• Provide Cross-Resource Configuration

and Update Support

Azure Templates are:

• Source file, checked-in

• Specifies resources and dependencies

(VMs, WebSites, DBs) and

connections (config, LB sets)

• Parametized input/output

Instantiation of repeatable config.Configuration Resource Group

SQL - A WebsiteVirtualMachines

SQL-AWebsite[SQL CONFIG] VM (2x)

DEPENDS ON SQLDEPENDS ON SQL

SQL CONFIG

Page 8: New generation of Azure cloud

DEMO

Page 9: New generation of Azure cloud

New stuff

Page 10: New generation of Azure cloud

Azure Redis Cache

Cache… again

Fast key-value store

Managed

Page 11: New generation of Azure cloud

DocumentDB

NoSQL – take two

Document store

Schema-free JSON

Scale storage and throughput

Page 12: New generation of Azure cloud

Azure Search

Search scale challenges

Managed search server

REST API

Page 13: New generation of Azure cloud

Azure Batch

Overnight processing?

Cheap

Easy to use cluster for batch processing

Page 14: New generation of Azure cloud

IoT in Azure

Event hubs

Gather data from devices

Stream analytics

Real-time incoming data

processing

SQL-like language

Page 15: New generation of Azure cloud

Big data news

HD Insight

Cloudera

Data Factory

Page 16: New generation of Azure cloud
Page 17: New generation of Azure cloud