DCIM325. PREVIEW workflow Write-HelloWorld { param ( # Optional parameter of type string. # The default value of Name will be World [parameter(Mandatory=$false)]

Slides:



Advertisements
Similar presentations
Agenda Human Process + System Automation Better together Demos Identify self service opportunities Enable cloud through automation Key Takeaways.
Advertisements

DCIM Timely, efficient and reliable delivery is needed Today is unsustainable Replacing ‘like with like’ is a poor investment We have.
Lower costs and improve predictability Automation Enable service owners to focus on work that adds business value Reduce error-prone manual activities.
Lower costs and improve predictability Automation Enable service owners to focus on work that adds business value Reduce error-prone manual activities.
Integrate into existing systems with PowerShell integration modules Extend by building PS modules to enable integrating into other systems Optimize.
Integrate into existing systems with PowerShell integration modules Extend by building PS modules to enable integrating into other systems Optimize.
CMDB Ticketing Billing Management Systems Web based Runbook Authoring: Service Administrator can create runbooks to automate all aspects of cloud.
VMware vCenter Server Module 4.
System Center 2012 R2 Windows Azure Pack Service Management Automation 101.
Esri UC 2014 | Demo Theater | Using ArcGIS for Server in the Microsoft Azure Cloud Nikhil Shampur.
Automate Microsoft Azure Ross Sponholtz Mark Ghazai.
Deploying and Managing Windows Server 2012
Partner Practice Enablement - Overview This session will focus on integration strategies for applications deployed using Microsoft Azure Websites and Microsoft.
DEV312. “Build-On” Media Partners and Customers Azure CDN M Partner CDNs Origin Caching Released Coming Soon Partners Partner Technologies.

DCIM212. Facebook.com/WestITpros.
What’s new in Windows Server Hyper-V Ben Armstrong M227.
Website s Azure Websites is a robust cloud platform for developing, testing, and running web apps. Build apps using your favorite tools and languages—.NET,
Module 7: Fundamentals of Administering Windows Server 2008.
Chokchai Junchey Microsoft Product Specialist Certified Technical Training Center.
DEV303. C++C# C++ & C#
DCIM211. By 2015, 35% of enterprise IT expenditures for most organizations will be managed outside the IT department’s budget IT budget.
Microsoft Azure SoftUni Team Technical Trainers Software University
DCIM319. NIC Management Storage Migration Cluster NIC.
Microsoft ® Official Course Module 13 Implementing Windows Azure Active Directory.
WINDOWS AZURE Scott Guthrie Corporate Vice President Windows Azure
M360 Directory Synchronisation & Authentication Deployment options: Skype for Business Online Skype for Business Server 2015 Skype for Business Hybrid.
PCIT313. Today’s challenges Deliver applications to mobile platforms (BYOD) Respond to dynamic business requirements for IT: Seasonal/temporary workers.
4/24/2017 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Grigori Melnik, Fernando Simonazzi Microsoft patterns & practices patterns & practices symposium 2013 Autoscaling in Windows Azure aka.ms/autoscaling.
Automating Operational and Management Tasks in Microsoft Operations Management Suite and Azure
DEV304. EpicUser StoryAcceptance CriteriaAcceptance TestCode.
Windows PowerShell Desired State Configuration Overview (for WMF 4.0 Preview) Windows PowerShell Desired State Configuration (DSC) is a new management.
Microsoft Ignite /25/2017 9:57 AM
OFC218. Query Rules Result Types Display Templates /_api/search/query?query_parameter=value&query_parameter=value.
The Microsoft DevOps Vision
COS308. SQL Azure Database DEMO.
Identity Management in Office 365: Which one’s right for you? Brendan Ross M362.
Protecting your data with AD-RMS and Azure RMS Malcolm Jeffrey – Technical Trainer M224.
DEV319.
Back to Basics A Tour of Microsoft SharePoint. Who am I? Kenny Duenke Lead Systems Analyst RGA
Microsoft Virtual Academy Module 12 Managing Services with VMM and App Controller.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Agenda  Microsoft Directory Synchronization Tool  Active Directory Federation Server  ADFS Proxy  Hybrid Features – LAB.
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Windows 10 tested and shaped by 3 Million Windows Insiders Daniel Bowbyes M111.
Recording Brief EMS Partner Bootcamp Variables Values Module Title
Introduction Service Management Automation
IT06 – HAVE YOUR OWN DYNAMICS NAV TEST ENVIRONMENT IN 90 MINUTES
Working With Azure Batch AI
O365 & AZURE ADDS Mladen Baranek, Miadria
Microsoft Virtual Academy
Azure Functions and Automation: The SQL Agent in the Cloud
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Deploying and Configuring SSIS Packages
Building Cross-Platform Apps with Windows Azure Mobile Services
Azure Primed Randy Pagels Sr. Developer Technology Specialist
Microsoft Virtual Academy
Azure Automation and Logic Apps:
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Managing Services with VMM and App Controller
Technical Capabilities
Microsoft Virtual Academy
Service Template Creation from the Ground Up
Service Template Creation from the Ground Up
Building Windows Store Apps with Windows Azure Mobile Services
Microsoft Virtual Academy
ZORAN BARAC DATA ARCHITECT at CIN7
Presentation transcript:

DCIM325

PREVIEW

workflow Write-HelloWorld { param ( # Optional parameter of type string. # The default value of Name will be World [parameter(Mandatory=$false)] [String]$Name = "World" ) Write-Output "Hello $Name" }

Connections Azure Subscription / O365 Tenant / 3 rd Party System Credentials Username + Password / Certificate Modules Integration Modules Schedules One-Time / Daily Repeating Variables String / Integer / Boolean / DateTime

Logging Output / Verbose Job History Success / Failure

Highly Available Scalable Engine

server / service bigger server / service even bigger server / service Scaling Up Same thing, more power Scaling Out Same power, more things

cloud services mobile services websites virtual machines

Scale by schedule e.g. Between 8am and 10am, set minimum instance count to 3 Scale by metric e.g. When CPU is above 60, increase instance count by 1

Management Portal

Default monitoring window 45 minutes Default scale-down cool-down 2 hours 45min Scale-out / spin-up duration can be around 10 minutes CPU Utilization

Gradual changes over time Anticipated changes Saving you money! Sudden unexpected spikes Great for Not so great for

#Create a folder and set permissions directory 'C:\MyDirectory' do action :create recursive true rights :full_control, "Admin", :applies_to_children => true end #Add a Windows feature windows_feature 'NetFx2-ServerCore-WOW64' do action :install only_if { node['kernel']['machine'] == 'x86_64' } end

PREVIEW

DCIM214 - Mastering the Kitchen: Chef for Microsoft Azure

Subscribe to our fortnightly newsletter Free Virtual Hands-on Labs Free Online Learning Sessions on Demand