dotnet / aspire-samples

MIT License
629 stars 182 forks source link

Create a sample that runs locally with an emulator #56

Open IEvangelist opened 9 months ago

IEvangelist commented 9 months ago

Show the Azure Storage emulator support for local development with .NET Aspire, queues and blobs. Related to https://github.com/dotnet/docs-aspire/pull/108

ShreyasJejurkar commented 9 months ago

Hi @IEvangelist , If I understood correctly, we must create a sample app to showcase development with Aspire with Azurite right? And it should match the code samples and solution structure shown in given document below, right?

https://learn.microsoft.com/en-us/dotnet/aspire/storage/azure-storage-components?tabs=portal&pivots=azurite

IEvangelist commented 7 months ago

Yes, that's correct @ShreyasJejurkar

ShreyasJejurkar commented 7 months ago

@IEvangelist , thanks for the reply. I will give it a try to create that sample.

I was just wondering, how come we got a screenshot in the documentation of the actual code sample, but the sample does not exist? 😅😅 Ideally, the flow would be to create a working sample, and then create docs around it, showcasing it and link to the given sample repo.