lemon-librarian-43470
11/13/2019, 11:21 AMazure-cs-functions-raw
. I think this maybe needs to call an Azure API to request Azure to restart the app to ensure the new code takes effect... I'm finding that the behaviour of the functions app doesn't always seem to update to reflect the new code in the blob. I'm willing to give it a go myself, but stuck on figuring out how to get the default subscription id that I need to call the API, and can I rely on Pulumi having already authenticated (or is Pulumi using the az
tool under the hood and I just need to call an az
command somehow?)tall-librarian-49374
11/13/2019, 12:50 PMaz
directly but relies on you having done az login
unless you use a SP to deploylemon-librarian-43470
11/13/2019, 8:21 PMtall-librarian-49374
11/13/2019, 9:35 PMlemon-librarian-43470
11/13/2019, 9:43 PMtall-librarian-49374
11/13/2019, 10:23 PMlemon-librarian-43470
11/13/2019, 10:45 PM