Hello Pulumi friends. I'm playing around with crea...
# typescript
r
Hello Pulumi friends. I'm playing around with creating pulumi component providers using this example. and one of the properties of the component I am creating is an Azure App Service. The example uses an S3 bucket and has a
"$ref": "/aws/v4.0.0/schema.json#/resources/aws:s3%2Fbucket:Bucket"
that is in the
schema.json
Does anyone know where can I find the same reference but for the
azure-native:web:WebApp
?