How is Azure Integration Services priced and what does a typical Malaysian SME or mid-market plant pay each month?
Pricing is scoped to your size, modules and integrations. Daxonet quotes fixed-price after a short scoping call so there are no surprises. Most clients reach payback within the same project window.
Where is the data hosted and is the deployment Malaysia-PDPA acceptable?
Daxonet defaults to the Singapore region (Southeast Asia) for Malaysian deployments because it is the lowest-latency Azure region with full Integration Services availability today. The new Malaysia Central region (announced) is on the roadmap and Daxonet migrates customer workloads as services light up there. Both regions are PDPA-acceptable when configured with the right consent flows. Personal data inside payloads is logged with redaction by default, RBAC restricts access to integration logs, managed identities replace stored credentials, and private endpoints keep traffic off the public internet. The data-flow diagram is signed off with the customer IT team before go-live and Daxonet writes the PDPA Article 7 consent matrix as part of the deliverable.
What hardware does the on-premises data gateway need and where is it installed in the factory?
The standard on-premises data gateway runs on Windows Server 2016, 2019 or 2022 and needs 8 GB RAM, 4 vCPU and 50 GB disk · a small VM on the existing factory IT cluster is enough. Daxonet installs the gateway on the factory IT subnet with read-only paths to the SCADA historian, the ERP database and shared file servers. Outbound TCP 443 to Azure Service Bus relay is the only firewall rule needed · no inbound port. For multi-site groups the gateway runs in a high-availability cluster of 2 to 3 nodes per plant. The gateway is monitored from Azure Monitor with on-call alerts to the Daxonet helpdesk.
Does Azure Integration Services connect to legacy SAP, Oracle, IBM iSeries (AS400) and serial PLC environments?
Yes. The stack ships native connectors for SAP ECC and S/4HANA (BAPI, IDOC, RFC), Oracle Database, IBM Db2 and IBM i (iSeries / AS400) via the on-premises data gateway, plus connectors for Salesforce, ServiceNow, SharePoint, Teams and 1000+ other systems. For serial PLC and OPC-UA traffic Daxonet pairs the gateway with arc.ops MES as the line-side broker · the PLC speaks OPC-UA or Modbus to arc.ops, arc.ops publishes business events to Event Grid, downstream subscribers (D365, AutoCount, AI Frontier) consume those events. The pattern keeps PLC traffic off the cloud while making the data accessible.
How is the integration stack monitored, alerted and audited in production?
Application Insights captures every Logic Apps run, every API call through APIM, every Service Bus message and every Function execution · with full payload tracing for failed runs (PDPA-redacted by default). Log Analytics correlates the events across services so a failure in a Service Bus message can be traced back to the originating Logic App, the customer API call and the PLC tag. Azure Monitor alerts route to email, SMS, Teams or PagerDuty · Daxonet's helpdesk receives the same alerts on Gold and Platinum SLA contracts. RBAC, managed identities, key rotation and audit logs (90-day retention by default, 1-year on Premium) cover the audit trail. Daxonet hands the customer a monthly health report covering throughput, error rate, latency P95, cost run-rate and capacity headroom.
What are the security controls for APIs published through API Management?
APIM enforces OAuth 2.0 (Azure AD, identity providers), JWT validation, mutual TLS, IP allow-listing, rate limiting per consumer, quota enforcement, request transformation and response caching at the gateway · before the request ever reaches the backend. Subscription keys per consumer (one per partner) make it easy to revoke a single integration without disrupting others. Backend services sit on private endpoints inside a VNET so APIM is the only public surface. WAF (Web Application Firewall) sits in front of APIM on the Premium tier for groups that need OWASP-rule protection. Daxonet writes the API governance policy (versioning, deprecation windows, partner onboarding flow) as part of the implementation.
How long does Daxonet take to deliver the first 2 integrations and what is the rollout sequence?
A typical Malaysian rollout runs Discover (week 1, current-state map of every system, integration count, data flow), Design (week 2 to 3, target-state architecture, connector list, Service Bus topic plan, APIM API catalogue, security model), Pilot (week 4 to 5, first 2 integrations live, on-premises data gateway deployed, monitoring switched on), and Scale (week 6 onwards, additional integrations on a fortnightly cadence). Most groups light up 6 to 10 integrations in the first 12 weeks. The cost moves through Daxonet's fixed-scope tiers · Starter for 2 integrations, Plant for 6 to 10, Multi-system for 15+ across plants and back-office. Daxonet sequences the integrations against the customer's release calendar so MyInvois deadlines, audits and customer go-lives drive the schedule.
When should we use Logic Apps vs Azure Functions vs Service Bus vs Event Grid?
Use Logic Apps for visual, declarative integration flows that an operations engineer can read · 90% of typical business integrations (post the invoice from D365 to AutoCount, sync the customer record between Salesforce and D365 Sales, drop a CSV into SharePoint when a SAP IDOC arrives). Use Azure Functions for custom code that does not fit a connector · payload transformation between proprietary XML and JSON, validation rules, custom routing logic, REST API backends. Use Service Bus when the receiver might be offline, the order matters, the message must not be lost, or the throughput is high (queues for command messages, topics for fan-out with subscription filters). Use Event Grid for real-time pub-sub of business events that many systems subscribe to (machine downtime fires, AI predicts a quality escape, an order is shipped) · subscribers process the event in milliseconds with at-least-once delivery. Most integrations use 2 or 3 of the four · Daxonet maps the right tool to each integration in the design phase.