Käyttäjän "rishabh.shukla" toiminnot

I tried following the approach mentioned in https://learn.microsoft.com/en-us/ef/core/providers/cosmos/?tabs=dotnet-core-cli I am getting this error

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

This document does not help me as I want to remove out of the box tables that I don't want to use . Example:

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

Vastaus

It is not about the LanguageManagement Service. I need to remove the administration and identity microservice as I don't need them.

My project requirements are:

  1. I need to have 4 to 10 API microservices and no web is required. For web we are having Angular as a separate solution.

  2. We need to use Azure Cosmos DB. As per your document we are not having any mongo connection string provided in the azure. Just primary and secondary keys and connection string for Cosmos DB . We need your help in how do we connect to cosmos in our microservices. Refer to the image below for cosmos db configuration that I have:

  3. We need to use client IDP server for authentication and authorization of API's.

  4. We need to have more information on where and how to implement Unit testing .

Please help me in creating the solution with only these requirements. I do not need other features like RabbitMQ in my solution.

Have run DBMigrator and db schema has been created . But still getting error :

although RabbitMQ is running and I have updated the same url in appsettings.json

Näytetään 1 - 10/14 tietueesta
Made with ❤️ on ABP v8.2.0-preview Updated on maaliskuuta 25, 2024, 15.11