Expected behavior [What you expected to happen.]
The PUT should execute without error and the DAPRsubscription should be added to the Container App environment.
Actual behavior [What actually happened.]
Errors out with the below error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Ex. Did this issue occur in the CLI or the Portal?
Issue description
I am following along the below steps to add DaprSubscriptions for Azure Container App environment. But i get an error. https://learn.microsoft.com/en-us/rest/api/containerapps/dapr-subscriptions/create-or-update?view=rest-containerapps-2023-08-01-preview&tabs=HTTP#uri-parameters.
I dont see any Resource Providers with daprSubscriptions, is there a way to add this subscription to the Container App Environment via BICEP?.
Below is the PUT URL https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprSubscriptions/{name}?api-version=2023-08-01-preview
Steps to reproduce
Expected behavior [What you expected to happen.] The PUT should execute without error and the DAPRsubscription should be added to the Container App environment.
Actual behavior [What actually happened.] Errors out with the below error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Ex. Did this issue occur in the CLI or the Portal?