Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges...

18
Autmatisierung mit Azure Automation, Runbooks und Workflows Holger Voges Oder auch ohne

Transcript of Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges...

Page 1: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Autmatisierung mit Azure

Automation, Runbooks und

Workflows

Holger Voges

Oder auch ohne

Page 2: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

About_Author

Netz-Weise

Freundallee 13a

30173 Hannover

www.netz-weise.de

Holger Voges

CCA,MCSE, MCDBA, MCT, MCITP DB

Administrator / DB Developer,

MCTIP Enterprise Administrator

Page 3: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Agenda

• (OWS) Azure Automation für die Cloud - und zu

Hause

• Einrichten eines Automation Kontos

• Erstellen von Runbooks

• Der Runbook Designer

• Scripte

• Workflows

• Hybrid Runbook Worker

• Azure Automation DSC konfigurieren

Page 4: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

• Container für Runbooks,Assets und DSC

• Beinhaltet

• Berechtigungen

• Runbooks

• Credentials

• Zeitpläne

• DSC-Konfigurationen

• Reports

Einrichten eines Automation-Accounts

Page 5: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

• Runbooks = Powershell Scripte und Workflows

• Runbooktypen:

• Workflow

• Powershell-Script (neu!)

• Grafische Runbooks (neu!)

• Grafische Runbooks = Workflows

Runbooks

Page 6: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

• Parellisierbar

• Robust durch Checkpoints

• Übersteht Reboots

• Basiert auf Workflows, nicht Powershell

• Laaaannnngsaaaam...

Ein Powershell Workflow

Page 7: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Demo

Einrichtung im Azure-Portal

Page 8: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Assets (Objeke)

Page 9: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

• Manuell im Portal

• Per Schedule (im Portal)

• Per Script

• Per Webhook (aus einer Anwendung heraus)

• Per Azure Alert

Starten von Runbooks

Page 10: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Starten von Runbooks

Page 11: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Hybrid Runbook Worker

Page 12: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

• Skalierbar

• Benötigen OMS-Client

• Werden per Powershell aktiviert

• Runbook-Worker werden Gruppen zugeordnet

• Runbooks können in Azure oder auf einer

Runbook-Worker Gruppe ausgeführt werden

• Einer Worker-Group kann ein RunAS-Konto

zugewiesen werden

Hybrid Runbook Worker Einrichtung

Page 13: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

• Azure kann als DSC-Pull-Server agieren

• DSC-Nodes werden per meta.mof bereitgestellt

• Konfiguration benötigt nur einen Endpunkt und

einen Key!

• Konfigurationen können flexibel an Knoten

verteilt werden

• DSC-Automation enthält Reporting!

• Benötigt WMF 5.0 auf dem Node

Automation DSC

Page 14: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Automation DSC Übersicht

Page 15: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Get-Price

Page 16: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Workflows

Page 17: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Summary

• Azure Automation benötigt keine Workflows

mehr

• Mit OMS Azure-Automation können auch On-

Premise-Server automatisiert werden

• Azure Automation kann den DSC-Pull-Server

ersetzen

• Mit WMF 5.0 wird Azure zur Reporting-

Plattform für DSC

Page 18: Autmatisierung mit Azure Automation, Runbooks …...Automation, Runbooks und Workflows Holger Voges Oder auch ohne About_Author Netz-Weise Freundallee 13a 30173 Hannover Holger Voges

Get-Question