Skip to content

Commit 1e5599b

Browse files
committed
Add namespaces
1 parent 4be3d3d commit 1e5599b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

articles/container-apps/dapr-functions-extension.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ The [Dapr extension for Azure Functions](../azure-functions/functions-bindings-d
4343
az account set --subscription <subscription-id-or-name>
4444
```
4545

46+
1. Register the `Microsoft.App` and `Microsoft.OperationalInsights` namespaces.
47+
48+
```azurecli
49+
az provider register --namespace Microsoft.App
50+
```
51+
52+
```azurecli
53+
az provider register --namespace Microsoft.OperationalInsights
54+
```
55+
4656
1. Clone the [Dapr extension for Azure Functions repo](https://github.com/Azure/azure-functions-dapr-extension).
4757

4858
```azurecli

0 commit comments

Comments
 (0)