About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: environment variable
Load environment variables in dotnet Core 1.1 hosted in IIS
On our webserver we plan to move configuration to environment variables. We can set those environment variables in our Powershell Dsc script. But the website does not pick up the environment variables. There is an issue on github (#1864) that … Continue reading
Windows Azure SDK 1.6 update
Today I updated Windows Azure SDK to the latest 1.6 from November 2011. The update was from SDK 1.4 which I uninstalled before installing 1.6. After the update my unittests failed. Short solution below. Commandline to set environment variable: Regedit … Continue reading
Posted in Development
Tagged azure, Azure SDK, commandline, environment variable, Reflector, regedit, SDK 1.6, unittest, Windows Azure, Windows Azure Emulator
Leave a comment