enough-butcher-66045
06/30/2021, 10:37 AMConfig = new Dictionary<string, Dictionary<string, string>[]>
{
{
"Bindings", new[]
{
new Dictionary<string, string>
{
{"AuthLevel", "function"},
{"Direction", "in"},
{"Name", "req"},
{"Type", "httpTrigger"},
},
new Dictionary<string, string>
{
{"Direction", "out"},
{"Name", "res"},
{"Type", "http"}
}
}
},
},
that's how the config looksNo 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