big-australia-4159
09/16/2022, 12:12 PMazure-native
on pulumi and am trying to import an existing blobcontainer to my pulumi stack. My issue is that I can't figure out how to get the ID
for the blobcontainer.
I have gotten the storage account imported but am not able to find the ID for the container as provided in the example here. Does anyone know what azure cli command I can run to get the ID? I have tried storage container show
but that does not return an ID in the format as shown in the example import statement./subscriptions/{subscription_id}/resourceGroups/{resource_group}/providers/Microsoft.Storage/storageAccounts/{storage_account_name}/blobServices/default/containers/{storage_container_name}