Justin Yoo

Results 164 comments of Justin Yoo

.NET Core's native build won't be available for now. It might be far after the RTM release... APEX seems to be the only option for AWS Lamba to run .NET...

Wonder whether I can get any update on this?

> Hey @justinyoo can you share the logs from `npm install -g @azure/static-web-apps-cli --verbose` please? It looks like an issue with Keytar, but I am not sure. Sure. I also...

> @justinyoo To fix the npm install of the asw CLI, I had to add the following packages: `apk add --no-cache python3 py3-pip libsecret-dev alpine-sdk`, then the npm install passed....

Thank you! Let me give it a try.

Errr... I'm using Cocona.Lite. Is it still OK to use this approach?

@karolz-ms As far as I properly understand, `azure.yaml` is responsible for the app deployment, while Bicep takes care of resource provisioning. I can provision both function apps one after the...

Oh, that could be enough for now! Hoping I can do the whole thing with the `azd up` command soon.

@hammadj Thanks for your comment! Let me have a look.

@Pmeholm Thanks for the issue! Could you double check whether your file exists in the `bin\Debug\netcoreapp3.1/bin` directory or not? If it doesn't exist, this workaround in your `.csproj` might help:...