I’m planning on storing all of my images in Azure. I already have a storage account with blobs nicely organized in containers and folders.
According to the docs it is possible to hook my own store implementation to Squidex. For Azure I would use AzureBlobAssetStore but how do I actually use/configure it? Can someone post an example config?
Also, how will my URL:s look like once this is in place? Will they have the GUID in them or will it just be a normal Azure blob URL?
Actually GridFS makes sense. That way I would only need to backup just one managed disk (where the mongodb data lives), and not the OS-disk (which is much bigger => higher costs) in my cluster.
How would I configure it in my squidex.yml?
ASSETSTORE__TYPE=GridFS
ASSETSTORE__MONGODB__CONFIGURATION=??? <-- The same configuration string as EVENTSTORE__MONGODB__CONFIGURATION and STORE__MONGODB__CONFIGURATION?
ASSETSTORE__TYPE=MongoDB
ASSETSTORE__MONGODB__CONFIGURATION=<-- The same configuration string as EVENTSTORE__MONGODB__CONFIGURATION and STORE__MONGODB__CONFIGURATION!
@lukeydukey google first looks at the image file name. If it can’t figure out what the image is about it will secondly look what’s specified in the alt tag. I guess you can get away with by only using the alt tag, but if you leave it empty google will have no idea what your image represents.
Also, it makes much more sense to have a human readable image URL. If it’s readable by humans it is readable by bots too.