https://pulumi.com logo
Title
m

microscopic-actor-20127

03/08/2022, 9:41 PM
Hey folks, I'm trying to use Pulumi to tear down a stack that includes an Azure Blob Storage account, and it's giving a strange error. The error is attached in the thread. We are able to tear down all other Azure resources, but Azure Blob errors out and requires us to remove it manually either using the portal or the Azure CLI. Any help would be much appreciated.
~ azure😒torage:Container name-storage-container refreshing error: Preview failed: refreshing urn😛ulumi:name::azure_blob::azure:storage/container:Container::name-storage-container: Error retrieving Container "name-storage-container" (Account "namestorage9wrbvd" / Resource Group "name-rg"): containers.Client#GetProperties: Failure sending request: StatusCode=0 – Original Error: context deadline exceeded
~ azure😒torage:Blob name-blob-01 refreshing error: Preview failed: refreshing urn😛ulumi:name::azure_blob::azure:storage/blob:Blob::name-blob-01: Error retrieving properties for Blob "name-blob-01" (Container "name-storage-container" / Account "namestorage9wrbvd"): blobs.Client#GetProperties: Failure sending request: StatusCode=0 – Original Error: context deadline exceeded
Replaced the name of our application with
name
e

echoing-dinner-19531

03/09/2022, 1:08 PM
Can you raise an issue about this at https://github.com/pulumi/pulumi-azure
👀 1