white-balloon-205
chilly-crayon-57653
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?)sparse-piano-12937
11/13/2019, 1:52 PMsparse-piano-12937
11/13/2019, 1:53 PMdelightful-lizard-41466
11/13/2019, 2:00 PMsparse-piano-12937
11/13/2019, 2:02 PMworried-city-86458
11/13/2019, 5:44 PMadventurous-garage-59192
11/14/2019, 5:18 AMC:\Program Files\dotnet\sdk\3.0.100\NuGet.targets(528,5): error : Value cannot be null. (Parameter 'path1') [d:\a\1\s\Infra.csproj]
and on Linux I get The user's home directory could not be determined. Set the 'DOTNET_CLI_HOME' environment variable to specify the directory to use.
adventurous-garage-59192
11/14/2019, 6:36 AMDOTNET_CLI_HOME
fixes it.sparse-piano-12937
11/14/2019, 3:38 PMclean-fall-53750
11/22/2019, 10:19 PMboundless-tailor-35598
11/29/2019, 3:32 PMtall-librarian-49374
11/29/2019, 3:47 PMtall-librarian-49374
11/29/2019, 3:47 PMboundless-tailor-35598
11/29/2019, 3:47 PMtall-librarian-49374
11/29/2019, 3:48 PMboundless-tailor-35598
11/29/2019, 3:49 PMadventurous-garage-59192
12/05/2019, 4:53 AMshy-window-64655
12/16/2019, 8:46 AMbase ctor
signature call (lines 31-32):
public ServiceDeployment(string name, ServiceDeploymentArgs args, ComponentResourceOptions? opts = null)
: base(name, "k8sx:service:ServiceDeployment", opts)
Am I right?
(looks like the base ctor
waits for the string type
argument in the first place rather second).future-noon-68975
12/16/2019, 1:11 PMthankful-alarm-12978
12/16/2019, 1:30 PMrhythmic-vegetable-87369
12/18/2019, 6:37 AMrhythmic-vegetable-87369
12/18/2019, 6:37 AMrhythmic-vegetable-87369
12/18/2019, 6:37 AMrhythmic-vegetable-87369
12/18/2019, 6:37 AMrhythmic-vegetable-87369
12/18/2019, 6:37 AMrhythmic-vegetable-87369
12/18/2019, 6:37 AMtall-librarian-49374
12/18/2019, 7:25 AMhost.json
file istall-librarian-49374
12/18/2019, 7:26 AMdotnet publish
to make sure all the required libraries are there