enough-butcher-66045
06/30/2021, 9:51 AMazure-native:web:WebAppFunction (post-to-slack):
error: Code="BadRequest" Message="Encountered an error (InternalServerError) from host runtime." Details=[{"Message":"Encountered an error (InternalServerError) from host runtime."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"
BadRequest","Message":"Encountered an error (InternalServerError) from host runtime."}}]
I'm trying this out (the ScriptRootPathHref is optional, gives me the same error without it)
var waf = new WebAppFunction("post-to-slack", new WebAppFunctionArgs
{
ResourceGroupName = rg.Name,
Name = app.Name,
FunctionName = "post-to-slack",
Language = "node",
FunctionAppId = "post-to-slack",
ScriptRootPathHref = codeBlobUrl
});
Not sure how to proceed, any help would be appreciatedNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by