<@UB39JFCKC> after your PR for Azure 2.0 provider:...
# azure
l
@tall-librarian-49374 after your PR for Azure 2.0 provider: https://github.com/pulumi/examples/pull/597, the example for a Pulumi resource backed by a Dynamic Provider is no longer an example showing that: you removed the use of the
StorageStaticWebsite
from
index.ts
, probably because the 2.0 provider now does support the feature you previously used the custom resource for. Is there still another Typescript example available showing Dynamic Providers with associated resources? https://www.pulumi.com/blog/dynamic-providers/
t
Yeah, that’s because we now have a native feature for static websites in Azure. There’s also https://github.com/pulumi/examples/tree/master/azure-ts-dynamicresource
l
Tnx. Maybe remove the
static website
as an example from the above blog article? https://www.pulumi.com/blog/dynamic-providers/#enable-azure-storage-s-static-websites-feature
t