-
Learning Azure – Delving into Databases
This week, my Learning Azure series will be talking about some of the databases available on Azure. Which databases are on Azure? There are many databases on Azure – including relational data in Azure SQL, NoSQL with Azure Cosmos DB, and even some popular databases in the open source realm such as MySQL and PostgreSQL.…
-
Serverless hosting with Azure Functions
In today’s adventures with Learning Azure, I want to get you moving with a serverless solution in Azure called Azure Functions. What are Azure Functions? Azure Functions are not something you’ll see rendered on a front-end somewhere. They’re a serverless solution used for doing things in the back-end and the middle tier. These are some…
-
Azure Hosting with Azure App Service
Yesterday, I talked about the hosting option for front-end apps that don’t require server rendering. Azure Static Web Apps takes care of that. Today, we’ll explore a hosting offering that does support server rendering – Azure App Service! Disclaimer: I am a contributor to some of these docs and their sample code. I am also…
-
Talking about Azure Static Web Apps
For today’s Learning Azure adventure, I want to talk about an Azure offering that hosts sites where server rendering isn’t required. Think about sites where HTML, CSS, and JavaScript work without server rendering. Think about Blazor. Imagine those apps calling lightweight APIs hosted in the serverless Azure Functions. (More on those later this week!) Let’s…
-
Free Azure Services?!
In today’s post for our Learning Azure series, we’re going to look at some of the services available for FREE* in Azure. * These are various distinctions of FREE and as of August 2, 2022. If you are seeing this at a later date, you will want to check their product pricing pages for details.…
-
August is for Learning Azure
Over the past couple months, Jerome Hardaway has been tweeting about reading the docs, and his latest tweet about the docs inspired me: (1) Jerome Hardaway 🇺🇸🇺🇸🇺🇸 on Twitter: “This is your regular reminder to if you’re new to code to RTFD ( Read The F*cking Docs). They have whole teams dedicated to them now.…
-
Cultivating a Culture of Learning
Last week, LDLockhartJr posted what he called a potentially hot take: Lawrence AKA Coding Paths on Twitter: “Potentially hot take: once you get your feet wet in “tech”, it’s perfectly fine to be mentor and mentee. Always learning and willing to share what you’ve learned.” / Twitter In my retweet, I mentioned that I support…
-
Choosing Between Azure DevOps and GitHub
Every time I do an Azure DevOps talk, I get someone asking me about migrating from GitHub to Azure DevOps. Every time, I have to ask “Why do you want to migrate from GitHub to Azure DevOps?” Why would you choose between Azure DevOps and GitHub? Or better yet – do you have to choose…
-
Adding Super-Linter to the Azure DevOps Build
This is a continuation of the Azure DevOps + Azure App Service adventures. The other posts in this series are: Working with Azure DevOps + Azure App Service – Part 1 Working with Azure DevOps + Azure App Service – Part 2 When I did my presentation for NEOWIT earlier this week, I showed a…
-
Working with Azure DevOps + Azure App Service – Part 2
This blog post accompanies a demo I did for my Intro to Azure DevOps talk with the Northeast Ohio Women in Tech group. I’m breaking this up into multiple parts in order to talk through the Azure App Service adventures. We will try to stay within the browser so that we don’t have to install…