Last active
June 21, 2025 05:51
-
-
Save ams0/9c7c03223c79fe0f68b6dc222441d536 to your computer and use it in GitHub Desktop.
storage account fixes for Azure Automation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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