© 2023 Hashnode
#azure
Choosing which Azure load balancer to place in front of your cloud application is an important decision as its functionality can have an impact on user experience, reliability, and security. While there are 90+ 3rd-party LB options availabl…
Not all Azure Linux VM's are created equal, particularly when it comes to network performance 💨 The Ubuntu Azure kernel is the most optimized for network performance on Azure. The majority of Linux…
The "AWS to Azure services comparison" Microsoft article was shared with me when I first started working with multi-☁️ architectures. It was very helpful back then and I still refer to it today. Grasping the different terminology between …
Securing GitHub Actions with OIDC to create continuous infrastructure on Azure Continuous deployment workflows can deploy and manage lifecycle of cloud infrastructure on Azure, AWS, GCP etc. To do thi…
As modern applications become more complex, handling increasing amounts of data and traffic can become a major challenge. This is where Azure Redis Cache comes into play. It is a managed in-memory dat…
Week 1/1 Happy New Year, all! Week 2-8/1 🔸 Azure Sphere support for European Data Boundary. The Azure Sphere Security Service now enables EU customers to process and store image files and device cras…
What is Microsoft Azure? Azure is a frequently expanding set of cloud services that help you meet current and future business challenges. Many organizations/businesses migrate from a traditional appro…
Architecture Design What is Azure DevOps? Azure DevOps is a Software as a service (SaaS) platform from Microsoft that provides an end-to-end DevOps toolchain for developing and deploying software. …
Here are some of the most used Commands in DevOps: Ls: This command is used to list the contents of a directory. if you run ls -l, it will show the permissions, owner, size, and last modified date for each file in the directory. if you r…
I've used and abused containers for a while now, often throwing myself into container based projects head-first - learning as I go. Because of this, I suspect my knowledge in this area isn't particula…