https://pulumi.com logo
r

rich-cat-16319

08/18/2021, 2:35 AM
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

rich-cat-16319

08/19/2021, 2:12 AM
thanks frezbo, I tried that but I'm getting a failed to parse error
r

rough-farmer-61054

08/19/2021, 5:46 AM
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

rich-cat-16319

08/20/2021, 5:56 AM
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

rough-farmer-61054

08/20/2021, 10:22 AM
aha, That explains why it works for aws 😅
1