How do you create an entry in the registry (HKEY_LOCAL_MACHINE) of an Azure Website? The web application only needs to read the entry.
You can't do this in Azure Web Sites.
if your application absolutely needs an access to Registry, you must target Azure Web Role (classic Cloud Service).