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?
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.