Visualstudio-docs: Why do I need to pick a storage account?

Created on 5 Jun 2019  Â·  7Comments  Â·  Source: MicrosoftDocs/visualstudio-docs

This page (and the VS UI) say I need to pick an Azure Storage account. What is it for? How much data will be saved there? Will whatever is stored there be auto-deleted? Or will it fill up my storage?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 doc-bug visual-studio-windowprod vs-ide-debutech

All 7 comments

@poppastring Mark, do you have any insight into this?

@Mikejo5000 @Eilon

We create two blob containers in the storage account:

  1. vsproddiagmetadata

    • stores compressed metadata/pdbs

    • size is dependent on the modules associated with the web app

    • we set a 30 day storage lifetime policy

  2. vsproddiagsession

    • stores an xml file with collection plan details and live session data

    • size is in the kb range (~1-100kb)

    • we set a 3 day storage lifetime policy

(This assumes that you have lifetime policy enabled for your storage accounts)

BTW this is the dialog I'm talking about:

image

@poppastring great info! I think it might be nice to include such info in the docs (with appropriate caveats). I'm always weary when some tool asks me for account info and then I have no idea what it's planning to put there. This happens with a lot of Azure services, especially when they want to store logs. I get the feeling it's saying "Yeah just gimme your storage info, trust us, we won't make a mess or cost you lots of $$$." But I don't trust it 😄

@poppastring Mark, do we need any changes here? Or maybe this is too much of an implementation detail.

@Mikejo5000 We have assumed this detail is a bit too much for users, we do clean this up at the end of a session that is closed properly. The limits are there in the event of an unforeseen failure.

OK, thanks, Mark

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ogglas picture Ogglas  Â·  3Comments

realbart picture realbart  Â·  3Comments

gewarren picture gewarren  Â·  3Comments

ChrisMaddock picture ChrisMaddock  Â·  3Comments

H35am picture H35am  Â·  4Comments