We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be3d3d commit 1e5599bCopy full SHA for 1e5599b
1 file changed
articles/container-apps/dapr-functions-extension.md
@@ -43,6 +43,16 @@ The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-d
43
az account set --subscription <subscription-id-or-name>
44
```
45
46
+1. Register the `Microsoft.App` and `Microsoft.OperationalInsights` namespaces.
47
+
48
+ ```azurecli
49
+ az provider register --namespace Microsoft.App
50
+ ```
51
52
53
+ az provider register --namespace Microsoft.OperationalInsights
54
55
56
1. Clone the [Dapr extension for Azure Functions repo](https://github.com/Azure/azure-functions-dapr-extension).
57
58
```azurecli
0 commit comments