Giter Club home page Giter Club logo

vehicle-spare-part's Introduction

End To End project to implement DevOps practices.

  • I will use azure devops organization (azure repos , azure pipeline) and make project in your organization.
  1. In the first you should clone source code from this repo or you can use directly Azure DevOps Demo Generator and create your project using Template if you clone source code use git bash to push your code in azure repos.

2. Now i will create Continuous Integration (CI) to Build my project and i will use azure pipeline for automated process.

2.1. In the first navigate to pipeline and create new.

2.2. Use the classic editor to create a pipeline without YAML.

2.3. Select a source code repos i select Azure Repos Git and select my Repository and branch.

2.4. Select Template to create tasks.

2.5. Now i will delete this tasks we don't need them.

2.6. In the first we will select the agent pool (Hosted-Azure Pipelines) and you can use your self hosted agent but first set the configration on your private host.

2.6.1. Then select image you will build in it (windows-2019)

2.7. This is all Tasks we need it.

2.7.1. NuGet restore packages.

2.7.2. Build solution it use to build my .sln project and package my app.

2.7.3. Publish Artifact it publish my package to build Artifact and save it in drop.

2.8. We add Command Line Script task to make dir recursive and see path of package.

2.8.1. Then we can save and queue.

2.9. Then we see build log and see it build successfully.

3. Now i will create Continuous Deployment (CD) to deploy my web app.

3.1. I will navigate to azure pipeline to Releases and create new i will use Infrastructure as Code (Terraform) to deploy to azure cloud and i will use PaaS web app and sql server.

3.2. In azure devops you need to set some configration to make terraform integrate with azure portal.

vehicle-spare-part's People

Contributors

muhammedeid avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.