Azure

Azure Stream Analytics Overview

Richard Lewis
Simple design of realtime streaming from Application Insights to PowerBI I recently dived into the exciting world of Azure Stream Analytics If you’re scratching your head and wondering what the heck that is, don’t worry - I’ve got you covered. Simply put, Azure Stream Analytics is a cloud-based service that lets you analyze data in real-time as it’s being streamed in from various sources. Think of it as your personal data magician that can extract insights from your data as soon as it hits the cloud.

Azure Static Web Apps: The Cloud's New Electric Vehicle

Richard Lewis
Live Recording See the following youtube video for a live demo recording of my talk. Overview Welcome to day one of Azure Spring Cleaning 2023!. Azure Static Web Apps have been generally available for about one and a half years now, and I’ve been excited about this service since day one. Professionally, I help customers reduce software delivery complexity, so for me, Static Web Apps are an amazing idea that reduces the time needed to get services up and running.

Azure Synapse Overview

Richard Lewis
Earlier this year I joined the Azure Synapse Influencer Program. But I don’t receive payments as an influencer instead I get a wide range of benefits, such as early access to new features and capabilities, access to exclusive training and resources, and opportunities to engage with the Azure Synapse product team and also the occasional free swag like a coffee cup and sticker. I joined the program to build my knowledge around the platform and be able to show its value of it to my clients.

Thoughts On Azure Cache For Redis

Richard Lewis
Recently I took some time to revisit Azure Cache for Redis I got first introduced to the service in 2018 and a lot has changed since then. I won’t go into detail about Redis and what it is or What is caching. But instead, I want to share my thoughts on using it on the Azure platform. A particular use benefit of using Azure Cache for Redis instead of the self-hosting version for data cache needs is it will allow a business to bring the frequently called data to the cloud so that the data can be called faster with higher availability.

Terrafy Knowledge Share

Richard Lewis
A little disclaimer here, these are notes from a live demo on 4-28-22 sorry if this doesn’t make sense later. Overview: Azure Terrafy is a new tool currently in preview as of April 27th from Microsoft designed to help you export Azure Resources listed within the AzureRM provider to a terraform main.tf file and maintain a state file. How To Install It: To be able to install Terrafy you’ll need to download the binary from the github repo.

Notifications on Certificate Expiration Dates Using Azure Key Vault

Richard Lewis
Back in July fellow Azure blogger Billy York wrote a blog post about Monitoring SSL certificates with Azure monitor utilizing a standard test within App Insights, it’s really cool that Azure finally added this ability. I want to talk about an alternative less known method using Azure Key Vault certificate contacts and lifetime contacts. What is Azure Key Vault? For those who are unfamiliar with The Azure service Azure Key Vault the fastest way to sum it up is that its a cloud service on Azure used for storing sensitive application information like tokens, passwords, API keys as well as TLS and SSL certificates used by resources on Azure or accessing Azure resources.