Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Password Protect a Static Site in Azure

Tags:

security

azure

I have a static site (i.e all html files, no .Net project) that is being hosted in Azure. I'm trying to password protect this site. I've read that I could create a custom authorisation module, which I've done, but I can't install this as I need to run a appcmd.exe command to allow the correct bit of the web.config to be edited.

Either; how can I password protect a static azure site, or how can I take advantage of the features of the ServiceDefinition.csdef without having a visual studio project?

like image 266
ilivewithian Avatar asked Apr 17 '13 18:04

ilivewithian


1 Answers

On the management portal, you can configure that your site needs to use credentials. Credentials are managed via the Azure portal if you use this method. enter image description here

like image 196
dannl Avatar answered Oct 12 '22 23:10

dannl