How to fix error in Azure Sandbox environment

ANESHABRITFORD-5990 0 Reputation points
2024-12-18T17:59:08.9+00:00

I'm in Sandbox trying to complete -Exercise-Create Web I keep getting the error below when I hit review and create at the bottom of the page.

Additional services are not supported in a Free App Service plan.

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,979 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Robina 260 Reputation points
    2024-12-18T19:36:51.58+00:00

    The error "Additional services are not supported in a Free App Service plan" suggests that you're attempting to configure features or services that are not available in the Free App Service Plan on Azure. The Free plan has limited capabilities, and certain advanced features such as custom domains, additional networking options, and integration with certain services are only accessible with higher-tier App Service plans.

    1. Identify Unsupported Services: Review your configuration to determine which specific features or services are causing the error. Some services, such as integration with databases, scaling, or advanced networking, are not supported in the Free plan.
    2. Upgrade the App Service Plan:
      • Navigate to your App Service within the Azure portal.
      • In the App Service Plan section, select Scale Up (App Service Plan).
      • Upgrade to a Basic, Standard, or higher plan, which provides access to a broader range of features and services compared to the Free plan.
    3. Verify Learning Module Requirements: If you're following a specific learning module, verify whether the module recommends a certain App Service plan. Some modules might require features that are only available in higher-tier plans.

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.