windows azure

Securing Serverless Applications in Azure

Serverless is all about unleashing developer productivity by reducing the management burden and allowing you to focus on the application logic. But even for serverless applications, security is key! This presentation will guide you on how to secure your Azure Serverless applications. We are going to take a look at the different options for securing …

Securing Serverless Applications in Azure Read More »

Azure Serverless for Software Developers

Azure Functions, Microsoft’s serverless offering, allow cloud software developers to focus on their code and not be concerned with infrastructure or DevOps. Thanks to a slew of built-in integrations, you can use configurations rather than code to send and retrieve messages to various services or be triggered by events in those services.

Azure Functions 2.0: Enterprise-Grade Serverless

Serverless architectures – where managed servers are provisioned and scaled on-demand, freeing up time and money to focus on code – are seeing increasing mainstream adoption, but enterprise-grade applications have additional challenges such as networking, security, durability, and workflow complexity. Learn about the solutions to these challenges that Azure Functions, a leading FaaS (Functions as …

Azure Functions 2.0: Enterprise-Grade Serverless Read More »

How To Tests for Azure Functions

Azure Functions is a serverless cloud service that enables you to run code on-demand in Azure without having to explicitly provision or manage infrastructure. Use Azure Functions to run a script or piece of code in response to a variety of events.

Azure Storage Architecture: Getting the Most out of IaaS Storage

This session will run through the different storage types available in Azure, Block Blobs, Page Blobs, Files, Tables and Queues. It will explain the internals of how azure storage is delivered so that you can understand how best architect your storage to get the best performance from applications. Finally, it will dive in to the …

Azure Storage Architecture: Getting the Most out of IaaS Storage Read More »

Azure Web Sites: Architecting Web Apps

Developing multi-tiered applications in the cloud world and integrating with Azure Active Directory (AAD) offers great benefits, as it allows flexible scaling as the business and usage grows. This session will discuss planning web apps with scaling and growth in mind, as well as strategies and techniques for hybrid to on-premises solutions.