É possivel criar uma associação de pessaos ou serviços em nuvem compartilando serviço

Fabio Sinobre 1 Reputation point
2020-05-21T22:31:21.1+00:00

Boa noite alguém sabe se é possível criar um sistema em nuvem para compartilhar informações e serviço tipo uma associação, se sim qual o melhor caminho " a ideia é uma associação de manufatura produtor, fornecedor e cliente... auxiliado por IA tudo integrado".

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,107 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,855 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,486 Reputation points Microsoft Employee
    2020-05-26T19:14:38.563+00:00

    Hi @Fabio Sinobre

    Your question is definitely architectural in nature, therefore I can't provide an exact solution for you as there are multiple ways to implement your app. I can't provide you sound advice on incorporating AI into your project, but I can tell you can easily make an app to manage where producers, suppliers, and consumers can interact. There are numerous ways to do it, but one way would be leverage web front end that sends messages to a queue for later processing (e.g TimerTrigger, QueueTrigger) and save some object data for persistence (e.g. Cosmos, Table Storage, Hosted Db). You can leverage single responsbility so that you have a front-end that's what ever presentation framework you choose (e.g. React, Redux, PHP, DotNet, etc) that retrieves its data from a REST API (e.g. DotNet API project, Azure Function) from the persistent storage.

    I hope this provides you with some direction. If not, please let me know. I've got some links down below for your review.

    0 comments No comments