Member-only story
Azure Tips Issue #4 — Azure Functions, Azure Arc, Azure Security Center, Role Based Access Control (RBAC) and more!
# 1 Azure Fundamentals
New to the cloud? Azure fundamentals is a six-part series that teaches you basic cloud concepts, provides a streamlined overview of many Azure services, and guides you with hands-on exercises to deploy your very first services for free.
# 2 Best practices for reliable Azure Functions
Azure Functions is an event-driven, compute-on-demand experience that extends the existing Azure App Service application platform with capabilities to implement code triggered by events occurring in Azure, in third-party service, and in on-premises systems. Functions lets you build solutions by connecting to data sources or messaging solutions, which makes it easier to process and react to events. Functions runs on Azure data centers, which are complex with many integrated components. In a hosted cloud environment, it’s expected that VMs can occasionally restart or move, and systems upgrades…