anyone has an idea how to configure container logg...
# azure
p
anyone has an idea how to configure container logging with
nextgen
? The cli command is this:
Copy code
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
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