- How do we know which component to pick?
- By the failure you cannot tolerate. If losing a message is unacceptable, that is Service Bus. If a slow partner API must not stall everything behind it, that is a queue and a retry policy rather than a bigger Logic App. The choice follows the failure mode, not the feature list.
- Is Azure Functions part of Azure Integration Services?
- Yes. Microsoft's product page lists it alongside Logic Apps, API Management, Service Bus, Event Grid and Data Factory. The question is worth asking because a great deal of third-party writing still describes the suite as four services, following Microsoft's original integration whitepaper - and because in a working integration Functions is usually where the transformation and the branching end up.
- Can you work with what we already have?
- Yes, and it is the usual case. Most of this work is on estates that already exist, part-built and part-documented. An honest assessment of what is there comes before any proposal to change it.
- Do we own what you build?
- Yes. Code, infrastructure definitions and documentation are yours, in your own repositories, from the first commit.
- What access do you need?
- For an assessment, read-only is enough - resource inventory, configuration and the platform's own signals. Write access is scoped to the agreed work and agreed in advance.
- What does it cost?
- A fixed fee for a bounded piece of work, quoted after a short call, or agreed days where that fits the shape of the work better. Scope, price and acceptance criteria are agreed in writing before work starts.
An independent view of Microsoft's Azure Integration Services. DBHQ is not affiliated with, endorsed by, or certified by Microsoft. Product names, tiers and billing models are Microsoft's and they change - check the current documentation before committing to a design.