Microsoft

How to Enable GitHub Copilot Within Your Organization

Richard Lewis
This blog post was written for future Richard and anyone else who might be looking for documentation on where to start with enabling GitHub Copilot within an organization. The process is pretty simple but might be diffcult to find where to start. What is GitHub Copilot? GitHub Copilot is an AI-powered autocomplete tool that acts as a peer programmer, assisting in writing code. if you want to dive deeper into Copilot you can find more information about GitHub Copilot on the github resource site.

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.