Hi Team, How can we achieve below CLI in .Net and ...
# azure
a
Hi Team, How can we achieve below CLI in .Net and Pulumi code. My requirement is to deploy Dapr component files with Azure container app. Can we achieve with DaprComponentArgs?
Copy code
az containerapp env dapr-component set --name ENVIRONMENT_NAME --resource-group RESOURCE_GROUP_NAME --dapr-component-name pubsub --yaml "./pubsub.yaml"