Hey folks, I'm trying to use Pulumi to tear down a...
# general
m
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.
~ azurestorageContainer name-storage-container refreshing error: Preview failed: refreshing urnpuluminame:azure blobazurestorage/containerContainername 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
~ azurestorageBlob name-blob-01 refreshing error: Preview failed: refreshing urnpuluminame:azure blobazurestorage/blobBlobname 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
Can you raise an issue about this at https://github.com/pulumi/pulumi-azure
👀 1