Tag: Azure

  • AKS and Prometheus

    What is Prometheus? Prometheus is an open source monitoring system which was originally built by SoundCloud. It is now a part of the Cloud Native Computing Foundation. Prometheus scrapes metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is met. Azure Kubernetes Service (AKS)…

  • Defender for Cloud (Cloud Security in Azure)

    Defender for Cloud was a rebranding of Azure Security Center and is the premier offering from Microsoft Azure as a control plane for security and visibility in Azure. While this is a small view of the dashboard you can see the experience has changed in Azure, AWS and GCP as of recently you can now…

  • Withings Application

    Scope It’s been a while since I’ve wrote my last post and figured I’d document my experience building an application to communicate with the Withings API. My idea is a simple concept, authorize into the Withings API and take the data populated from various metrics in JSON format and sent a POST request into FitnessPal…

  • Serverless App Engine Logic App

    While exploring the services in Azure, I’ve been in constant thought of how to use the Logic App service offered Logic App Designer. While exploring more in-depth MS Documentation I’ve created a logic app for a small project on the calculating the time to travel to my local university on the days I have lectures.…