News

Bypassing the Azure Portal and going straight to PowerShell will provide you with more options for managing Microsoft's cloud. Due to Microsoft's mission to provide services to a "cloud-first ...
To create Azure storage blobs I'll use PowerShell. There are a number of different ways to upload files into Azure but for demonstration purposes, I will use PowerShell.
If you don't already have the Azure PowerShell modules, run Install-Module -Name Az to get it downloaded. Once downloaded, connect to your Azure subscription by running Connect-AzAccount. Once ...
2. Connect to Azure. Once you have the Azure PowerShell module downloaded, you must authenticate to your Azure subscription. Microsoft needs to know what storage accounts you have access to and what ...
It is now time to connect to our Azure subscription and associate our account in the current PowerShell session. To do this, we'll use the Add-AzureAccount cmdlet. Just calling this by itself brings ...
Windows Terminal is a consolidation of various command-line utilities such as Windows PowerShell, PowerShell, Command Prompt, etc. It lets you use more than one command-line utility at a time from ...
Azure Application Architecture Guide (source: Microsoft). The document provides a series of steps to follow, along with supporting design guidance, in which developers choose an architectural style, ...
1. POSH-Sysmon: Configuring Sysmon. Microsoft’s Sysmon is a tool that monitors systems and adds granular events to be tracked even after a reboot. For any edge based system or public-facing web ...