OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain...

17
OpenShift on Microsoft Azure Daniel Falkner Cloud Solution Architect

Transcript of OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain...

Page 1: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

OpenShift on Microsoft AzureDaniel Falkner

Cloud Solution Architect

Page 2: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 3: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

Docker Container Orchestrator on Azure?

Page 4: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 5: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 6: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

https://www.redhat.com/en/microsoft

https://azure.microsoft.com/campaigns/redhat/

Page 7: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 8: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

Microsoft Confidential – NDA Required

38Azure regions2X the number of AWS regions

NEWLY ANNOUNCED: France: France Central and France South

Korea: Korea Central and Korea South

DoD East and Central

Page 9: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 10: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 11: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 12: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 13: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

Platform Services

Infrastructure Services

WebApps

MobileApps

API Apps

Notification Hubs

HybridCloud

Backup

StorSimple

Azure SiteRecovery

Import/Export

SQL Database DocumentDB

Redis Cache

AzureSearch

StorageTables

SQL DataWarehouse

Azure AD Health Monitoring

AD PrivilegedIdentity Management

OperationalAnalytics

Cloud Services

BatchRemoteApp

ServiceFabric

Visual Studio

ApplicationInsights

VS Team Services

Domain Services

HDInsight MachineLearning Stream Analytics

Data Factory

EventHubs

Data LakeAnalytics Service

IoT Hub

Data Catalog

Security & Management

Azure ActiveDirectory

Multi-FactorAuthentication

Automation

Portal

Key Vault

Store/Marketplace

VM Image Gallery& VM Depot

Azure ADB2C

Scheduler

Xamarin

HockeyApp

Power BI Embedded

SQL Server Stretch Database

MobileEngagement

FunctionsCognitive Services Bot Framework Cortana

Security Center

Container Service

VM Scale Sets

Data Lake Store

BizTalkServices

Service Bus

Logic Apps

API Management

Content DeliveryNetwork

Media Services

Media Analytics

Page 14: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

Openshift on Azure

Page 15: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

Imperative Declarative{

"$schema":"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion": "1.0.0.0","parameters": {},"variables": {},"resources": [{

"type": "Microsoft.Compute/availabilitySets","name": "avname","apiVersion": "2015-06-15","location": "West US","properties": {

"platformFaultDomainCount": "3","platformUpdateDomainCount": "20"}

}

]}

azure availset create -g rgname -n avname -l westus-a 20 -b 3

New-AzureRmAvailabilitySet -ResourceGroupName rgname ` -Name avname `-Location "West US" `-PlatformUpdateDomainCount 20 `-PlatformFaultDomainCount 3

Page 16: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake
Page 17: OpenShift on Microsoft Azure - SQL aus Hamburg · Application Insights VS Team Services Domain Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Data Lake

http://aka.ms/openshift-links