Share this
Day 3 of Microsoft Ignite NZ
by Adam Knight on 28 October 2016
This article is republished from my original 'Day 3 of Microsoft Ignite NZ' post in LinkedIn.
Also have a read of my highlights from Microsoft Ignite Day 1 and Day 2.
I have been writing up my time at Microsoft Ignite at the end of each day, and I'm really glad now because the sessions I went to on Tuesday are a bit of a blur now. Today's sessions will stick for a while though, as they are much more my bread and butter as a solutions architect. I've found the 12 Factor App patterns really influential and designed my last project around Microservices running in Docker containers.
My first session today covered the ways you could deploy Microservices on Azure, concentrating on the PaaS options such as Logic apps, Functions, Web Apps and Service Fabric. Nick Ward explained the ins and outs of each option and where they should and shouldn't be used. I'm a PaaS convert now, as the platform services provided to you, such as scalability and fail over, take a lot of custom development work to replicate yourself. The API Gateway offering is great too, allowing you to expose APIs to developers, route and translate formats and apply a consistent security policy across calls.
Next up was a session on the Azure Container Service, which helps you configure a Docker Swarm or Mesosphere DC/OS cluster that you can deploy Docker containers to. Containers are the latest hotness, and are sort of a light weight virtual machine packaging up your code and the smallest possible set of dependencies. These containers are then run on a host that provides an operating system, but walls the container off so that it can't see anything else running. As far as the container is aware, it's the only programme on the server.
The cool thing about this is that you get the same libraries, dependencies and environment on your development machine as in production, so there's no more "works for me" bugs. Containers also start running blazingly fast so can scale up quickly, and as they run protected from other apps' libraries and versions you can pack more onto a machine. This lets you make better use of resources, as without this isolation you're often reluctant to run multiple apps on a machine in case they clash or use different versions of libraries or frameworks.
Anyway, Azure Container Services greatly assists with building and configuring clusters to which you can deploy containers. It helps with orchestration, making sure all your apps are spread across different nodes for redundancy, and other tasks that can burn a lot of development time.
IoT was the topic of the next talk, as Jonny Lin showed off Windows IoT Core, a cut down version of Windows 10 that can run Universal Windows apps. He used Visual Studio to compile and upload Arduino C and .Net Core apps to a Raspberry Pi running Windows Core. I really enjoy playing with my Pi running Linux, and I'll have to try out Windows Core.
Over lunch time I took a look at the Channel 9 studios. If you haven't seen Channel 9 before, check it out - it has many tutorials and information videos and they're publishing parts of Ignite online as well. For example you can watch Ashley Stewart, from Equinox IT, and his Microsoft Ignite presentation on DevOps and Visual Studio. Channel 9 is one of the main resources I'm using while I study for my MCSD exams.
The next session was on .Net Core for .Net developers. Core is an open source .Net runtime that works on Mac, Linux and Windows allowing Core apps to run everywhere. It's pretty appealing to use a single language for everything (I used to be a Java developer!) as you get reuse of code across different clients. I've written a few C# REST Services to experiment, and it's great to be able to use these on Windows and on my Mac. As I saw earlier, that same code would run on a Raspberry Pi too - not to mention on phones (via Xamarin) or Xbox. That sort of portability is what I really love about Java, not to mention the large number of open source libraries that are available. .Net is catching up there too!
Mel Langlotz and Amie Wolken from Geo A.R. Games presented a very different session on what it's like to create a startup, from working with incubators to managing the other founders. Their idea is to have Augmented Reality games, like Pokemon Go, but in a safe place such as a park so that kids could play a game that got them running around, while making them feel that they were playing games on a device. A very interesting talk and they covered a lot of the questions I have about forming a start up.
The final talk was again on Containers which reinforced the earlier session. Ken Thompson came to Microsoft from RedHat and really knows his Linux and Open Source. Ken showed how a Jenkins build pipeline could compile, package and deploy code onto Azure Container Services automatically. I'd actually be really keen to try this but in Visual Studio Team Services rather than Jenkins, which I'm sure you could do. Great to see CI/CD, Containers and Azure being used together though.
Tomorrow is the final day of Ignite, and breaks up at lunchtime. I've really enjoyed writing up these sessions, and if you want to read more please look up Day 1 or Day 2.
Adam Knight is a Senior Solution Architect based in Equinox IT's Auckland, New Zealand office.
Share this
- Agile Development (153)
- Software Development (126)
- Agile (76)
- Scrum (66)
- Application Lifecycle Management (50)
- Capability Development (47)
- Business Analysis (46)
- DevOps (43)
- IT Professional (42)
- Equinox IT News (41)
- Agile Transformation (38)
- IT Consulting (38)
- Knowledge Sharing (36)
- Lean Software Development (35)
- Requirements (35)
- Strategic Planning (35)
- Solution Architecture (34)
- Digital Disruption (32)
- IT Project (31)
- International Leaders (31)
- Digital Transformation (26)
- Project Management (26)
- Cloud (25)
- Azure DevOps (23)
- Coaching (23)
- IT Governance (23)
- System Performance (23)
- Change Management (20)
- Innovation (20)
- MIT Sloan CISR (15)
- Client Briefing Events (13)
- Architecture (12)
- Working from Home (12)
- IT Services (10)
- Data Visualisation (9)
- Kanban (9)
- People (9)
- Business Architecture (8)
- Communities of Practice (8)
- Continuous Integration (7)
- Business Case (4)
- Enterprise Analysis (4)
- Angular UIs (3)
- Business Rules (3)
- GitHub (3)
- Java Development (3)
- Lean Startup (3)
- Satir Change Model (3)
- API (2)
- Automation (2)
- Scaling (2)
- Security (2)
- Toggles (2)
- .Net Core (1)
- AI (1)
- Diversity (1)
- Testing (1)
- ✨ (1)
- August 2024 (1)
- February 2024 (3)
- January 2024 (1)
- September 2023 (2)
- July 2023 (3)
- August 2022 (4)
- August 2021 (1)
- July 2021 (1)
- June 2021 (1)
- May 2021 (1)
- March 2021 (1)
- February 2021 (2)
- November 2020 (2)
- September 2020 (1)
- July 2020 (1)
- June 2020 (3)
- May 2020 (3)
- April 2020 (2)
- March 2020 (8)
- February 2020 (1)
- November 2019 (1)
- August 2019 (1)
- July 2019 (2)
- June 2019 (2)
- April 2019 (3)
- March 2019 (2)
- February 2019 (1)
- December 2018 (3)
- November 2018 (3)
- October 2018 (3)
- September 2018 (1)
- August 2018 (4)
- July 2018 (5)
- June 2018 (1)
- May 2018 (1)
- April 2018 (5)
- March 2018 (3)
- February 2018 (2)
- January 2018 (2)
- December 2017 (2)
- November 2017 (3)
- October 2017 (4)
- September 2017 (5)
- August 2017 (3)
- July 2017 (3)
- June 2017 (1)
- May 2017 (1)
- March 2017 (1)
- February 2017 (3)
- January 2017 (1)
- November 2016 (1)
- October 2016 (6)
- September 2016 (1)
- August 2016 (5)
- July 2016 (3)
- June 2016 (4)
- May 2016 (7)
- April 2016 (13)
- March 2016 (8)
- February 2016 (8)
- January 2016 (7)
- December 2015 (9)
- November 2015 (12)
- October 2015 (4)
- September 2015 (2)
- August 2015 (3)
- July 2015 (8)
- June 2015 (7)
- April 2015 (2)
- March 2015 (3)
- February 2015 (2)
- December 2014 (4)
- September 2014 (2)
- July 2014 (1)
- June 2014 (2)
- May 2014 (9)
- April 2014 (1)
- March 2014 (2)
- February 2014 (2)
- December 2013 (1)
- November 2013 (2)
- October 2013 (3)
- September 2013 (2)
- August 2013 (6)
- July 2013 (2)
- June 2013 (1)
- May 2013 (4)
- April 2013 (5)
- March 2013 (2)
- February 2013 (2)
- January 2013 (2)
- December 2012 (1)
- November 2012 (1)
- October 2012 (2)
- September 2012 (3)
- August 2012 (3)
- July 2012 (3)
- June 2012 (1)
- May 2012 (1)
- April 2012 (1)
- February 2012 (1)
- December 2011 (4)
- November 2011 (2)
- October 2011 (2)
- September 2011 (4)
- August 2011 (2)
- July 2011 (3)
- June 2011 (4)
- May 2011 (2)
- April 2011 (2)
- March 2011 (3)
- February 2011 (1)
- January 2011 (4)
- December 2010 (2)
- November 2010 (3)
- October 2010 (1)
- September 2010 (1)
- May 2010 (1)
- February 2010 (1)
- July 2009 (1)
- April 2009 (1)
- October 2008 (1)