https://pulumi.com logo
Title
e

enough-butcher-66045

06/30/2021, 10:37 AM
Config = 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 looks