Extending Office Add-ins with the
Azure Container Service
Rick Van Rousselt
Office 365 / SharePoint Consultant
Rivaro Consultancy
Belgium
@RickVanRousselt
#ESPC16
- Ligthweight, open secure
platform
- Simplify building, shipping,
running apps
- Shipping container system
for code
docker and containers
• Blueprint or definition of a container (readonly)
• Needed by docker engine to create a running instance of
a container
• Can consist out of multiple layers
Code Node.js UbuntuImage
It’s just easy for us developers
• When joining an ongoing project no need to do a long setup
for a developer environment
• No need for heavy virtual machines
• Development environment is almost the same as production
Why use containers