ThermoCloud site Monaco Services IIS Node, PHP, etc. Site Extension wwwroot r/w access runs https://thermocloud.scm.azurewebsites.net/dev

Slides:



Advertisements
Similar presentations
Openshift Jason Shepherd Middleware Support Engineer, Red Hat August 15, 2012.
Advertisements

02 | New Features for Web Developers Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek.
>300 suggestions >55% non-Windows > 600 insiders >1500 points on HN >3K smiles.
$$$ Idea BusinessDevelopmentOperations codeProduct.
StagingProduction swap Developer Production Developer.
Grant Holliday Senior Service Engineer Microsoft.
Chapter 4 The Online Repository CREATE A REPO ONLINE ON GITHUB.COM.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
Patterns & practices Symposium 2013 Introducing Git version control into your team Mark
Any host All components deployed to SharePoint Client side code App Web created for app Wrapper deployed to SharePoint Components deployed to.
Azure Websites Features & Capabilities Hybrid Connections VPN Support Scheduled Backups Azure Active Directory Integration Site Resiliency, HA, and.
ASP.NET 5 Visual Studio Code Bill Wolff July 8, 2015.
WebMatrix 2 /* web with benefits */. Everything You Need Start create new from OSS apps or templates, or start with existing sites hosted remotely or.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Developing for Selenium Grid
Created by: Maria Abrahms Modified Date: Classification: How to get it done Contributing to OpenStack.
Nir Mashkowski Group Program Manager Azure websites.
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,
GIT An introduction to GIT Source Control. What is GIT (1 of 2) ▪ “Git is a free and open source distributed version control system designed to handle.
RMG Study Group Basics of Git Nathan Yee 2/23/
Ernst Peter Tamminga Get started with GitHub XCESS expertise center b.v. Netherlands.
SWEN 302: AGILE METHODS Roma Klapaukh & Alex Potanin.
Information Systems and Network Engineering Laboratory II DR. KEN COSH WEEK 1.
Git Fundamentals Rochelle Terman 13 January 2014.
1 Applied CyberInfrastructure Concepts ISTA 420/520 Fall
Website s Azure Websites is an enterprise class cloud solution for developing, testing and running web apps. Azure Websites allows you to focus on what.
Introduction to GitHub Alex Bigazzi Dec. 4, 2013 ITS Lab GitHub Introduction1.
Drupal for NGOs 1 Amnesty.org redesign 22 July 2008.
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
Anubha Gupta | Software Engineer Visual Studio Online Microsoft Corp. Visual Studio Enterprise Leveraging modern tools to streamline Build and Release.
Sofia Event Center May 2014 Martin Kulov Git For TFS Developers.
1 Web Design Workshop DIG 4104c – Lecture 5c Git: Branch and Merge J. Michael Moshell University of Central Florida giantteddy.com.
Building and Diagnosing Applications using Visual Studio and Azure SDK Paul Yuknewicz Principal PM Manager.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
CS 160 and CMPE/SE 131 Software Engineering February 16 Class Meeting Department of Computer Science Department of Computer Engineering San José State.
Git with Eclipse (EGit) /article.html.
Welcome to Snap! Below the Line Decal Facilitated By: Zachary McPherson and Bao Xie.
INTRODUCTION TO GIT. Install Egit for eclipse Open eclipse->Help->Install New Software Search for one of the following -
#SummitNow Lessons Learnt From Share Extras Alfresco Summit 2013 Will Abson
Using Git with collaboration, code review, and code management for open source and private projects. & Using Terminal to create, and push commits to repositories.
1. A new git is initialized as a remote repository JohnRemote repositoryPeter master C0 CodingWhileBlack.com PROPEL CODING
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
1 Cutting Edge FE technologies for complex product August 6, 2015.
Jernej Kavka – Inova IT d.o.o. Visual Studio Everywhere - Linux, OSX (in Windows, se razume)
GIT Version control. Version Control Sharing code via a centralized DB Also provides for Backtracking (going back to a previous version of code), Branching.
KIT – University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association STEINBUCH CENTRE FOR COMPUTING - SCC
Information Systems and Network Engineering Laboratory II
Source Control Systems
Gulf Coast .NET User Group
I Don’t Git It: A beginner’s guide to git Presented by Mathew Robinson
GIT AND GITHUB WORKSHOP
Keeping track of all the copies of your files
Contributing to documentation
Version Control overview
Software Engineering for Data Scientists
Web UI Basics ITM 352.
Style should be done using CSS.
Git Workflows.
The Big Picture
SIG: Open Week 1: GitHub Tim Choh.
Microsoft Build /16/2018 8:43 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
What’s new in Visual Studio 11
Single Container Workloads in Azure
Using Github.
Version Control with Git
GitHub and Git.
ხელმძღვანელი: დიმიტრი ქარაული
Client-Server Model: Requesting a Web Page
Git GitHub.
Presentation transcript:

ThermoCloud site Monaco Services IIS Node, PHP, etc. Site Extension wwwroot r/w access runs Azure SCC Deploy Site Extension writes

If ‘deployment from source control’ is enabled, this can overwrite any changes made in the editor…

Production Site Monaco: Enabled Deploy via SCC: Disabled

git Dev git git clone push Production site mysite.azurewebsites.net Monaco: Disabled Deployment from SCC: Local Git Repo Development site mysite-dev.azurewebsites.net Monaco: Enabled Deployment from SCC: Disabled myproject.visualstudio.com remote: origin Kudu

git Dev git git clone push Production site mysite.azurewebsites.net Monaco: Disabled Deployment from SCC: Local Git Repo Development site mysite-dev.azurewebsites.net Monaco: Enabled Deployment from SCC: Disabled push myproject.visualstudio.com remote: origin Kudu

git Dev git git myproject.visualstudio.com remote: origin clone push Production site mysite.azurewebsites.net Monaco: Disabled Deployment from SCC: VSOnline, GitHub, etc. Development site mysite-dev.azurewebsites.net Monaco: Enabled Deployment from SCC: Disabled Linked Branch Pushing to origin will result in a pull to production

git Dev git git myproject.visualstudio.com remote: origin clone push Staging site mysite.azurewebsites.net (staging) Monaco: Disabled Deployment from SCC: VSOnline, GitHub, etc. Development site mysite-dev.azurewebsites.net Monaco: Enabled Deployment from SCC: Disabled Linked Branch Deploy to staging site lets you hot swap to production Kudu

git Dev git git clone push Production or staging site mysite.azurewebsites.net Monaco: Disabled Deployment from SCC: VS Online Development site mysite-dev.azurewebsites.net Monaco: Enabled Deployment from SCC: Disabled Pushing to origin triggers a VSO build, test, and deploy to staging or production remote: origin myproject.visualstudio.com VS online build, test Kudu

LevelExperiencesLanguages Basic Smart editing with coloring, bracket matching, auto indent, textual completion C#, VB, Razor, Markdown, Handlebars, HTML, XML, INI, Batch, Jade, CoffeeScript Good Error checking as you type, IntelliSense, go to definition, outline, rename symbol JavaScript, JSON, CSS, LESS, SASS, PHP GreatReference searching across filesTypeScript