Cant create Container app environment.

Zarki11 45 Reputation points
2024-08-03T13:11:16+00:00

I am encountering an issue while creating Azure Spring Apps. Initially, I had a resource group with an Azure Spring App service, but I encountered an error that led me to delete the resource group and all resources within it.

Now, I've created a new resource group, but when I try to create a Container App Environment, I receive the following error: "Cannot have more than 1 Container App Environment." I have verified that I do not have any existing Container App Environments.

What could be causing this problem?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
422 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 16,805 Reputation points
    2024-08-04T02:17:59.1833333+00:00

    Try to delete using:

    az containerapp env delete -n MyContainerappEnvironment -g MyResourceGroup
    

    This resource limit itself can only be lifted by contacting support. You can create a resource limit increase request by opening the Azure Portal, clicking the help icon question mark in the top right corner, and initiating a ticket creation.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

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.