Get Started with Azure Bicep – Alternative to ARM Templates
Azure Bicep is an abstraction built on top of Azure ARM Templates and Azure Resource Manager that offers a cleaner code syntax with better support…
Azure Bicep is an abstraction built on top of Azure ARM Templates and Azure Resource Manager that offers a cleaner code syntax with better support…
Today, the Pentagon stated that the US Department of Defense will be staying with their previous decision to award the $10 Billion JEDI (Joint Enterprise…
HashiCorp Terraform offers lots of flexibility in coding Infrastructure as Code (IaC) deployments. Using Feature Flags and Environment Toggles can help in increasing the flexibility…
The new “Developer’s Guide to Azure” eBook published from Microsoft, written by Build5Nines’ own Chris Pietschmann, is your guide to getting started with Microsoft Azure…
The Azure Cloud Shell offers the ability to manage cloud resources, virtual machines, run scripts and other tasks directly from within the browser or Azure…
Azure Sphere is Microsoft’s Internet of Things (IoT) platform for building more highly secured IoT solutions. Azure Sphere incorporates components of hardware, operating system, and…
Security and Privacy are key in todays digital first world. Setting up a VPN with OpenVPN in Microsoft Azure offers a fairly simple method to…
At the core of any Internet of Things (IoT) solution built with Microsoft Azure is the need to connect IoT devices to the cloud and…
Just as all Azure Web Apps need configuration values, most applications also need to have database Connection String values configured. With Azure Web Apps the…
All web applications have some kind of configurations that are set on the server. The method of storing and accessing these settings varies on different…
Today, I’ve received notification that I have been awarded Microsoft MVP for the 2020 – 2021 award year for my community contributions in the Microsoft…
Sysinternals are very widely used tools from Microsoft in the Windows world, and now the ProcDump utility has been ported over to Linux as an…
Microsoft has already brought Microsoft Teams to Linux as the first Microsoft Office app to officially be supported on Linux. We are still waiting for…
The Azure CLI is the command-line tool for working with Microsoft Azure resources, and grants you access to the CLI through both the Windows Command…
We all know that in production environments we shouldn’t use the “right-click publish” feature within Visual Studio. However, there are plenty of development scenarios where…
The Raspberry Pi is a popular single board computer with many different uses from Internet of Things (IoT) to learning about computer science and many…
This is a letter that Satya Nadella wrote to Microsoft employees on June 5, 2020 in response to all the protests about George Floyd and…
Microsoft made a ton of announcements at and around the Microsoft Build 2020 conference. Included in all the announcements was a tone of news surrounding…
When installing Ubuntu, or any Linux distro, a root user will be created. However, there are many times when you need to create additional users…
Modern web applications are shifting more towards a static html/css architecture that leverages RESTful APIs as the backend data services. Previously, in order to host…