i want to use to redefinition servicedefinition.csdef and .cscfg elements like sectionGroup of web.config
is it enable custom configuration sections in .csdef and .cscfg ?
You can't define custom sections. Instead, you can define new configuration elements in the CSDEF and then add the value in the CSCFG.
You can review the service definition schema to understand what is allowed: http://msdn.microsoft.com/en-us/library/windowsazure/ee758711.aspx
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?