Cloud solution architect

Job ID: 32102560

Budget: ₹37,500 – ₹75,000 INR

I am looking 1 cloud solution architect. Who have a solid knowledge in building domain driven and containerized applications.

Currently application is using Asp.net core and C#. I am following this architecture.

https://github.com/dotnet-architecture/eShopOnContainers

I want to configure following points in the existing application.

1. Subscribe events for transactions and consistency. Configure Event Hub using Azure bus.
2. Configure Microservice orchestrator using Azure Service Fabric.
3. Implement some kind of identity per event to create logic that enforces that each event is processed only once per service. Check honoring message idempotency. Idempotent updates at microservices. Server has to implement an operation to be idempotent in order to process a particular message just once. (I will do it)
4. Login using mobile number. Verification with OTP.
5. Login using mobile number from mobile app. Verification with OTP. Add an APIGateway for mobile application login and other processes.