lemon-librarian-43470
11/13/2019, 11:26 AMpulumi up
… I don’t think it is particularly clear on how to get logging to appear. I think I expected it to appear on the console but the correct pattern is pulumi -v=10 --logtostderr up 2> somefile.log
?white-balloon-205
lemon-librarian-43470
11/13/2019, 8:13 PMazure-cs-functions-raw
sample, where a change to the app in the functions
directory (which had been built and published via dotnet publish
) which was then deployed via pulumi up
exhibited some odd behaviour - sometimes I see the new code running, sometimes I don’t, sometimes I briefly do… it seems a reload of the app in Azure portal is needed to properly get things running (which the sample doesn’t do).