Giter Club home page Giter Club logo

Comments (1)

jasonzio avatar jasonzio commented on June 1, 2024

Azure doesn't delete files on its own; if you want them deleted, you have to delete them. Azure doesn't manage the storage used by VM boot diagnostics; you do.

One potential limit on the number of VMs that can use the same storage account for boot diagnostics derives from the size limit on the storage account itself. The amount of storage required for serial console itself is quite small, far smaller than the storage occupied by the boot diagnostics for the associated VM. You're not going to hit that limit, even with 100k VMs.

The actual effective limit will derive from the maximum IOPs supported by the storage account. The published Azure documentation talks about the useful limits on the number of VMs that can write their boot diagnostics to the same storage account because of the IOP limit. The IOPs required by Serial Console are quite small (a handful of read/write operations when the session is established) and can practically be neglected.

tl;dr - follow published guidance for the number of VMs sharing a single boot diagnostic storage account; the space and IOPs required for Serial Console are vanishingly small next to that load. You're on the hook to clean up old diagnostic logs you no longer need.

from azserialconsole.

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.