Description
Hey,
I'm in the process of taking an Umbraco 8.12.0 site over to a new Azure stack with an App Service, Blob Storage and SQL Server/db (not elastic pool). I have the site up and running and I'm now at the point of switching my media items over to Blob Storage. I've been referencing Jeavon's tutorial on here https://www.youtube.com/watch?v=5Qp-ZGaKFaY (thanks for the clumsyleaf tool by the way :) )
Anyway, I've installed v3 of the UmbracoFileSystemProviders.Azure package in my backoffice but upon completion I don't get the parameters page so can't set my container name, connection string etc. All I have is the text to say 'please enter the require parameters.....' and a save button.
If I click 'save' I get a 404 error on '/Umbraco/backoffice/FileSystemProviders/Installer/GetParameters/'
I had also installed the Nuget package in VS(2017) and published again to Azure but still the same issue. Also tried using the local install but no joy.
Anything else I should be doing for Umbraco v8.12.0 or has anybody come across a similar issue?