I was thinking of using a microservice template but since it does not support mongo db and I am not able to connect with Cosmos db using entity framework and even I am not able to run the solution after adding a new microservice.
I thought maybe I will use the sample templates and create different solutions for each microservice as a single solution. I am able to reach to Cosmos db using Mongo DB aa the database But the challenge I face here is that there is a lot of table data created in database that I won’t use. With your expertise can you share what approach should I follow.
Yes you are correct
are you building the solution using botnet graphbuild/build? and then running the solution from Visual Studio directly?
I have shared the sample code. Can you please check whether you can access it?
Hi, I can't find any error log. I am trying to do a graph build and then run particular new added microservice . It is giving this error and even breakpoint is not hitting Program.cs or CustomerPortalServiceHttpApiHostModule.cs(for new service) class.
Can you please check if the documentation for adding new service is updated one. Also is there any command to shorten the process as this is long list of steps and manually following them each time I need to add a microservice would take a lot of time.
Also I am getting this error on UI on running WebGateway Not sure whether it is related and this error is there for all the service APIs
It is not about the LanguageManagement Service. I need to remove the administration and identity microservice as I don't need them.