Skip to content

Reference solution for Production micro-services pipeline built on .Net Core, docker and full CI / CD pipeline.

License

Notifications You must be signed in to change notification settings

adityavs/containerized-microservices-pipeline-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database

The Database folder container scripts and files required to develop on the database

Run the database in a container

  • (Optional) Create the image docker build -t backend .. Make sure you are in the Database folder.
  • Run the image in a Docker container: docker run -p 1433:1433 --rm -it backend

Middle Tier - Login Service

Create a file with the middle tier service principle password.

Edit appsettings.json file: set AadAppId to the result of az ad sp show --id http://$MT_SERVICE_PRINCIPAL_NAME --query appId -o tsv where MT_SERVICE_PRINCIPAL_NAME is generated by createMtSvc.sh script. set AadPasswordFilePath to the path of the file with the password.

Run the Login Service in a container

  • (Optional) Create the image docker build -t service .. Make sure you are in the LoginService folder.
  • Run the image in a Docker container: docker run -p 4201:4201 --rm -it service.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Reference solution for Production micro-services pipeline built on .Net Core, docker and full CI / CD pipeline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published