Hello Mai Ha
To verify the CDN profiles and endpoints, please follow the steps outlined below.
- Check the correct Subscription and Resource Group,Use the portal’s search bar to look for your CDN profile by name (e.g., "CdnDemo").
- Check Front Door and CDN Profiles>Navigate to All services > Front Door and CDN profiles. Migrated profiles (from Akamai or Edgio) or newer Azure Front Door profiles will appear here.
- Ensure you're viewing the correct subscription where the CDN was created.
- You can run the following command in Azure Cloud Shell to list CDN profiles:
az cdn profile list --output table
Are you using Azure CDN Standard from Akamai on your prod subscription?
Verify that you have the necessary permissions to view the CDN resources. If you're not an owner or contributor of the resource, you may not see it.
Question 2:
Regarding the app service backup question, the Azure does not provide a native feature to back up multiple App Services at once in a single operation. Each App Service must be backed up individually using the built-in backup feature.
To truly back up everything related to your apps, you’ll need to combine App Service backups with individual backups for each dependent service.
Please refer this document for more information: https://learn.microsoft.com/en-us/azure/app-service/manage-backup?tabs=portal
I hope this information is helpful! If my answer helped you resolve your issue, please consider marking it as the correct answer or Upvote. This helps others in the community find solutions more easily.
Thanks!