You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulumi makes it through the preview, but will fail to apply with an error. The error details contain a url with the resource group name instead of the storage account name in it, which I'm assuming is the problem:
error: Plan apply failed: Error checking for existence of existing Storage Table "table3a4db274" (Account "storageca2999c2" / Resource Group "resourcegroupa22eacc9"): tables.Client#Exists: Failure sending request: StatusCode=0 -- Original Error: Get https://resourcegroupa22eacc9.table.core.windows.net/Tables('table3a4db274'): dial tcp: lookup resourcegroupa22eacc9.table.core.windows.net: no such host
This was reproducible on a new typescript-azure project with just a storage account + table like:
Pulumi makes it through the preview, but will fail to apply with an error. The error details contain a url with the resource group name instead of the storage account name in it, which I'm assuming is the problem:
error: Plan apply failed: Error checking for existence of existing Storage Table "table3a4db274" (Account "storageca2999c2" / Resource Group "resourcegroupa22eacc9"): tables.Client#Exists: Failure sending request: StatusCode=0 -- Original Error: Get https://resourcegroupa22eacc9.table.core.windows.net/Tables('table3a4db274'): dial tcp: lookup resourcegroupa22eacc9.table.core.windows.net: no such host
This was reproducible on a new typescript-azure project with just a storage account + table like:
This is with 1.0.0
The text was updated successfully, but these errors were encountered: