Cloud
- Background tasks for your web site using Azure WebJobs (Jon Hilton) - Interesting post that introduces storage queues and webjob to manage background process.
- Azure Logic Apps Connectors (Jeff Hollan) - This post is a nice introduction to trigger. These ca be use in Azure Logic Apps but also in Power Apps.
- Download Azure Resource Manager Tools for VS Code - Another nice extension for Visual Studio Code (vscode).
- Get Last Sync Time for Read-Access Geo-Redundant Azure Storage - This post contains a lot of detail and information about disaster recovery and how to create a nice PowerShell module as a tool to help us.
- Accessing v1 APIs and BizTalk APIs from Logic Apps (Jeff Hollan) - Nice post that shares interesting tips about Azure API Apps.
- Getting to Know #Azure Mobile App - Nice tutorial that leverage the recently GA Azure Mobile App to build AskAlex: an universal application that looks promising...;)
- Exception Handling with Logic Apps (Jeff Hollan) - Great tutorial that shows how to solve a extremely frequent problem... the exception handling.
- Using Logic Apps Webhook Triggers (Jeff Hollan) - Fantastic tutorial that shows how to create an HTTP trigger in today's interface/ designer.
- Deploying in the Logic Apps Preview Refresh (Jeff Hollan) - Very interesting post for the initiated that explains few pro tips when deploying our Azure Logic App.
- Using the Azure Resource Manager: Part 1 Virtual Machines (Rachel Hagerman) - First post in a very promising series. This on sets the table and shows how to use VS to deploy a VM.
- Using the Azure Resource Manager: Part 2 Networking Templates (Rachel Hagerman) - This second post in this series gives more details about a very common piece in our deployments the network.
Databases
- Making Entity Framework 7 and Azure Data Sync work together (Gunnar Peipman) - Nice tweak to solve a problem in small database context.
Programming
- Automated Testing with Visual Studio (Lachezar Arabadzhiev) - An episode to watch... Everyone should do tests.
Miscellaneous
- Microservices as an Evolutionary Architecture - Interesting post about an architecture pattern that becomes more popular.