Sessions about to start – Get your rig on!. Grant Holliday Senior Service Engineer Microsoft.

Slides:



Advertisements
Similar presentations
Introduction to Azure Resource Manager Gautam Thapar Senior Program Nathan Totten Senior Program
Advertisements

How do we know so much? Monitor Define Deliver Operate Sprint Define Deliver Complex Error-prone Chaotic.
Claude Remillard Group Program Manager Release Management Overview.
Enterprise-gradeHybrid Hyper-Scale Microsoft Cloud OS Open.
DEV-XXXX: TITLE SPEAKER TIME DEVOPS DEV-B216: Visual Studio Online: Overview and Best Practices Neno Loje 1:30.
Multiple Tiers in Action
Yet another Service Management Automation Session
Agenda  Why Azure Resource Manager  What has already been enabled  Questions/Feedback.
 Tightly coupled containers of multiple resources of similar or different types  Lifecycle, Access, Billing & Identity control the resources placed.
Programming languages + tools.NET, Visual Studio, TFS + Git, Java, NodeJS, PHP, Python, Ruby, C++ Microsoft cloud infrastructure PaaS Web Mobile.
4 2) Code Repository 1) Developers 3) Build4) Test5) Deploy to Cloud 6) Monitor and Improve Contoso App Azure.
Heterogeneity Open, broad, and flexible Integration On-premises AND cloud Enterprise needs Microsoft Azure fundamentals Operating systems Languages.
At 10:15 AM they managed to shut down the entire system.
USING CI & CD WITH MICROSOFT SQL SERVER Tim Giorgi Senior Software Developer Northwest Evaluation
Manage the full stack TFS Drop Location RM DesktopRM Web QADEV RM Server.
Grant Holliday Senior Service Engineer Microsoft.
Development and Production Environment Setup with Kentico CMS Karol Jarkovsky Consultant Kentico Software
| Basel Verwalten von Deployments und Release Management – mit dem TFS 2013 ganz einfach! Hansjörg Scherer ALM Spezialist Microsoft
Cost Effort Complexity Benefit Cloud Hosted Low Cost Agile Integrated Fully Supported.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Dev-Ops Best Practices on the Microsoft Stack Victor Mushkatin Group Program Manager Microsoft Corporation DEV363.
Boston Bootcamp April 27 th, 2013 Azure Websites Udaiappa Ramachandran ( Udai
Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation.
Monitor Define Deliver Operate Sprint Define Deliver Complex Error-prone Chaotic.
Getting Started with the PowerShell.org DSC Toolkit Jason Hofferle
VIRTUAL MACHINE STORAGE SQLDATABASE.
Ed Blankenship Product Manager,
Scale means… Business is growing!! However… More servers => More Failures Scale * Complexity Exceeds Skill Rapid change means… Can respond and capture.
1 PUPPET AND DSC. INTRODUCTION AND USAGE IN CONTINUOUS DELIVERY PROCESS. VIKTAR VEDMICH PAVEL PESETSKIY AUGUST 1, 2015.
Denny Cherry Senior Database Administrator / Architect Awareness Technologies Quest Software SQL Server MVP MCSA, MCDBA, MCTS,
 container for multiple resources  resources exist in one* resource group  resource groups can span regions  resource groups can span services.
Microsoft Azure Active Directory. AD Microsoft Azure Active Directory.
Sofia Event Center May 2014 Martin Kulov Continuous Delivery with Microsoft Release Management.
What's New in Azure IaaS… A Server Huggers Perspective Rick
Michael Kelley Linux on the Microsoft Cloud Platform CLD24 3.
Microsoft Azure Stack Basic Virtualization On-Premises/Hosted Public Cloud Cloud Platform System.
October 11-14, Seattle, WA Top 10 Ways To Break Your Deployments Or: How to Avoid Your Sorry Fate Dev Nambi Senior Software Engineer Microsoft.
TitleTime AZR343 The Next Generation of Azure Compute Platform with Mark RussinovichMonday July 27, 16: :45 CDP315 Getting Ready for Microsoft.
Monitor Define Deliver Operate Sprint Define Deliver Complex Error-prone Chaotic.
Release Management with Visual Studio Team Services
Cloud-Ready Data Services. cloud data services.
Joe Clancy Deployment Lifecycles and New Policy Features with the Azure Resource Manager ARC22 1.
Continuous Integration for SharePoint Solutions and Add-ins with VSTS and Azure Matthias Einig, MVP, CEO w: rencore.com | e:
Continuous Deployments using SSDT
Release Management for Visual Studio 2013 Ana Roje Ivančić Ognjen Bajić Ekobit.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
E2G Web Services E2G Scripts and Methods E2G Domain Logic E2G Domain Logic Client Custom Scripts and Methods Client Custom Scripts and Methods E2G Rules.
1 Presented by: Val Pennell, Test Tool Manager Date: March 9, 2004 Software Testing Tools – Load Testing.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Monitor Define Deliver Operate Sprint Define Deliver Complex Error-prone Chaotic.
DevOps in the cloud Peter’s personal journey on how I found out, I need Dev skills to optimize my ‘Azure’ work… and so do you!!
Building ARM IaaS Application Environment
Stress Free Deployments with Octopus Deploy
Azure, PowerShell, and SQL Server Virtual Machines
Bharath Ram Ramanathan, Storage Solutions TME,
Data Storage Requirements
Dmytro Mykhailov How HashiCorp platform tools can make the difference in development and deployment Target and goal of HashiCorp.
Build /21/2018 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Database Performance Analyzer Overview
SAP Dev/Test & Automation in Azure
Dev Test on Windows Azure Solution in a Box
"SessionTitle": "Infrastructure as Code"
Automating configuration of SQL Server
Steve Schneider To Azure and Beyond: Create an Azure VM with SSRS server and deploy Mobile and Paginated reports.
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Azure Enables Mobility, Easy Sync and Share, and Allows Companies to Retain Data Control MINI-CASE STUDY “Azure provides the full stack of technology that.
SQL Server Data Mobility
Environment Automation
Thanks to our Sponsors Platinum Sponsor: Gold Sponsors:
Presentation transcript:

Sessions about to start – Get your rig on!

Grant Holliday Senior Service Engineer Microsoft

AZURE & DEV QA INT PROD

@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%

Monitor Define Deliver Operate Sprint Define Deliver Complex Error-prone Chaotic

DEV QA INT PROD TFS

DEV QA INT PROD TFS

DEV QA INT PROD TFS

DEV QA INT PROD TFS Full traceability

Manage the full stack

TFS Drop Location RM DesktopRM Web QADEV RM Server

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

TFS Drop Location RM DesktopRM Web QADEV RM Server

Instantiation of repeatable config. Configuration  Resource Group SQL - AWebsite Virtual Machines SQL-A Website [SQL CONFIG] VM (2x) DEPENDS ON SQL SQLCONFIG

AZURE & DEV QA INT PROD