Activities of "JmBdo"

Thanks @liangshiwei, it works in local. But after deploying it to Azure app services, we still have to use DevOps tasks to update the app settings. We will investigate more.

We want developers using appsettings.json for their local development and using appsettings.<Environment>.json to overwrite settings in different environments, based on the ASPNETCORE_ENVIRONMENT variable.

<br> It seems not working out of box.

What is the easiest way to make this work?

Best regards!

We are trying to automate the CI/CD process. Is there any official document to show the steps, which can illustrate the following areas?

  • Deploy Angular app to a static website hosted in Azure storage account
  • In PaaS model (Azure App Services)
    • App Service deployment of the gateway service
    • App Service deployment of the identity service if it is separated
    • Database schema update automation
  • In Kubernetes model (AKS per say)
    • Containerized modules as microsvices
    • Containerized gateway service
    • Containerized identity service
    • DbMigrator job

We prefer to see the document to show using yaml based pipelines instead of classic pipelines.

Much appreciated.

Thank you, they are general but guide us to the right direction.

Is there any sample to show how to add more fields to the SaaS Module Tenant Entity? Also we'd like to see the best practice to extend the out-of-box Angular UI. What we need to add are legal name, address, contact, social media accounts etc.

  • ABP Framework version: v3.3.1
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:
Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11