What AZ-900 Actually Teaches You (And What It Does Not)
AZ-900 is free, easy, and technically “just the basics.” That does not mean it is useless — it just means you should know exactly what you are getting before you sit the exam.

AZ-900 is free, easy, and technically “just the basics.” That does not mean it is useless — it just means you should know exactly what you are getting before you sit the exam.

If your server still logs in with a password, you are one bad brute-force script away from a very bad day. SSH keys take five minutes and fix that forever.

You do not need to memorize forty docker run flags. You need one YAML file and about ten commands you will actually use. Here they are.

One Raspberry Pi, one Docker command, and every ad on every device in your house just… disappears. Here is the fastest way to get Pi-hole running without losing an evening to it.

Follow this short guide to create a Microsoft Azure Storage Account and start storing and sharing files within Azure!

Let’s go! Just create an Azure File Share and start to share files in a serverless mode!, no maintenance, just performance!

Learn how to shrink the memory usage of your Raspberry Pi to power up these little devices!

Well, the first thing to migrate a Database to Azure SQL, is actually having a DB to migrate, so, in this example we will use a local Database in a SQL Express as the source (with sample data, credits to https://www.sqlservertutorial.net/load-sample-database/ ) and the DB created in here as target. In the point that we…

Once the creation of an Azure Virtual Machine is just overcome, as explained in the previous post Azure basics – Creating a new virtual machine, learn how to create some more resources on Azure, like. hummm, let me see… how to create an elastic Database, capable of adding more storage or compute power as the…

Here we are, we have an Azure account (you can do it here), so what to do now? Let’s create a VM just for fun, just for testing how it works. In this post we are going to create a small VM with Windows using both Azure Portal and through Azure CLI, so we have…