Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


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

1 DCIM325

2

3

4

5

6

7

8

9 PREVIEW

10

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

14

15

16 Highly Available Scalable Engine

17

18

19

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

26

27

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

29

30

31

32

33

34 PREVIEW

35

36

37

38

39

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

42

43


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

Similar presentations


Ads by Google