Skip to content

Commit

Permalink
docs: Fix YAML nesting (#11615)
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar562345 committed Dec 16, 2022
1 parent adf11b7 commit 6c3c40d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/providers/azure/guide/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ functions: # Your "Functions"
events: # The "Events" that trigger this function
- http: true
name: req
methods:
- post
route: /users/create
methods:
- post
route: /users/create
usersDelete:
events:
- http: true
name: req
methods:
- delete
route: /users/delete
methods:
- delete
route: /users/delete
```

When you deploy with the Framework by running `serverless deploy`, everything in `serverless.yml` (or the file specified with the `--config` option) is deployed at once.
Expand Down

0 comments on commit 6c3c40d

Please sign in to comment.