You can configure Dapr using various arguments and annotations based on the runtime context. Azure Container Apps provides three channels through which you can enable Dapr:
The above Dapr configuration values are considered application-scope changes. When you run a container app in multiple-revision mode, changes to these settings don't create a new revision. Instead, all existing revisions are restarted to ensure they're configured with the most up-to-date values.
Using the Azure portal
You can also enable Dapr via the portal view of your container apps.
Navigate to your container app in the Azure portal and select Dapr under Settings in the left side menu.
By default, Dapr is disabled. Select Enabled to expand the Dapr settings.
Enter the component App ID and select the appropriate headings. If applicable, under the Components header, select the link to add and manage your Dapr components to the container app environment.