MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.21k stars 21.36k forks source link

Azure Functions on Kubernetes with KEDA feedback #101783

Open thecmdradama opened 1 year ago

thecmdradama commented 1 year ago

Hi guys,

I have just been working on implementing this and have noticed some minor frustrations with getting it working.

  1. From the documentation there appears to be no option on the 'func kubernetes deploy' command to specify an operating system or specifically a node pool. In my case, it was attempting to deploy a linux container onto a windows node pool in the same cluster...
  2. I also had to deploy the container image to ACR first and use --image-name instead of --registry as docker would complain with the “Docker build Requires 1 Argument” error.
  3. This might be something I'm missing on the Kubernetes side of things, but is it / could it be possible to pass in a Key Vault secret reference in the local.settings.json and have it store the value in the Kubernetes Secrets?

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

YashikaTyagii commented 1 year ago

@thecmdradama Thanks for your feedback! We will investigate and update as appropriate.