https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_account
Which url from here I need to set as baseUrl for blob storage adapter?
https://www.npmjs.com/package/@payloadcms/plugin-cloud-storage#azure-blob-storage-adapter
import { azureBlobStorageAdapter } from '@payloadcms/plugin-cloud-storage/azure'
const adapter = azureBlobStorageAdapter({
connectionString: process.env.AZURE_STORAGE_CONNECTION_STRING,
containerName: process.env.AZURE_STORAGE_CONTAINER_NAME,
allowContainerCreate: process.env.AZURE_STORAGE_ALLOW_CONTAINER_CREATE === 'true',
baseURL: process.env.AZURE_STORAGE_ACCOUNT_BASEURL,
})
npm
The official cloud storage plugin for Payload CMS. Latest version: 1.1.2, last published: 3 months ago. Start using @payloadcms/plugin-cloud-storage in your project by running npm i @payloadcms/plugin-cloud-storage. There are 6 other projects in the npm registry using @payloadcms/plugin-cloud-storage.