1
votes

I want to install a site extension to my Web App. Site Extension - Azure Web Apps Disk Usage. However, the problem is that I cannot find the extension in the list of extensions that are shown to me. I have checked the list of extension in the Azure portal as well is the scm site, but there are only a limited set of extensions are shown to me. enter image description here

What am I missing here? Is there some setting that I am missing?

1

1 Answers

4
votes

Here is the deal: site extensions have moved to nuget.org per this annoucement. It was up to each extension owner to move their extension from the old gallery.

For this particular extension, here is the issue I had opened to track it: https://github.com/rajkumar-rangaraj/MAWSFileExplorer/issues/5. But the author never picked it up, so it never made it to the new gallery. We can try to ping the author, but in the end it is up to him. I will try to contact him again.