-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding article to connect and upload files programatically to Blob Storage #5969
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This article provides the necessary steps needed to programmatically connect to your Umbraco Cloud Environment's Azure Blob Storage containers, in case you want to persist files programmatically.
umbraco-cloud/set-up/media/connect-programatically-to-azure-storage.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Alina!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @alina-tincas 🙌 I've tested out the steps and it works as expected.
I've left a couple of suggestions 🙂
umbraco-cloud/set-up/media/connect-programatically-to-azure-storage.md
Outdated
Show resolved
Hide resolved
umbraco-cloud/set-up/media/connect-programatically-to-azure-storage.md
Outdated
Show resolved
Hide resolved
umbraco-cloud/set-up/media/connect-programatically-to-azure-storage.md
Outdated
Show resolved
Hide resolved
umbraco-cloud/set-up/media/connect-programatically-to-azure-storage.md
Outdated
Show resolved
Hide resolved
umbraco-cloud/set-up/media/connect-programatically-to-azure-storage.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Esha Noronha <[email protected]>
…orage.md Co-authored-by: Esha Noronha <[email protected]>
…orage.md Co-authored-by: Esha Noronha <[email protected]>
…orage.md Co-authored-by: Esha Noronha <[email protected]>
…orage.md Co-authored-by: Esha Noronha <[email protected]>
…orage.md Co-authored-by: Esha Noronha <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, @alina-tincas 👏
What's not entirely clear from this documentation is why you'd want to use this, because Azure Blob Storage on Cloud is already correctly configured and used as media file system (and ImageSharp cache)... If you use the |
Hi @ronaldbarendse! The idea with this article is not to just connect to blob storage programmatically but also add media in a way that it is stored only in blob storage. Currently as it is there are some scenarios where some clients might want to store media in blob storage for some internal reasons, so the media from blob should not have the links publicly as they are. Perhaps I can update the docs with a bit more elaboration about this 👍 |
Description
What did you add/update/change?
adding an article to connect and upload files programmatically to Blob Storage
Type of suggestion
Product & version (if relevant)
Umbraco Cloud
Deadline (if relevant)
When should the content be published?
anytime