Sample on how to connect to ServiceBus using the Java (Spring-Boot) SDK#52
Conversation
3e59f30 to
c13cd7e
Compare
c13cd7e to
a6b7612
Compare
f0dc35c to
b3c1f84
Compare
paolosalvatori
left a comment
There was a problem hiding this comment.
Thanks @bblommers I'll add:
- Terraform deployment + README
- Bicep deployment + README
- Diagram
Can you please update the README.md in the root folder with a link to this sample?
|
Thanks @paolosalvatori - I've updated the Readme. It makes sense to have a sample that showcases how to create ServiceBus resources using Terraform and Bicep - but do you want to include that in this sample, or in a separate sample? In it's current form, this main purpose of this sample is just to showcase the |
|
By definition, we need to provide deployment options for each sample. I don't see how this can be distracting. If customers only want to see the Java code, they will ignore the rest. But if they want to deploy and run the sample, we need to provide IaC for completeness. All the Azure samples provide both code and IaC. Some official Microsoft sample fully automate the deployment of both via |
Motivation
A small Spring Boot app that shows how to configure an app to talk to the Localstack Emulator.
The only purpose of this sample is really to show the configuration - that's why the functionality is more limited than other samples (no WebApps, only a single service).