Skip to content

Commit b47965f

Browse files
committed
Fix spacing
1 parent e7ee24b commit b47965f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,12 @@ If you're using Dapr bindings and triggers in Azure Functions, and Dapr isn't en
274274

275275
```YAML
276276
annotations:
277-
...
277+
...
278278
dapr.io/enabled: "true"
279279
dapr.io/app-id: "functionapp"
280280
# You should only set app-port if you are using a Dapr trigger in your code.
281281
dapr.io/app-port: "<DAPR_APP_PORT>"
282-
...
282+
...
283283
```
284284

285285
- If you're running your Azure Function locally, run the following command to ensure you're [running the function app with Dapr](https://github.com/azure/azure-functions-dapr-extension/tree/master/samples/python-v2-azurefunction#step-2---run-function-app-with-dapr):

0 commit comments

Comments
 (0)