AZ-304 is one of two required exams to get the Microsoft Azure Solutions Architect Certification. The other required exam is AZ-303. In this post, I’ll tell you exactly how I studied for and passed the AZ-304 exam. The AZ-304 exam covers...
Azure App Service is a hugely popular cloud service used to host, scale and manage web applications. An Azure App Service Plan is the component which defines the infrastructure used to host those web applications. It specifies the number of instances...
Reducing operational and infrastructure costs is one of the most common reasons for migrating on-premises infrastructure to Azure. However, Azure can get really expensive if it is not used prudently. There are many ways to reduce the bottom line on our...
Blazor is a web framework that lets you create single page web applications using C# instead of JavaScript or TypeScript. Blazor is rapidly gaining momentum among C# and .NET developers since it lets them leverage their existing skills to build rich...
Interested in the Microsoft Azure Solutions Architect Certification? To get it, you have to pass two exams: AZ-303 and AZ-304. In this post, I’m going to show you exactly how I prepared for and passed the AZ-303 exam. 1. Microsoft Learn...
Podcasts are a great way for developers to keep up with the latest technology and learn from the experience of others. The conversational nature of most podcasts makes their content easier to absorb than many other mediums. Podcasts are also very...
To get the Microsoft Azure Developer Certification, you need to pass the AZ-204 exam. I’ve put together a list of resources I used to prepare for and pass the AZ-204 exam. These resources consist of Microsoft Learn modules, Microsoft documentation, Pluralsight...
Containerization allows us to create flexible, scalable and efficient applications. Generating a containerized .NET Core web app with Docker and Visual Studio is easy. It’s also simple to upload and deploy the resulting container image to Azure. We’re going to do...
There are many ways to create an Azure Virtual Machine. We’ll go over three easy ways to programmatically create an Azure VM. Azure CLI Azure PowerShell .NET SDK Create Service Principal Develop Application 1. Azure CLI The Azure CLI is a...