umbraco with azure blob storage integration block ...
# help-with-umbraco
m
Hello, I have a website dedicated to sharing government documents from my country. The documents range in size from 10 to 100 MB, and I've noticed that the site becomes very slow when users access these files. Upon checking the logs, I found that AspNetCoreModuleV2 is operating at 100% capacity. I need your assistance in resolving this issue to improve the website's performance. Thank you in advance for your help! Best regards, https://cdn.discordapp.com/attachments/1332492034065301656/1332492034766016576/image.png?ex=67957369&is=679421e9&hm=e18ff1ce060f233beacd9f582da79a21a2ce0d9f98ae2764ea8aa09d5664ae30&
k
Where's the screenshot from? The "description" and "additional details" look like GPT gibberish. The ASP.NET Core IIS module runs the entire Umbraco installation. How does "document access" work in practice? Users download PDFs? Or something more complicated? Since this is Azure, I suggest putting a CDN in front of Umbraco; then any standard links to PDF files will go directly to the CDN (which can cache all files) instead of going to Umbraco which then uses the Storage Provider to access the files in Azure Storage. There is built-in support for this in the Umbraco Azure Storage Provider, so it's easy to setup. For cached file access, Umbraco would not be involved at all.
a
It seems like one of those Azure "Detect problems" scans