Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrade Windows Azure web role to Server 2008 R2 to use IIS 7.5

I just launched my test website in Windows Azure this weekend with a single web role. I didn't see any options to specify what OS to use. It is currently using Server 2008 (IIS 7). According to this article though, Server 2008 R2 web roles are available (IIS 7.5). I want to use some specific functionality of IIS 7.5 - how can I upgrade my web role to use Server 2008 R2?

like image 210
bkaid Avatar asked Feb 25 '23 03:02

bkaid


1 Answers

Just specify osFamily="2" in ServiceConfiguration.cscfg.

like image 142
user94559 Avatar answered Mar 05 '23 17:03

user94559