Enable Azure Container Apps for subscription
Sign in to Azure
Follow the prompts and complete the authentication process.
az login
Run the following command to enable Azure Container Apps for your subscription:
Setup Azure CLI extensions
Install Azure Container Apps extension for the CLI
az extension add --name containerapp --upgrade
Register the Microsoft.App
namespace
az provider register --namespace Microsoft.App
Register the Microsoft.OperationalInsights
provider for the Azure Monitor Log Analytics workspace
az provider register --namespace Microsoft.OperationalInsights