Continuing the last post about Azure Web Apps and Data Disk size limit let's assume that you want to host inside a Web App a NuGet Server. The server would require more storage than you have available on the current tier that you use and upgrading the tier would be too expensive. The good part with NuGet is that we are talking about an open-source project that can be modified and extended depending on our needs and requirements. The current NuGet implementation allows us to store packages on disk or to fetch them from external data sources as long as they are available over HTTP. Basically, they are allowing us to have a remote repository An interesting idea would be to extend NuGet to allow us to store package content inside Azure Blob Storage and not on the disk. This would involve the capability to fetch the payload of packages from Blob storage directly, without having to store them on a local disk. Taking into account the current implementation and how NuGet libr
DREAMER, CRAFTER, TECHNOLOGY ENTHUSIAST, SPEAKER, TRAINER, AZURE MVP, SOLVING HARD BUSINESS PROBLEMS WITH CUTTING-EDGE TECHNOLOGY