Azure / Azure/Azure-Functions

[Documentation]Fix NotificationHub function.json example

Open
#712 1 comment 0 reactions 1 assignee Claimed by @ggailey777 View on GitHub
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

Documentation [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-notification-hubs#functionjson-file-example) needs to be updated to remove tagExpression.

```
{
"bindings": [
{
"type": "notificationHub",
"direction": "out",
"name": "notification",
"hubName": "my-notification-hub",
"connection": "MyHubConnectionString",
"platform": "gcm"
}
],
"disabled": false
}
```
Remove tagExpression

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.