Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Add support for generating static webb to azure #49

Closed
maer0216-star opened this issue Nov 23, 2021 · 3 comments
Closed

Add support for generating static webb to azure #49

maer0216-star opened this issue Nov 23, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@maer0216-star
Copy link

It would be nice if the plugin supported azure as target platform for a static webb. The static webb in azure should be generated from scratch from the scheduled jobb as well as updated whenever a change/add/delete occur on a block or page. I.e same functionality as for a static webb on disk. In azure the files should be stored in a blob storage container.

@7h3Rabbit 7h3Rabbit self-assigned this Nov 23, 2021
@maer0216-star maer0216-star changed the title Add support for coping static webb to azure Add support for generating static webb to azure Nov 24, 2021
7h3Rabbit added a commit that referenced this issue Nov 26, 2021
@7h3Rabbit 7h3Rabbit added the enhancement New feature or request label Nov 26, 2021
@7h3Rabbit 7h3Rabbit added this to the Release 3.0.0 milestone Nov 26, 2021
@7h3Rabbit
Copy link
Owner

7h3Rabbit commented Nov 26, 2021

We have now added two new events.

AfterIOWrite

Is called AFTER a file has been written to disk.
This is usefull to run code after folder has been updated.
For example an azcopy call.

AfterIODelete

Is called AFTER a file has been written to disk.
This is usefull to run code after folder has been updated.
For example an azcopy call.

Example use:

image

@7h3Rabbit
Copy link
Owner

@7h3Rabbit
Copy link
Owner

I used "Get Shared Access Signature" option on my blob container when using Microsoft Azure Storage Explorer.
This way I got the required to use in the above example and made it easy to define how long access should be vaild and also what it should be valid for.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants