Azure

A collection of 125 posts

Azure

Preparing Visual Studio Code for IaC (Azure) + Deploying a Storage Account using IaC

This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage. Prerequisites:Extensions: Installing Azure CLI: $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList