It's Monday, time to share my reading notes. Those are a curated list of all the articles, blog posts, podcast episodes, and books that catch my interest during the week and that I found interesting. It's a mix of the actuality and what I consumed.
If you think you may have interesting content, share it!
Cloud
-
Quickstart: Container Apps using Bicep (Jason Haley) - Nice tutorial to get started with bicep and Azure Container Apps.
-
Azure SDK Release (April 2022) - Always good to know what is updated. Did you know the team also maintains slides for you?
-
Configure Azure Cosmos DB Continuous Backups (Rajendra Gupta) - Backup can be so powerful! You could return in time just before an error to understand what happens... Or so many other scenarios.
-
Quickstart: Deploy an existing container image to Container Apps using Bicep (Jason Haley) - Great tutorial
-
Unlock cloud savings on the fly with autoscale on Azure | Azure Blog and Updates | Microsoft Azure (Diana Gao) - This is the perfect post to get started with autoscaling. Witch services what can you expect and more.
Programming
-
Announcing Docker SBOM: A step towards more visibility into Docker images (Justin Cormack) - Oh, that's pretty cool! Easy to try. Give it a shot!
-
How To Run PowerShell Scripts (Brien Posey) - A script can be frightening at first, but this nice post will help you to understand them better. Perfect for less technical people.
-
Introducing Qodana for Azure Pipelines (Anastasia Khramushina) - Qodana is can analyze your code in CICD on many platforms, and now also in the Azure DevOps.
-
Uploading Files with HttpClient in .NET 6 (Calvin) - Nice tutorial to upload a file all the code is there.