wonderful-dress-5700
08/16/2021, 10:09 AMvar bookingEngineApi = new Api("api", new ApiArgs
{
ResourceGroupName = resourceGroup.Name,
ServiceName = apiManagementService.Name,
ApiRevision = "1",
DisplayName = Settings.ApiManagementApiName,
Path = Settings.ApiManagementApiPathName,
Protocols = { Protocol.Http, Protocol.Https },
Format = "openapi+json-link",
Value = $"https://{Settings.AppServiceName}.<http://azurewebsites.net|azurewebsites.net>"
}, new CustomResourceOptions
{
DependsOn = apiAppService
});
No 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