Hi there, i need to know how i can connect a funct...
# azure
l
Hi there, i need to know how i can connect a function app with an api management service.
Copy code
var apiManagementService = new Pulumi.Azure.ApiManagement.Service($"{namePlaceHolder}", new Pulumi.Azure.ApiManagement.ServiceArgs
        {
            ResourceGroupName = resourceGroup,
            PublisherName = "my company",
            PublisherEmail = "<mailto:developer@mycompany.com|developer@mycompany.com>",
            SkuName = "Developer_1",
        });
I have also then a
var app = new FunctioApp ...