Standards and Expectations
  • 09 Jun 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Standards and Expectations

  • Dark
    Light

Article summary

This page will outline all of our standards and expecations for the team when building AIS solutions.

  1. All components should be unit tested with a green set of tests in the build environment before deploying to the UAT environment for user testing

  2. All deployments should be performed by DevOps pipelines and no manual deployments should be performed

  3. All code should use the following languages:

    1. Logic App Standard

      1. VS Code Logic App Workspace

      2. Use the cookie cutter template the team have

    2. Logic App Consumption

      1. Visual Studio + ARM definitions

      2. Use the cookie cutter template the team have

    3. API Management

      1. We use terraform to build API’s

      2. Use the cookie cutter template the team have

    4. Service Bus

      1. We use terraform to build Service Bus configuration

      2. Use the cookie cutter template the team have

    5. Azure Functions

      1. C# code

      2. Use the cookie cutter template the team have

  4. All documentation should be complete before deployment to production


Was this article helpful?