This blog post will show you how to add .NET to your Linux PATH and set the OS to use the correct version.
Set Default Dotnet SDK Version
Sometimes when developing applications, we need to “lockdown” the SDK version and not use the latest version installed on the machine.
Delete Azure Virtual Machine With Azure CLI
In this Microsoft Azure blog post we are going to delete a Virtual Machine running using the Azure CLI command line utility.
Apply Terraform Configuration Without Confirmation
In this Terraform blog post, you will learn how to apply a Terraform configuration code with confirmation.
Output Azure Virtual Machine Public IP With Terraform
When deploying Windows or Linux Virtual Machines to Microsoft Azure, we could use Terraform to output the VM IP address.
Create Azure VNET, Subnet and NSG With Terraform
This Terraform configuration code will show how to create a Virtual Network (VNET), Subnet and a Network Security Group (NSG) with Terraform.
List Azure Regions With Azure CLI
This post will show how to use Azure CLI to list all the available Azure regions and their names.
How to Authenticate to Azure from Terraform
This post will show how to authenticate to Microsoft Azure from Terraform and deploy resources.
Export Microsoft Teams Phone Numbers Using PowerShell
This blog post will show you how to export all the Microsoft Teams phone numbers activated in your tenant.
Add .NET Package to The .csproj Project File
Adding a NuGet package to your .NET project is a great way to get access to functionality that you might not otherwise have.