chore: add resources to deploy with helm and terraform connection-str… #59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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-stringand for the deployment of the manifests located in folderdeploy/connection-stringusing a helm chart created through the files located indeploy/helm/keda-servicebus-connection-stringfor that purpose.Also a Dockerfile was created for the order generator, and the code located in
src/Keda.Samples.Dotnet.OrderGenerator/Program.cshas been modified to be able to check the messages from a variable calledORDER_AMOUNTto 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 registryghcr.io/kedacore/sample-dotnet-order-generator-servicebususing thelatesttag.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