Coder Social home page Coder Social logo

Comments (2)

jjcollinge avatar jjcollinge commented on May 18, 2024 2

A few other requirements:

  • Must support a mechanism to expose the deployment outputs back to the management API. Or atleast support a method for reading them from another source from the management API.
  • Must support a mechanism to handle secrets securely i.e. return secret references rather than the secret in plaintext.
  • Must provide a feedback mechanism for seeing the progress and status of async operations.
  • Must not drop operations - all operations should finalize (Succeed or Fail).
  • Must try to finalize to a state that is consistent with the APIs view of the world.
  • Must support operations (create, update, delete) on resources concurrently.
  • Must be resilient to component failures (inc. API throttling).
  • Must support referencing dependent resource operation output data.
  • Must scale to support *many services within a workspace.

I'll probably add a few more as I think about them.

from azuretre.

TessFerrandez avatar TessFerrandez commented on May 18, 2024 2

Decision was made that at a high level we will re-use a lot of the design from an internal engagement by the Clarke team - but remove dependencies on CAF and moving to python where possible

from azuretre.

Related Issues (20)

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.