Recent Blog ArticlesNewest TopicsMost LikesTagged:TagConsuming the new Microsoft Cloud for Sustainability API Microsoft Cloud for Sustainability (MCfS) empowers organizations to accelerate sustainability progress and business growth by bringing together a set of environmental, social, and governan...Azure Functions - Part 2 - Unit and Integration Testing A unit test usually involves writing code to test a specific function or method, using input data and expected output data. The test code then executes the function or method with the input ...AKS Review - 3.1: Security - Prevention The next topic has to do with runtime security, where you need to make sure that your runtime context is not vulnerable. One thing you should keep in mind is that when a plain Kubernetes c...AKS Review - 2.1: Identity & Access Control - Cluster, Operator & Pod Identity The first thing to cover regarding Identity & Access Control is the cluster and operator identity, which means identity access control for the cluster itself and for people who are going t...AKS Review - 1.2: Networking - AKS Networking & Private Connectivity In AKS, you can deploy a cluster that uses one of the following network models, which provide network connectivity for your AKS clusters. The choice of which network plugin to use for your...AKS Review - 1.1: Networking - Ingress / Egress Azure Kubernetes Service (AKS) is a managed service, meaning that Microsoft manages the control plane components (i.e., API Server, Controller Manager, etcd DB & Scheduler) for you and off...AKS Container Insights logging level and associated costs When migrating your services to AKS, you could potentially run into an issue, which has to do with logging levels and the volume of data that is being sent to Container Insights. This is e...Kubernetes Nginx Ingress Controller Logs By default, the Kubernetes Nginx Ingress Controller writes logs and traces to stdout / stderr. These logs and traces are stored in the ContainerLog table. You can navigate to an autogenerated query f...Design, develop and deploy a serverless low-code solution in Azure Imagine that you are part of an organization where your colleagues are either dispersed across a region or across the globe. PairUp is an automation solution deployed in Azure that will pair Azure...Application Insights telemetry in Azure Functions In today’s post we are going to see how we can enable application insights integration into an Functions App, both when running in Azure and in our local development environment. We are also going to...