some-ambulance-32599
12/19/2023, 12:24 PMvar linuxFunctionApp = new LinuxFunctionApp($"{application}-{environment}-", new()
{
ResourceGroupName = resourceGroup.Name,
Location = resourceGroup.Location,
StorageAccountName = storageAccount.Name,
StorageAccountAccessKey = storageAccount.PrimaryAccessKey,
ServicePlanId = appServicePlan.Id,
AuthSettings = new LinuxFunctionAppAuthSettingsArgs
{
Enabled = false //# SHOULD DO THE TRICK
},
SiteConfig = new LinuxFunctionAppSiteConfigArgs
{
}
});
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