Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions v2functions/http-trigger-dump-request/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [http-trigger-blob-sas-token (Python)](#http-trigger-blob-sas-token-python)
- [Local development](#local-development)
- [Test acccess](#test-acccess)
- [Test access](#test-access)
- [Publish the function to the cloud](#publish-the-function-to-the-cloud)

| Sample | Description | Trigger | In Bindings | Out Bindings
Expand All @@ -15,7 +15,7 @@
func host start
```

## Test acccess
## Test access
```sh
curl -s http://localhost:7071/api/http-trigger-dump-request |jq
{
Expand All @@ -37,4 +37,4 @@ Publish the function to the cloud
```sh
FUNCTION_APP_NAME="MyFunctionApp"
func azure functionapp publish $FUNCTION_APP_NAME
```
```