Azure blob setting
// appsettings.json
{
"BlobContainer": "image", "BlobUrl": "https://sample.blob.core.windows.net/",
"ConnectionStrings": { "AzureBlobConnectionString": "DefaultEndpointsProtocol=https;AccountName=nwiinternal;AccountKey=iDi7eCDrcAXkhWb+fsx2W/F74ucp+sFu76LmfkmnhKNm5Q8tum5a78nQzY5JHKdJrUaQfMHlVJ+EVrzR9OfgWA==;EndpointSuffix=core.windows.net" },
}Last updated