Is there an equivalent for <Blob >in AzureNextGen?...
# azure
n
Is there an equivalent for Blob in AzureNextGen? I'm trying to replicate this workflow (in c#).
t
Not yet - because it does not exist as a resource in Azure Resource Manager. Tracked in https://github.com/pulumi/pulumi-azure-nextgen/issues/13
For now, you’d have to use the old provider for this resource (you can mix both)
n
👍 Thanks!