Skip to content

amjadshad/devOps

Repository files navigation

cloud-devops-skillathon 2023

To run projects. Go into directory and type:

skillathon-api - dotnet run

skillathon-ui - npm run start

Azure Subscription and Resource Group - https://portal.azure.com/#@ShellCorp.onmicrosoft.com/resource/subscriptions/94d67791-6e06-4f77-bc46-0b862e8aeb03/resourceGroups/sbox-skillathonq1-dev-rg/overview

Azure DevOps - https://sede-sandbox.visualstudio.com/IDESandbox

Service Connection - IDESandbox (GitHub) and IDESandBoxAzure (Azure)


Challenge

  • Create separate resources for API and UI in Azure.
  • Build and Release pipelines creation for resources.
  • Deployment should be done from master(default) branch only.
  • No direct check in code to master(default) branch.
  • Automatic build and deployment after code pushed to master (default) branch.
  • Use Classic Pipelines for ADO.

  • Bonus !

  • How many environments and resources?
  • Can you build and release from single pipeline for multiple applications in this case UI and API?
  • How do you get approval of the stakeholders before deployment to production?
  • Should Dependent API and UI be dependant deployments? what should be the execution flow?
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published