Skip to content

Instantly share code, notes, and snippets.

@ams0
Last active June 21, 2025 05:51
Show Gist options
  • Save ams0/9c7c03223c79fe0f68b6dc222441d536 to your computer and use it in GitHub Desktop.
Save ams0/9c7c03223c79fe0f68b6dc222441d536 to your computer and use it in GitHub Desktop.
storage account fixes for Azure Automation
$storage_account="contostore"
$resource_group="resources"
az login -i
az storage account list --query "[].{name:name, location:location}" --output table
az storage account update -k true --resource-group $resource_group --name $storage_account --public-network-access Enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment