.NET 8 Azure Storage REST API Facade TemplateDistributed applications in the cloud often include a component storing documents in a kind of NoSQL storage. Azure Storage is one of them and it answers quite well to needs of simple raw storage with limited features (no advanced search, indexing, complex queries, etc for which, other services like Azure CosmosDB are a better match). In this context, this extension accelerates the creation of facade (REST API for now) to expose a certain level of endpoints and interact with Azure Storage. The extensions creates a Visual Studio solution with the code (and tests projects). So, all the code can be updated or adapted to specific needs. .NET CLIIn addition to this Visual Studio version, you can find here the .NET CLI version. Release notesv8.0.2398
|