I have my eye on this and I am seeing something odd. When I upload a file, the thumbnail is showing correctly. Looking at the source it is a relative address with "azblob" as part of the path. After saving, when viewing or editing the page, the image path is an absolute path.
Is it possible to have a switch to just output the relative azblob path? I know that this makes the webserver a proxy for all images, and would reduce performance of the site, but would be nice if it was that simple. This proxy mechanism is being done by the flysystem module, but that module doesn't support Azure storage yet with a supplemental module that has a proper release. This would mean that the file wouldn't need to be downloaded to the local.
Performance could be mitigated by using varnish or a cdn, but still allow a private container on the azure side.
I do not see in the Azure documentation any endpoints for governments other then the US. I am hoping that Microsoft will support all their endpoints in their PHP library, so we can send in a selection and it configure things based on that selection.
graper β created an issue.
Supporting Hook Event Dispatcher would only show 1 single "job" which would reflect the legacy hook_cron() found in the hook event dispatcher sub module for core events.
I think Ultimate Cron could create its own event that can be subscribed to, which could then be detected and scheduled within Ultimate Cron's UI when another module subscribes to the event.