https://pulumi.com logo
Title
c

creamy-shoe-96075

11/04/2019, 1:51 PM
hi everyone, can anybody point me an example how to set up logs in Azure App service ?
azure.appservice.AppService
t

tall-librarian-49374

11/04/2019, 2:22 PM
I don't think I have an example, but have a look at
logs
and
httpLogs
properties
c

creamy-shoe-96075

11/04/2019, 2:59 PM
logs: {
        httpLogs: {
            fileSystem: {
                retentionInDays: 3,
                retentionInMb: 70,
            },
        },
    },
works as expected
@tall-librarian-49374 hey, how are - may I ask if you are working on https://github.com/pulumi/pulumi-azure/issues/383 ?
t

tall-librarian-49374

11/04/2019, 3:02 PM
I am not... It's on @microscopic-florist-22719 now and he's a busy chap.
c

creamy-shoe-96075

11/04/2019, 3:03 PM
hmm I see
I have to admit this is a true boo boo to have bug like this
t

tall-librarian-49374

11/04/2019, 3:04 PM
Agreed