Silicon Valley Code Camp : October 7 & 8, 2017

Robin Shahan

Microsoft
About Robin
Robin has over 25 years of experience developing complex, business-critical applications for Fortune 100 companies. As President of Nightbird Consulting, she provided training and helped companies architect and develop scalable, efficient solutions utilizing the Azure platform. She is a 6-time Microsoft MVP, and now works for Microsoft as a Sr. Content Developer for Azure. Robin regularly speaks about Azure at various .NET User Groups and Code Camps and runs the San Francisco/Silicon Valley Azure meetup. She can be found on Twitter as @RobinDotNet, and you can read her articles about Azure (and other subjects) at http://robindotnet.wordpress.com.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Azure Functions

    4:00 PM Saturday   Room: Fireside D
    Azure Functions is a serverless compute service that enables you to run code on-demand without provisioning or managing any infrastructure. You can use Functions to run a script or a piece of code using a timer, a trigger, or a web hook. They have some great integration features for Azure Storage, Service Bus, Event Hubs, etc. I'll talk about what Functions are, and what you might use them for. I'll show several examples, including one written in C# that uses Azure Storage integration.