I’ve already signed into the Azure portal and created an Azure Cosmos DB for PostgreSQL cluster.
My goal is the use PostgreSQL as the storage backend for one of my react projects. Official documentation says next step is to create roles for my microservice?
But how do I go about finding the API endpoint to send my data to from my React frontend, and what format do I send my data in?
Followed the instructions here to create a cluster already.