https://pulumi.com logo
Title
p

prehistoric-nail-50687

11/30/2020, 10:30 AM
anyone has an idea how to configure container logging with
nextgen
? The cli command is this:
az webapp log config --name "$APP_NAME" --resource-group "$RG_NAME" --docker-container-logging filesystem
But I can’t find any equivalent for it in pulumi
t

tall-librarian-49374

11/30/2020, 10:45 AM
It looks like this is set with a separate operation
WebApps_UpdateDiagnosticLogsConfig
which we haven’t picked up automatically. Would you mind creating an issue and I’ll add it?
p

prehistoric-nail-50687

11/30/2020, 12:25 PM