Hi @Ken Miller
It looks like this issue relates to our FHIR Server Samples. The best path for issues like this would be to open a ticket against the GitHub repo - https://github.com/microsoft/fhir-server-samples/issues. Here is some insight though:
The FHIR Server Samples is an example and small use case for using the FHIR Server for Azure. We are working to revamp this now, but when this was written we didn’t support transaction bundles on SQL. We now support transaction bundles in SQL if they use that as the backend in the Open Source FHIR Server. If they use Cosmos DB in open source or use our managed service we only support batch bundles right now.
If you want to test batch specifically, you can take a look at our batch tests in our open source repo: https://github.com/microsoft/fhir-server/blob/master/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/BatchTests.cs
You shouldn’t need to split apart the bundles, but there is a default max on the bundle size of 500 entries.
If you are looking to test your specific scenario, We would recommend the following resources:
• Managed Service Documentation
• Open Source Repo
• Health Architectures
Hope this helps. Please get back to us if any more questions.
Thanks
Navtej S