Download presentation
Presentation is loading. Please wait.
Published byDeborah Ross Modified over 9 years ago
1
DCIM325
9
PREVIEW
11
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" }
12
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
13
Logging Output / Verbose Job History Success / Failure
16
Highly Available Scalable Engine
20
server / service bigger server / service even bigger server / service Scaling Up Same thing, more power Scaling Out Same power, more things
21
cloud services mobile services websites virtual machines
22
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
23
Management Portal
24
Default monitoring window 45 minutes Default scale-down cool-down 2 hours 45min Scale-out / spin-up duration can be around 10 minutes 0 100 CPU Utilization
25
Gradual changes over time Anticipated changes Saving you money! Sudden unexpected spikes Great for Not so great for
28
#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
34
PREVIEW
40
DCIM214 - Mastering the Kitchen: Chef for Microsoft Azure
41
Subscribe to our fortnightly newsletter http://aka.ms/technetnz http://aka.ms/msdnnz Free Virtual Hands-on Labs http://aka.ms/ch9nz Free Online Learning http://aka.ms/mva http://aka.ms/technetlabs Sessions on Demand
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.