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?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@poppastring Mark, do you have any insight into this?
@Mikejo5000 @Eilon
We create two blob containers in the storage account:
(This assumes that you have lifetime policy enabled for your storage accounts)
BTW this is the dialog I'm talking about:

@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