Sunday, 15 April 2012

asp.net - Find changes in cloud service configuration screen -



asp.net - Find changes in cloud service configuration screen -

i've cloud service , if go azure portal , click on cloud services ->choose service -> click on configure . see setting set in vs cloud service mvc project following:

this configure settings configured , deployod cloud service in vs when click on cloud service click on mvc project , click on specific role , have screen of cofigure /settings /endpoints etc ,and set setting key val in setting view.

when deploy service azure see in config section in portal mentiond abve...

user can alter config setting values in portal want track it,if go the managment services can see changes in azure cloud service (caller id ,operation id etc , there alternative see detailes not sufficent) ,i want see which property changed , old values, how should ?

i've read next not find how that...

http://msdn.microsoft.com/library/azure/dn186185.aspx

i guess need code illustration helpful!

unfortunately there's no straight forwards way accomplish this. 1 thing should implement proper command mechanisms users not making these kind of changes through portal can maintain tab on changes (may in version command system).

azure service management api provides functionality allows take backup of deployed bundle (cspkg , cscfg files) in blob storage. operation called get package.

what periodically invoke operation , re-create of files in blob storage. @ given point of time, phone call get deployment operation on deployment homecoming current configuration setting (in configuration element, have base64 decode it). can compare these settings configuration file in blob storage.

asp.net asp.net-mvc azure azure-cloud-services

No comments:

Post a Comment