@Kruthiventi, BalaSuryaSarathSairam
Updating:
Custom extensions are not supported. Azure Cloud Services (Extended Support) primarily focuses on maintaining compatibility with existing applications and workloads that were previously using Azure Cloud Services (classic), but it does not have feature parity with other Azure services like Virtual Machines or Azure Resource Manager (ARM) templates, which support custom extensions more broadly.
The error message you are encountering indicates that the specific extension you are trying to use ("Microsoft.Compute" - "CustomScriptExtension" - "1.10") is not available for Azure Cloud Services (Extended Support). This is consistent with the general limitations of Azure Cloud Services (Extended Support) when it comes to custom extensions.
If you require the use of custom extensions or more advanced configuration and management capabilities, you might want to consider migrating your application to Azure Virtual Machines or other services that support ARM templates and custom extensions. This will provide you with a broader range of customization options and better alignment with modern Azure management practices.
If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.
If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.
Thank you for helping to improve Microsoft Q&A!