Hi. I'm playing around with creating pulumi compon...
# general
r
Hi. 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
 ?
so you should be able to use something like:
/azure-native/v1.22.0/schema.json#/resources/azure-native:web:WebApp
r
thanks frezbo, I tried that but I'm getting a failed to parse error
r
I typed that up, it's possible I made a typo. Better to check from the schema.json of the azure provider. I assume the azure-native provider is added as a dependency.
r
thank you for your help. I have raised an issue in pulumi repo and has been labelled as bug. https://github.com/pulumi/pulumi/issues/7775 hopefully a fix will come in soon. cheers
💪 1
r
aha, That explains why it works for aws 😅
1