This is a GitHub changeset that shows how to add a new microservice to your ABP Commercial microservice solution.
I'll add a new microservice called OrderService
to a new microservice solution.
https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice
Create a new microservice project in your solution:
abp new OrderService -t microservice-service-pro
This is the final view of the Web:
1- Grant permission to view the Order Management page

2- Log out then login to see the new micro-service in the main menu.

The next steps are the git changeset of this new microservice