I’ve started to collect resources pertaining to learning Azure from a developer’s perspective. These could be tips and tricks, eBook’s, whitepapers and even learning courses.
The new page on my blog can be found here Resources which is located in the top menu bar as shown here
Added Resources to my top navigation bar menu.
If you have suggestions for links please let me know.
In this episode of Azure Friday, Jeremy Likness joins Scott Hanselman to show how to build workflows and integrations from the cloud across third-party services and on-premises servers using Azure Logic Apps.
Modern applications light up with real-time information. In this episode of Azure Friday, Anthony Chu joins Donovan Brown to show how to deliver live updates from Azure Functions to web, mobile, and desktop apps with Azure SignalR Service. Learn how to send real-time messages over WebSockets from your serverless apps with a few lines of code.
In this episode of Azure Friday, Kirill Gavrylyuk joins Scott Hanselman to go over two important updates to Azure Cosmos DB: Free Tier and Autopilot. Free Tier enables you to run small applications using Azure Cosmos DB free of charge for as long as you like. Autopilot enables developers to only pay for the Azure Cosmos DB usage they need and not worry about predicting throughput.
Think serverless is just for functions? Think again! In this episode of Azure Friday, Brendan Burns joins Donovan Brown to look at how serverless containers can provide a cloud-native container experience without the worry of a server or operating system. They also look at how this integrates with the Azure Kubernetes Service (AKS).
In this episode of Azure Friday, Jeff Hollan joins Scott Hanselman to show how you can quickly develop and deploy code to run in the cloud with Azure Functions. Functions can be written in a variety of languages, and will automatically trigger and scale based on your application needs.
Azure App Configuration helps you manage application settings and control their access centrally. It’s built on the simple concept of key-value pairs, and this service provides manageability, availability, and ease-of-use.
Azure App Configuration provides the following benefits:
Universal, fully managed configuration store for configuration and feature management
Provides fast retrieval of configurations for any application in Azure, on-prem or in other clouds
Complete data encryption, at rest or in transit
Improve security by separating configuration from code
Reduce configuration complexity across multiple environments
Native integrations with popular frameworks such as .NET, Azure Functions, and Java Spring