Close
Søren Kottal
Activity in threads you participated in

Change the default template generated when creating a new template

last edited by Mark 1 day ago

Extending Umbraco and using the API

Using Courier to push 301 redirects from staging to live

last edited by Søren Kottal 2 days ago

Umbraco Courier

Custom Front-end Login without using Members Feature

last edited by Søren Kottal 2 days ago

Umbraco 8

Querying document types in model constructor

last edited by Søren Kottal 29 days ago

Extending Umbraco and using the API

How can I remove a package, site is not booting.

last edited by Søren Kottal Jun 08, 2019 @ 21:13

Umbraco 8

MegaNav: Getting context while rendering navigation

last edited by Søren Kottal May 30, 2019 @ 18:39

Templates, (partial) views and macros

Bug in partial view snippet for navigation

last edited by Søren Kottal May 30, 2019 @ 12:52

Umbraco 8

Use grid property editor in nested content

last edited by Søren Kottal May 30, 2019 @ 12:31

Using Umbraco and getting started

Custom tab on content pages with custom view? [7.10]

last edited by Søren Kottal May 29, 2019 @ 12:59

Extending Umbraco and using the API

customized node "container"

last edited by Søren Kottal May 19, 2019 @ 20:38

Extending Umbraco and using the API

Using Macros to pick items from specific node

last edited by Søren Kottal May 16, 2019 @ 10:03

Umbraco 8

Umbraco Datatype

last edited by Søren Kottal May 04, 2019 @ 15:07

Using Umbraco and getting started

htmlgrid bootstrap4

last edited by Søren Kottal May 04, 2019 @ 15:02

Umbraco 8

Um7 to Um8 Database Migration Steps

last edited by Søren Kottal May 04, 2019 @ 14:56

Umbraco 8

LeBlender 1.0.9.2 is unfortunately not compatible with Umbraco 7.11.1 :-(

last edited by Søren Kottal Apr 03, 2019 @ 10:57

Bug Reports

Using Umbraco.Media in grid editor views (slimsy)

last edited by Hussein Khraibani Mar 11, 2019 @ 12:29

Templates and document types

Getting the Database in v8

last edited by Sebastiaan Janssen Feb 28, 2019 @ 11:03

Umbraco 8

Deploy created new Id for nodes

last edited by Søren Kottal Feb 04, 2019 @ 14:57

Umbraco Cloud

Applying custom css to custom grid editor

last edited by Søren Kottal Jan 16, 2019 @ 08:31

Templates, (partial) views and macros

Migrating existing site to cloud project - pre-existing content on both?

last edited by Søren Kottal Jan 05, 2019 @ 17:02

Umbraco Cloud

Umbraco Cloud DataType Collision with Hidden UDA

last edited by Søren Kottal Dec 31, 2018 @ 08:36

Umbraco Cloud

Difference between Stacked Content and Content List?

last edited by Søren Kottal Dec 22, 2018 @ 21:28

Stacked Content Feedback

Adding a content template for child pages

last edited by Søren Kottal Dec 20, 2018 @ 20:21

Using Umbraco and getting started

Use another document type in grid layout

last edited by Søren Kottal Nov 22, 2018 @ 09:22

Using Umbraco and getting started

Scheduled publishing not working

created by Søren Kottal Nov 09, 2018 @ 13:33

Using Umbraco and getting started

Vorto and the new grid?

last edited by Artem Oct 30, 2018 @ 15:13

Bugs / Feedback / Suggestions

Refactor with Document Type Compositions without losing content

last edited by Søren Kottal Oct 10, 2018 @ 06:52

Using Umbraco 7

Listview with empty date column

last edited by Warwick Buzacott Oct 09, 2018 @ 04:57

Using Umbraco and getting started

Can't build from source

last edited by Sebastiaan Janssen Sep 03, 2018 @ 10:13

Contributing to Umbraco CMS

Extend default razor email workflow

created by Søren Kottal Aug 29, 2018 @ 11:57

Umbraco Forms

Editable Label

last edited by Søren Kottal Aug 19, 2018 @ 10:01

Using Umbraco and getting started

Can i use Datatypes in Macro?

last edited by Søren Kottal Aug 08, 2018 @ 06:48

Templates, (partial) views and macros

Internal link via content picker

last edited by Søren Kottal Aug 03, 2018 @ 09:30

Using Umbraco and getting started

Looking for a way to post data to Azure Storage on click of submit button of a Umbraco Form

last edited by Søren Kottal Jul 30, 2018 @ 21:44

Umbraco Forms

Adding logic to custom dashboard

last edited by Søren Kottal Jul 30, 2018 @ 21:30

Extending Umbraco and using the API

Searching Examine for UDI

last edited by Søren Kottal Jul 30, 2018 @ 21:21

Extending Umbraco and using the API
Copied to clipboard

Are you sure?

This will be gone forever and ever


Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 500 posts 1142 karma points
    11 hours ago
    Sebastian Dammark

    Show static content from Azure Blob Storage, on a page in Umbraco ?

    I have a problem.

    I've moved a website from some custom hosting to Umbraco Cloud, and everything works flawless. Except one thing.

    In the root of the website they have a folder with a static documentation website. The website is protected through a web.config file like this.

    <?xml version="1.0"?>
    <configuration>
     <system.web>
      <authorization>
       <deny users="?" />
      </authorization>
     </system.web>
    </configuration>
    

    On the old website they maintained this folder through FTP, but this is clearly not possible on Cloud. So for now the client updates the content through KUDU. Yes, I know it's not the best solution.

    The content of the folder is mostly PDFs and some html files, and in the past the client actually uploaded all files every time they've updated anything. In total it's approximately 5GB, and growing.

    For now, I've managed to get them to only upload the changed files. But my problem is that one of the files is actually a zip, and it's rather huge. More than 2GB.

    First problem is that when you upload a zip in KUDU, it will try to unzip it, which it shouldn't in this case.

    Second problem is that a file of this size never completes the upload, it simply never finishes. It gives a timeout.

    So my thought was to host the content of the folder like this: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website

    And then somehow show the content of the storage container on a page in Umbraco.

    This way the client can maintain the content through Azure Storage Explorer, and I could get it all out of the Umbraco Cloud repository.

    Any input on something like this ?

  • Søren Kottal has in total 2438 karma points MVP c-trib
    1 minute ago
    Søren Kottal
    0

    That should definately be possible.

    You can link directly to files on Azure so maybe that is the easiest way. You can have your client point a subdomain to the CDN and have a url like https://docs.yourclient.com/files/index.html

    You could also get Umbraco to stream the files like the filesystemproviders do, but the other way around is way easier :)

Write your reply to: Sebastian Dammark

Draft