An Azure platform as a service offer that is used to deploy web and cloud applications.
Hello Radu,
Thank you for reaching out to Microsoft Q&A.
You are correct that Azure Cloud Services (Extended Support) is scheduled for retirement on March 31, 2027. Microsoft recommends migrating workloads hosted on this platform to alternative services, such as Service Fabric Managed Clusters, before the retirement date to avoid any potential service disruption.
We understand that your IoT devices are currently connecting to your Azure Cloud Service (Extended Support) using the default Azure-provided endpoint name.cloudapp.net, and that you would like to preserve this DNS name when migrating to another platform such as Azure Service Fabric, in order to avoid updating the device configurations.
Please note that the default *.cloudapp.net DNS name is tied to the specific Cloud Service resource and cannot be transferred or reassigned to a different Azure service type, including Azure Service Fabric.
To minimize impact during migration, the recommended approach is to use a custom DNS name instead of the Azure-provided cloudapp.net address. The custom DNS record can initially point to the existing Cloud Service and later be updated to the new Service Fabric environment without requiring changes on the IoT devices.
If maintaining the exact same name.cloudapp.net hostname is a strict requirement, unfortunately this scenario is not currently supported across different Azure resource types.
For additional reference, please review the following documentation:
Azure Cloud Services (extended support)
Cloud Services (extended support) and Service Fabric before migrating applications.
Use Azure DNS to provide custom domain settings for an Azure service
Hope this helps! Please let me know if you have any queries.