CentralConnect -Technical Components
This section outlines the components that are needed for the setup of CentralConnect in an Azure environment.
Required Azure Components
- Azure Storage Account (Blob Container for incoming or outgoing Data)
- Azure Function App (Message processing and routing logic)
- Using Rest API OAuth2.0
- Azure Service Bus (Queue/Topic for message delivery for Master data import)
- Azure Key Vault (For secrets and certificates)
- Azure Application.
Security and Authentication
- Use Managed Identities for Function App to access Key Vault.
- Rotate secrets regularly.
- Ensure role-based access control (RBAC) is in place.