https://pulumi.com logo
#azure
Title
# azure
l

limited-carpenter-34991

06/12/2020, 10:41 AM
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 ...
3 Views