search
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Is it not supposed to get the connection string from the Azure portal?
Hello,
After upgrading to CMS 12 and deploying to a new site, the Azure blob objects are not loading. I made sure it is using the right provider...
services.AddAzureBlobProvider(o =>
{
o.ContainerName = "qdsitemedia";
});
Anything else I need to make sure of?
Thanks
Daman