numerous-artist-1705
07/20/2020, 3:07 PMnumerous-artist-1705
07/20/2020, 3:08 PMnumerous-artist-1705
07/20/2020, 3:08 PMfresh-lifeguard-12682
07/20/2020, 5:11 PMgray-ambulance-59402
07/21/2020, 7:27 AMfresh-lifeguard-12682
07/23/2020, 9:22 PMnumerous-artist-1705
07/24/2020, 3:20 PMnumerous-artist-1705
07/24/2020, 3:21 PMnumerous-artist-1705
07/24/2020, 3:25 PMnumerous-artist-1705
07/24/2020, 3:26 PMPulumi.FSharp.Kubernetes
on NuGet... but that is mostly to reserve the name as I was getting a bunch of errors when generating. I think @wet-noon-14291 worked a bit on it so he'll probably have it already working.numerous-artist-1705
07/24/2020, 3:27 PMsticky-jordan-27156
07/25/2020, 9:39 AMsticky-jordan-27156
07/25/2020, 9:45 AMsticky-jordan-27156
07/25/2020, 10:29 AMsticky-jordan-27156
07/28/2020, 3:18 PMWEBSITE_RUN_FROM_PACKAGE
and blob storage uri?
I want to fetch my function keys but I'm getting errors as I'm suspecting the function app is not fully deployed yet.fresh-lifeguard-12682
07/29/2020, 12:32 AMchilly-hairdresser-56259
07/29/2020, 9:01 PMnumerous-processor-60508
07/30/2020, 11:19 PMnumerous-artist-1705
08/05/2020, 9:59 AMresource.Property.Apply(x => do something with x)
, but "do something with x" gets invoked BEFORE the resource creation (I presume as the property is the name and it's available upfront). I tried adding other properties with Output.Tuple
, but it seems that, as the name is ready it will be always invoked immediately. Is there a way to wait for the resource to be created to execute some other code? Thanksworried-city-86458
08/06/2020, 8:36 PMchilly-hairdresser-56259
08/07/2020, 3:58 PMboundless-tailor-35598
08/17/2020, 11:52 AMboundless-tailor-35598
08/17/2020, 12:58 PMfresh-lifeguard-12682
08/18/2020, 9:14 PM2020-08-18T21:11:57.9524504Z ##[error]Error: There was an error when attempting to execute the process 'D:\a\_temp\1db5fca2-f664-4b02-a788-4cbea994050f\pulumi\bin\pulumi.exe'. This may indicate the process failed to start. Error: spawn D:\a\_temp\1db5fca2-f664-4b02-a788-4cbea994050f\pulumi\bin\pulumi.exe ENOENT
fresh-lifeguard-12682
08/18/2020, 11:31 PMerror: no stack named 'cde' found
However when I execute this locally (using my PULUMI_ACCESS_TOKEN) everything works fine. Any ideas?fresh-lifeguard-12682
08/20/2020, 8:40 PMpanic: runtime error: invalid memory address or nil pointer dereference
fresh-lifeguard-12682
08/25/2020, 7:35 AMfresh-lifeguard-12682
09/03/2020, 3:58 AM- task: Pulumi@1
displayName: 'Set azure:location'
inputs:
command: 'config'
args: 'set azure:location ${{ parameters.azureLocation }}'
cwd: '$(Pipeline.Workspace)/${{ parameters.pulumiArtifactName }}'
stack: '${{ parameters.pulumiStack }}'
createStack: true
loginArgs: '--cloud-url ${{ parameters.pulumiCloudUrl }}'
- task: Pulumi@1
displayName: 'Set azureServiceBusConnectionString'
inputs:
command: 'config'
args: 'set azureServiceBusConnectionString $(azureServiceBusConnectionString)'
cwd: '$(Pipeline.Workspace)/${{ parameters.pulumiArtifactName }}'
stack: '${{ parameters.pulumiStack }}'
createStack: true
loginArgs: '--cloud-url ${{ parameters.pulumiCloudUrl }}'
- ${{ if eq(parameters.setMongoConnectionString, 'true') }}:
- task: Pulumi@1
displayName: 'Set mongoConnectionString'
inputs:
command: 'config'
args: 'set mongoConnectionString $(mongoConnectionString)'
cwd: '$(Pipeline.Workspace)/${{ parameters.pulumiArtifactName }}'
stack: '${{ parameters.pulumiStack }}'
createStack: true
loginArgs: '--cloud-url ${{ parameters.pulumiCloudUrl }}'
cold-caravan-83486
09/03/2020, 4:25 PMchilly-hairdresser-56259
09/03/2020, 7:06 PMtest.app.controller.AppController::Handler
chilly-hairdresser-56259
09/03/2020, 7:06 PMtest.app.controller.AppController::Handler
tall-librarian-49374
09/03/2020, 7:22 PMchilly-hairdresser-56259
09/03/2020, 7:28 PM