I am facing following issue a) Unable to add below dependency injection in MenuController.
public class MenuController : AbpController, IDataMenuAppService { private readonly IDataMenuAppService _dataMenuAppService;
public MenuController(IDataMenuAppService dataMenuAppService)
{
_dataMenuAppService = dataMenuAppService;
}
} b) Unable to generate proxies in csharp.
On server side :-
I am new in ABP Framework I just need to deploy my microservice template into azure kubernetes as I have not that much idea on Azure side as well can anyone help me to deploy my Microservice angular template and auth server as I have spend more then 2+ weeks in this, This is the place I need help how to host.
I have already created my Microservise Database in Azure need help on next step that how to create pods and nodes, and how to push docker local image to azure.