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" },
}
Storage account->blob name->
Containers-> -- get [container name]
Endpoints ->Primary endpoint, Blob service -- get [url]
Access keys-> -- get [connection string]
Last updated
Was this helpful?