Hello support team,
We are using ANZ version 11.1.0 (NET Core and Angular).
We need to deploy our app to Azure Kubernetes Service with frontend and backend running in separate containers.
Could you please guide us how to deploy to Azure Kubernetes Service with Azure Pipelines?
Best Regard,
dzungle
Hello support team, We are using aspnetzero version 10.4 (netcore & angular). We need to consume an external service (rest api) in the application service layer. Could you please show us the best practice to do it in aspnetzero? Thank you in advance.
Hello Support team,
We are using ANZ version 10.4 (ASP.NET CORE & Angular). We use the default theme and disable multitennant. Everything works fine in development invironment. But after we deployed the app (separate solutions for asp.net core & angular) to Docker. We face the UI issue. We cannot upload Application logo. The error we got is below:
Could you please help us solve this issue?
Best Regards
Hello Support team,
We are using ANZ version 10.4 (ASP.NET CORE & Angular). We use the default theme and disable multitennant. Everything works fine in development invironment. But after we deployed the app (separate solutions for asp.net core & angular) to Docker. We face the UI issue. When we change the language, the app reloads a blank page (404 error).
Could you help us solve this issue as soon as possible, please?
Thank you in advanced.
Hello Support Team
We are updating the aspnet zero form version 8.9.2 to version 10.4 (ASP.NET Core and Angular).
We also have our own core/shared projects that target net5.0. And these projects need to be referenced by the Application.Shared project.
We faced building errors because of incompatity issue as below:
Can we change the target framework of the Application.Shared project from netstandard2.0 to net5.0 in order to resolve the issue? Or do we have to retarget our own core/shared projects to the same netstandard2.0 framework? Could you please suggest the best practice?
Best Regards
Hello Support Team,
I am using this method to get all users of a specific role, but the result is alway zero.
var topCommanders = await UserManager.GetUsersInRoleAsync("TopCommander");
Could you please help me how to get all users of a specific role?
Thank you,