Download presentation
Presentation is loading. Please wait.
Published byTerence Hopkins Modified over 9 years ago
1
Sessions about to start – Get your rig on!
2
Grant Holliday Senior Service Engineer Microsoft
3
granth@microsoft.com http://blogs.msdn.com/b/granth/
6
AZURE & DEV QA INT PROD
8
@echo off setlocal enabledelayedexpansion set /p servername=Enter DB Servername : set /p dbname=Enter Database Name : set /p spath=Enter Script Path : set hr=%time:~0,2% if "%hr:~0,1%" equ " " set hr=0%hr:~1,1% set logfilepath= %spath%\output_%date:~-4,4%date:~- 10,2%date:~-7,2%_%hr%time:~3,2%time:~6,2%.log set cmd='dir %spath%\*.sql /b/s' FOR /f %G IN (%cmd%) DO ( echo ******PROCESSING %G FILE****** echo ******PROCESSING %G FILE****** >> %logfilepath%
10
Monitor Define Deliver Operate Sprint Define Deliver Complex Error-prone Chaotic
11
DEV QA INT PROD TFS
12
DEV QA INT PROD TFS
13
DEV QA INT PROD TFS
14
DEV QA INT PROD TFS Full traceability
15
Manage the full stack
16
TFS Drop Location RM DesktopRM Web QADEV RM Server
19
Assumed State Start with an Assumption of target Environment Run a series of actions Desired State End with desired state (hopefully) Send a description of the desired state DSC capability reaches the desired state Get.Test.Set “Make it so” DSC Resources TFS Config as code Shared Gallery
21
TFS Drop Location RM DesktopRM Web QADEV RM Server
25
Instantiation of repeatable config. Configuration Resource Group SQL - AWebsite Virtual Machines SQL-A Website [SQL CONFIG] VM (2x) DEPENDS ON SQL SQLCONFIG
27
AZURE & DEV QA INT PROD
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.