sample-dotnet-worker-servicebus-queue icon indicating copy to clipboard operation
sample-dotnet-worker-servicebus-queue copied to clipboard

chore: add resources to deploy with helm and terraform connection-str…

Open xoanmm opened this issue 2 years ago • 4 comments

Resources have been created for the Process Azure Service Bus Queue by using connection string authentication scenario, both for the creation of resources in Azure using terraform through the files located in infra-as-code/connection-string and for the deployment of the manifests located in folder deploy/connection-string using a helm chart created through the files located in deploy/helm/keda-servicebus-connection-string for that purpose.

Also a Dockerfile was created for the order generator, and the code located in src/Keda.Samples.Dotnet.OrderGenerator/Program.cs has been modified to be able to check the messages from a variable called ORDER_AMOUNT to be able to launch this job in a disatended way. For this to work it's necessary to create a new image with the code with modifications, and push this image to registry ghcr.io/kedacore/sample-dotnet-order-generator-servicebus using the latest tag.

The purpose of these change are facilitate the task of testing this scenario by reducing the number of manual steps and automating the process.

Checklist

  • [x] Commits are signed with Developer Certificate of Origin (DCO)
  • [x] A PR is opened to update the documentation on our docs repo

xoanmm avatar Apr 16 '23 17:04 xoanmm

@tomkerkhove I didn't add a PR in docs repo because I think it's not necessary, I have marked only to pass the checks and let the pipelines be launched, please feel free to comment any improvement or change to be made.

xoanmm avatar Apr 16 '23 19:04 xoanmm

@tomkerkhove PTAL

zroubalik avatar Apr 25 '23 14:04 zroubalik

Jup, still on my list but need some more time - Sorry!

tomkerkhove avatar Apr 26 '23 07:04 tomkerkhove

Any chance to take a look @tomkerkhove ?

xoanmm avatar Nov 23 '23 16:11 xoanmm