Microsoft Azure Workaround for error 'utf-8' codec can't decode byte 0x82 using Azure CLI deployment and Bicep We migrated most of our automation from ARM Templates to Bicep in the recent months and things have been good so far. We ran into an issue deploying a bicep
PowerShell Bug: "Your Azure credentials have not been set up or have expired, please run Add-AzureAccount to set up your Azure credentials." I wanted to automate dev/test environments lately in Azure and I faced the following issue... Azure PowerShell cmdlets introduced in version 0.8.15 AzureProfile support: AzureProfile: New cmdlets to manage in-memory profiles * New-AzureProfile: Create a new in-memory Profile * Select-AzureProfile: Select the profile
PowerShell BUG: PowerShell workflow execution hang when using PSObject parameter in a new PowerShell session One upon a time... I was playing with PowerShell workflows to automate stuff in Azure. The scripts were doing what I wanted them to, but the day after I started to have problems when trying to execute them again. After an hour of trials