Content Delivery Network - Backup

Ha 65 Reputation points
2025-05-29T07:34:22.2133333+00:00

Hello Support Team,

I have two questions for you.

Question 1:

I purchased the Azure Content Delivery Network (CDN) service in 2023 and created CDN profiles and endpoints. However, currently, when I check 'All resources,' I don't see the CDN profiles and endpoints. Could you please help me locate them or understand why they are not visible?

Question 2:

I am running two Azure App Services and would like to perform a full backup. Does Azure offer a comprehensive solution for full App Service backups, or do I need to back up each component individually?

Thank you for your time and assistance.

Best regards,

Mai Ha

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
858 questions
{count} votes

Accepted answer
  1. G Sree Vidya 2,605 Reputation points Microsoft External Staff Moderator
    2025-05-29T08:38:48.6266667+00:00

    Hello Mai Ha

    To verify the CDN profiles and endpoints, please follow the steps outlined below.

    1. Check the correct Subscription and Resource Group,Use the portal’s search bar to look for your CDN profile by name (e.g., "CdnDemo").
    2. 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.
    3. Ensure you're viewing the correct subscription where the CDN was created.
    4. 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!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.