I'm trying to make my WCF service use DI as shown here however I don't know how to initialize the IUnityContainer in the //todo section.
I've tried (and failed at)
Making the variable
IUnityContainer container
public and static and setting it within my Azure Webrole.cs however the public static variable is still null.Application variables as shown here
How do I make an MVC application running on Azure use DI with WCF?